Symbol: intpcm64_t
sys/dev/sound/pcm/feeder_eq.c
149
intpcm64_t w; \
sys/dev/sound/pcm/feeder_eq.c
163
v = ((intpcm64_t)pmul * v) >> pshift; \
sys/dev/sound/pcm/feeder_eq.c
179
v = ((intpcm64_t)pmul * v) >> pshift; \
sys/dev/sound/pcm/feeder_eq.c
181
w = (intpcm64_t)v * treble->b0; \
sys/dev/sound/pcm/feeder_eq.c
182
w += (intpcm64_t)info->treble.i1[i] * treble->b1; \
sys/dev/sound/pcm/feeder_eq.c
183
w += (intpcm64_t)info->treble.i2[i] * treble->b2; \
sys/dev/sound/pcm/feeder_eq.c
184
w -= (intpcm64_t)info->treble.o1[i] * treble->a1; \
sys/dev/sound/pcm/feeder_eq.c
185
w -= (intpcm64_t)info->treble.o2[i] * treble->a2; \
sys/dev/sound/pcm/feeder_eq.c
194
w = (intpcm64_t)v * bass->b0; \
sys/dev/sound/pcm/feeder_eq.c
195
w += (intpcm64_t)info->bass.i1[i] * bass->b1; \
sys/dev/sound/pcm/feeder_eq.c
196
w += (intpcm64_t)info->bass.i2[i] * bass->b2; \
sys/dev/sound/pcm/feeder_eq.c
197
w -= (intpcm64_t)info->bass.o1[i] * bass->a1; \
sys/dev/sound/pcm/feeder_eq.c
198
w -= (intpcm64_t)info->bass.o2[i] * bass->a2; \
sys/dev/sound/pcm/feeder_matrix.c
127
intpcm64_t accum; \
sys/dev/sound/pcm/feeder_matrix.c
249
intpcm64_t accum;
sys/dev/sound/pcm/feeder_rate.c
500
v += Z_NORM_##BIT((intpcm64_t)x * coeff); \
sys/dev/sound/pcm/feeder_rate.c
524
intpcm64_t v; \
sys/dev/sound/pcm/feeder_rate.c
565
intpcm64_t v; \
sys/dev/sound/pcm/feeder_rate.c
583
v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
sys/dev/sound/pcm/feeder_rate.c
587
v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
sys/dev/sound/pcm/feeder_volume.c
48
#define FEEDVOLUME_CALC24(s, v) SND_VOL_CALC_SAMPLE((intpcm64_t)(s), v)
sys/dev/sound/pcm/feeder_volume.c
49
#define FEEDVOLUME_CALC32(s, v) SND_VOL_CALC_SAMPLE((intpcm64_t)(s), v)