Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-runtime.c868 unsigned obj_count; in __mfu_check() local
874 obj_count = __mf_find_objects (ptr_low, ptr_high, ovr_obj, 1); in __mfu_check()
875 if (UNLIKELY (obj_count > 1)) in __mfu_check()
881 obj_count)); in __mfu_check()
883 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_obj, obj_count); in __mfu_check()
884 assert (n == obj_count); in __mfu_check()
894 for (i = 0; i < obj_count; i++) in __mfu_check()
906 for (i = 0; i < obj_count; i++) in __mfu_check()
931 for (i = 0; i < obj_count; i++) in __mfu_check()
950 if (UNLIKELY ((judgement == 0) && (obj_count > 1))) in __mfu_check()
[all …]