Symbol: intpcm64_t
sys/dev/sound/pcm/feeder_eq.c
142
intpcm64_t w;
sys/dev/sound/pcm/feeder_eq.c
158
v = ((intpcm64_t)pmul * v) >> pshift;
sys/dev/sound/pcm/feeder_eq.c
160
w = (intpcm64_t)v * treble->b0;
sys/dev/sound/pcm/feeder_eq.c
161
w += (intpcm64_t)info->treble.i1[i] * treble->b1;
sys/dev/sound/pcm/feeder_eq.c
162
w += (intpcm64_t)info->treble.i2[i] * treble->b2;
sys/dev/sound/pcm/feeder_eq.c
163
w -= (intpcm64_t)info->treble.o1[i] * treble->a1;
sys/dev/sound/pcm/feeder_eq.c
164
w -= (intpcm64_t)info->treble.o2[i] * treble->a2;
sys/dev/sound/pcm/feeder_eq.c
173
w = (intpcm64_t)v * bass->b0;
sys/dev/sound/pcm/feeder_eq.c
174
w += (intpcm64_t)info->bass.i1[i] * bass->b1;
sys/dev/sound/pcm/feeder_eq.c
175
w += (intpcm64_t)info->bass.i2[i] * bass->b2;
sys/dev/sound/pcm/feeder_eq.c
176
w -= (intpcm64_t)info->bass.o1[i] * bass->a1;
sys/dev/sound/pcm/feeder_eq.c
177
w -= (intpcm64_t)info->bass.o2[i] * bass->a2;
sys/dev/sound/pcm/feeder_matrix.c
121
intpcm64_t accum;
sys/dev/sound/pcm/feeder_rate.c
503
v += Z_NORM_##BIT((intpcm64_t)x * coeff); \
sys/dev/sound/pcm/feeder_rate.c
527
intpcm64_t v; \
sys/dev/sound/pcm/feeder_rate.c
569
intpcm64_t v; \
sys/dev/sound/pcm/feeder_rate.c
587
v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
sys/dev/sound/pcm/feeder_rate.c
591
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)