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

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c353 #define z_gx2gy(i, v) _Z_GX2GY(i, (i)->z_alpha, v) macro
1265 * z_gx2gy() without causing (signed) 32bit overflow. z_gy2gx() will
1268 * z_gx2gy() will be called just before samples filtering /
1270 * calculated using z_gx2gy().
1294 * (alpha = 0) will not cause overflow further late during z_gx2gy()
1393 (int32_t)z_gx2gy(info, info->z_full - (info->z_size << 1)));
1396 (int32_t)z_gx2gy(info, (info->z_alloc / align) -
1403 "z_gx2gy()", (int32_t)z_gx2gy(info, 1));
1404 fprintf(stderr, "\t%12s = %10d -> z_gx2gy()
[all...]

Completed in 148 milliseconds