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

/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder_rate.c313 #define _Z_GCAST(x) ((uint64_t)(x)) macro
350 Z_DIV(((_Z_GCAST((i)->z_gx) * (v)) + ((i)->z_gy - (a) - 1)), \
354 Z_DIV(((_Z_GCAST((i)->z_gy) * (v)) + (a)), (i)->z_gx)
357 ((_Z_GCAST((i)->z_gy) * (x)) - (_Z_GCAST((i)->z_gx) * (y)))
1304 if (z_gy2gx(info, gy2gx_max) > _Z_GCAST(gx2gy_max))

Completed in 52 milliseconds