Searched refs:best_consecutive_zeros (Results 1 – 2 of 2) sorted by relevance
1588 int best_consecutive_zeros = 0; local1601 if (consecutive_zeros > best_consecutive_zeros)1603 best_consecutive_zeros = consecutive_zeros;
2280 int best_consecutive_zeros = 0; in arm_gen_constant() local2293 if (consecutive_zeros > best_consecutive_zeros) in arm_gen_constant()2295 best_consecutive_zeros = consecutive_zeros; in arm_gen_constant()