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

/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder_rate.c360 #define z_gx2gy(i, v) _Z_GX2GY(i, (i)->z_alpha, v) macro
1272 * z_gx2gy() without causing (signed) 32bit overflow. z_gy2gx() will
1275 * z_gx2gy() will be called just before samples filtering /
1277 * calculated using z_gx2gy().
1301 * (alpha = 0) will not cause overflow further late during z_gx2gy()
1400 (int32_t)z_gx2gy(info, info->z_full - (info->z_size << 1)));
1403 (int32_t)z_gx2gy(info, (info->z_alloc / align) -
1410 "z_gx2gy()", (int32_t)z_gx2gy(info, 1));
1411 fprintf(stderr, "\t%12s = %10d -> z_gx2gy()
[all...]

Completed in 73 milliseconds