Home
last modified time | relevance | path

Searched refs:local_normalize (Results 1 – 1 of 1) sorted by relevance

/src/tests/sys/sound/
H A Dpcm_read_write.c88 local_normalize(intpcm_t value, int val_bits, int norm_bits) in local_normalize() function
120 return (local_normalize(value, 32, 24)); in local_calc_limit()
159 expected = local_normalize(test->value, test->size * 8, 32); in ATF_TC_BODY()
221 value = local_normalize(test->value, test->size * 8, 32); in ATF_TC_BODY()