Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/pcm/
HDfeeder_rate.c306 #define _Z_GCAST(x) ((uint64_t)(x)) macro
343 Z_DIV(((_Z_GCAST((i)->z_gx) * (v)) + ((i)->z_gy - (a) - 1)), \
347 Z_DIV(((_Z_GCAST((i)->z_gy) * (v)) + (a)), (i)->z_gx)
350 ((_Z_GCAST((i)->z_gy) * (x)) - (_Z_GCAST((i)->z_gx) * (y)))
1297 if (z_gy2gx(info, gy2gx_max) > _Z_GCAST(gx2gy_max)) in z_resampler_setup()