Home
last modified time | relevance | path

Searched refs:CLAMPSZ (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/libmudflap/
H A Dmf-runtime.c818 uintptr_t ptr_high = CLAMPSZ (ptr, sz); in __mfu_check()
1148 uintptr_t high = CLAMPSZ (ptr, sz); in __mfu_register()
1246 CLAMPSZ (ptr, sz), objs, 1, type); in __mfu_unregister()
1255 CLAMPSZ (ptr, sz), objs, 1, __MF_TYPE_HEAP); in __mfu_unregister()
2034 s_high = CLAMPSZ (ptr, sz); in __mf_violation()
2059 uintptr_t high = CLAMPSZ (ptr, sz); in __mf_violation()
2134 uintptr_t ptr_high = CLAMPSZ (ptr, sz); in __mf_watch_or_not()
H A Dmf-impl.h74 #define CLAMPSZ(ptr,size) ((size) ? (((uintptr_t) ptr) <= MAXPTR-(size)+1 ? ((uintptr_t) ptr)+((uin… macro
H A DChangeLog1430 (CLAMPSZ): Fix arithmetic.