Searched refs:ptr_low (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/gcclibs/libmudflap/ |
| D | mf-runtime.c | 271 static unsigned __mf_find_objects (uintptr_t ptr_low, uintptr_t ptr_high, 273 static unsigned __mf_find_objects2 (uintptr_t ptr_low, uintptr_t ptr_high, 275 static unsigned __mf_find_dead_objects (uintptr_t ptr_low, uintptr_t ptr_high, 817 uintptr_t ptr_low = (uintptr_t) ptr; in __mfu_check() local 844 entry->low = ptr_low; in __mfu_check() 874 obj_count = __mf_find_objects (ptr_low, ptr_high, ovr_obj, 1); in __mfu_check() 883 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_obj, obj_count); in __mfu_check() 936 if (LIKELY (ptr_low >= obj->low && ptr_high <= obj->high)) in __mfu_check() 959 uncovered_low_p = ptr_low < obj->low; in __mfu_check() 1003 judgement = __mf_heuristic_check (ptr_low, ptr_high); in __mfu_check() [all …]
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | evdns.c | 999 u8 ptr_low; in name_parse() local 1000 GET8(ptr_low); in name_parse() 1002 j = (((int)label_len & 0x3f) << 8) + ptr_low; in name_parse()
|
| /freebsd-12-stable/contrib/libevent/ |
| D | evdns.c | 999 u8 ptr_low; in name_parse() local 1000 GET8(ptr_low); in name_parse() 1002 j = (((int)label_len & 0x3f) << 8) + ptr_low; in name_parse()
|