Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libmudflap/
H A Dmf-impl.h72 #define CLAMPSUB(ptr,offset) (((uintptr_t) ptr) >= (offset) ? ((uintptr_t) ptr)-((uintptr_t) offset… macro
80 (elem->high < (CLAMPADD((uintptr_t) (ptr), (uintptr_t) CLAMPSUB(sz,1) )))); })
H A Dmf-runtime.c960 ptr_lower = CLAMPSUB (obj->low, 1); in __mfu_check()
2051 s_low = CLAMPSUB (s_low, (sz * tries * tries)); in __mf_violation()