Home
last modified time | relevance | path

Searched defs:INT_SUBTRACT_WRAPV (Results 1 – 1 of 1) sorted by relevance

/include/
A Dintprops.h393 # define INT_SUBTRACT_WRAPV(a, b, r) __builtin_sub_overflow (a, b, r) macro
397 # define INT_SUBTRACT_WRAPV(a, b, r) \ macro

Completed in 6 milliseconds