Home
last modified time | relevance | path

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

/NextBSD/contrib/gcclibs/libmudflap/
HDmf-runtime.c2029 uintptr_t s_low, s_high; in __mf_violation() local
2034 s_high = CLAMPSZ (ptr, sz); in __mf_violation()
2039 num_objs = __mf_find_dead_objects (s_low, s_high, objs, max_objs); in __mf_violation()
2041 num_objs = __mf_find_objects (s_low, s_high, objs, max_objs); in __mf_violation()
2052 s_high = CLAMPADD (s_high, (sz * tries * tries)); in __mf_violation()