Symbol: intpcm_t
sys/dev/sound/pcm/feeder_eq.c
109
intpcm_t o1[SND_CHN_MAX];
sys/dev/sound/pcm/feeder_eq.c
110
intpcm_t o2[SND_CHN_MAX];
sys/dev/sound/pcm/feeder_eq.c
111
intpcm_t i1[SND_CHN_MAX];
sys/dev/sound/pcm/feeder_eq.c
112
intpcm_t i2[SND_CHN_MAX];
sys/dev/sound/pcm/feeder_eq.c
143
intpcm_t v;
sys/dev/sound/pcm/feeder_format.c
127
intpcm_t v;
sys/dev/sound/pcm/feeder_matrix.c
122
intpcm_t v;
sys/dev/sound/pcm/feeder_mixer.c
56
intpcm_t x, y;
sys/dev/sound/pcm/feeder_rate.c
448
intpcm_t x, y; \
sys/dev/sound/pcm/feeder_rate.c
528
intpcm_t x; \
sys/dev/sound/pcm/feeder_rate.c
570
intpcm_t x; \
sys/dev/sound/pcm/feeder_volume.c
45
#define FEEDVOLUME_CALC8(s, v) (SND_VOL_CALC_SAMPLE((intpcm_t) \
sys/dev/sound/pcm/feeder_volume.c
47
#define FEEDVOLUME_CALC16(s, v) SND_VOL_CALC_SAMPLE((intpcm_t)(s), v)
sys/dev/sound/pcm/feeder_volume.c
57
intpcm_t x; \
sys/dev/sound/pcm/g711.h
174
#define _G711_TO_INTPCM(t, v) ((intpcm_t) \
sys/dev/sound/pcm/pcm.h
104
#define INTPCM_T(v) ((intpcm_t)(v))
sys/dev/sound/pcm/pcm.h
128
static __always_inline __unused intpcm_t
sys/dev/sound/pcm/pcm.h
131
intpcm_t v, e, m;
sys/dev/sound/pcm/pcm.h
234
static __always_inline __unused intpcm_t
sys/dev/sound/pcm/pcm.h
243
static __always_inline __unused intpcm_t
sys/dev/sound/pcm/pcm.h
246
intpcm_t v;
sys/dev/sound/pcm/pcm.h
271
pcm_sample_write(uint8_t *dst, intpcm_t v, uint32_t fmt)
sys/dev/sound/pcm/pcm.h
273
intpcm_t r, e;
sys/dev/sound/pcm/pcm.h
393
pcm_sample_write_norm(uint8_t *dst, intpcm_t v, uint32_t fmt)
sys/dev/sound/pcm/pcm.h
402
pcm_sample_write_calc(uint8_t *dst, intpcm_t v, uint32_t fmt)
sys/dev/sound/pcm/pcm.h
412
static __always_inline __unused intpcm_t
sys/dev/sound/pcm/pcm.h
436
static __always_inline __unused intpcm_t
tests/sys/sound/pcm_read_write.c
109
static intpcm_t
tests/sys/sound/pcm_read_write.c
110
local_calc_limit(intpcm_t value, int val_bits)
tests/sys/sound/pcm_read_write.c
134
intpcm_t expected, result;
tests/sys/sound/pcm_read_write.c
178
intpcm_t value;
tests/sys/sound/pcm_read_write.c
33
intpcm_t value;
tests/sys/sound/pcm_read_write.c
34
_Static_assert((sizeof(intpcm_t) == 4),
tests/sys/sound/pcm_read_write.c
87
static intpcm_t
tests/sys/sound/pcm_read_write.c
88
local_normalize(intpcm_t value, int val_bits, int norm_bits)
tests/sys/sound/pcm_read_write.c
91
intpcm_t remainder;