Searched refs:div_down (Results 1 - 1 of 1) sorted by relevance

/sound/core/
H A Dpcm_lib.c556 static inline unsigned int div_down(unsigned int a, unsigned int b) function
579 if (div_down(UINT_MAX, a) < b)
856 t.min = div_down(best_num, best_den);
872 den = div_down(num, q);
967 t.min = div_down(best_num, best_den);

Completed in 105 milliseconds