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

/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c271 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; local
844 entry->low = ptr_low;
874 obj_count = __mf_find_objects (ptr_low, ptr_high, ovr_obj, 1);
883 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_obj, obj_count);
936 if (LIKELY (ptr_low >= obj->low && ptr_high <= obj->high))
959 uncovered_low_p = ptr_low < obj->low;
1003 judgement = __mf_heuristic_check (ptr_low, ptr_hig
1500 __mf_find_objects2(uintptr_t ptr_low, uintptr_t ptr_high, __mf_object_t **objs, unsigned max_objs, int type) argument
1547 __mf_find_objects(uintptr_t ptr_low, uintptr_t ptr_high, __mf_object_t **objs, unsigned max_objs) argument
2135 uintptr_t ptr_low = (uintptr_t) ptr; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c983 u8 ptr_low; local
984 GET8(ptr_low);
986 j = (((int)label_len & 0x3f) << 8) + ptr_low;

Completed in 126 milliseconds