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

/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dmf-impl.h68 #define MINPTR ((uintptr_t) 0) macro
71 /* Clamp the addition/subtraction of uintptr_t's to [MINPTR,MAXPTR] */
72 #define CLAMPSUB(ptr,offset) (((uintptr_t) ptr) >= (offset) ? ((uintptr_t) ptr)-((uintptr_t) offset) : MINPTR)
H A Dmf-runtime.c727 __mf_register (MINPTR, 1, __MF_TYPE_NOACCESS, "NULL");
1089 entry->high = MINPTR;
1836 live_count = __mf_find_objects (MINPTR, MAXPTR, NULL, 0);

Completed in 60 milliseconds