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

/freebsd-10-stable/contrib/gcclibs/libmudflap/
H A Dmf-impl.h72 #define CLAMPSUB(ptr,offset) (((uintptr_t) ptr) >= (offset) ? ((uintptr_t) ptr)-((uintptr_t) offset) : MINPTR) macro
80 (elem->high < (CLAMPADD((uintptr_t) (ptr), (uintptr_t) CLAMPSUB(sz,1) )))); })
H A Dmf-runtime.c960 ptr_lower = CLAMPSUB (obj->low, 1);
2051 s_low = CLAMPSUB (s_low, (sz * tries * tries));

Completed in 113 milliseconds