Searched refs:ARRAY_LEN (Results 1 – 2 of 2) sorted by relevance
28 #define ARRAY_LEN(x) ((int) (sizeof (x) / sizeof ((x) [0]))) macro
152 if (psrc->channels > ARRAY_LEN (temp_filter.left_calc)) in sinc_set_converter()182 temp_filter.coeff_half_len = ARRAY_LEN (fastest_coeffs.coeffs) - 2 ; in sinc_set_converter()188 temp_filter.coeff_half_len = ARRAY_LEN (slow_mid_qual_coeffs.coeffs) - 2 ; in sinc_set_converter()194 temp_filter.coeff_half_len = ARRAY_LEN (slow_high_qual_coeffs.coeffs) - 2 ; in sinc_set_converter()