Searched refs:consecutive_zeros (Results 1 – 2 of 2) sorted by relevance
1592 int consecutive_zeros = 0; local1598 consecutive_zeros += 2;1601 if (consecutive_zeros > best_consecutive_zeros)1603 best_consecutive_zeros = consecutive_zeros;1604 best_start = i - consecutive_zeros;
2284 int consecutive_zeros = 0; in arm_gen_constant() local2290 consecutive_zeros += 2; in arm_gen_constant()2293 if (consecutive_zeros > best_consecutive_zeros) in arm_gen_constant()2295 best_consecutive_zeros = consecutive_zeros; in arm_gen_constant()2296 best_start = i - consecutive_zeros; in arm_gen_constant()