Searched refs:max_words (Results 1 – 2 of 2) sorted by relevance
335 static uint32_t get_first_nonzero_words(uint32_t *a, uint32_t max_words) in get_first_nonzero_words() argument339 for (i = max_words; i > 0; i--) { in get_first_nonzero_words()
212 static uint32_t get_first_nonzero_words(uint32_t *a, uint32_t max_words) in get_first_nonzero_words() argument216 for (i = max_words; i > 0; i--) { in get_first_nonzero_words()
Completed in 13 milliseconds