Searched refs:best_consecutive_zeros (Results 1 – 1 of 1) sorted by relevance
4721 int best_consecutive_zeros = 0; in optimal_immediate_sequence() local4742 if (consecutive_zeros > best_consecutive_zeros) in optimal_immediate_sequence()4744 best_consecutive_zeros = consecutive_zeros; in optimal_immediate_sequence()