Searched defs:CLAMPSUB (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dmf-impl.h72 #define CLAMPSUB(ptr,offset) (((uintptr_t) ptr) >= (offset) ? ((uintptr_t) ptr)-((uintptr_t) offset) : MINPTR) macro

Completed in 98 milliseconds