Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gperf/src/
H A Dsearch.cc1096 unsigned int first_count = UINT_MAX; in unchanged_partition() local
1108 first_count = count; in unchanged_partition()
1109 else if (count != first_count) in unchanged_partition()
/freebsd-12.1/contrib/gcc/
H A Dcombine.c8782 unsigned int first_count = INTVAL (XEXP (varop, 1)); in simplify_shift_const_1() local
8800 & ~(((HOST_WIDE_INT) 1 << first_count) - 1)); in simplify_shift_const_1()
8806 count = first_count; in simplify_shift_const_1()
8821 > first_count)) in simplify_shift_const_1()
8824 count -= first_count; in simplify_shift_const_1()
8856 count += first_count; in simplify_shift_const_1()
8892 count += first_count; in simplify_shift_const_1()
8894 count -= first_count; in simplify_shift_const_1()