Symbol: intpcm_t
sys/dev/sound/pcm/feeder_eq.c
110
intpcm_t o1[SND_CHN_MAX];
sys/dev/sound/pcm/feeder_eq.c
111
intpcm_t o2[SND_CHN_MAX];
sys/dev/sound/pcm/feeder_eq.c
112
intpcm_t i1[SND_CHN_MAX];
sys/dev/sound/pcm/feeder_eq.c
113
intpcm_t i2[SND_CHN_MAX];
sys/dev/sound/pcm/feeder_eq.c
150
intpcm_t v; \
sys/dev/sound/pcm/feeder_format.c
214
intpcm_t v;
sys/dev/sound/pcm/feeder_format.c
64
static __inline intpcm_t
sys/dev/sound/pcm/feeder_format.c
72
intpcm_write_null(uint8_t *dst, intpcm_t v __unused)
sys/dev/sound/pcm/feeder_matrix.c
128
intpcm_t v; \
sys/dev/sound/pcm/feeder_matrix.c
250
intpcm_t v;
sys/dev/sound/pcm/feeder_mixer.c
53
intpcm_t x, y; \
sys/dev/sound/pcm/feeder_rate.c
441
intpcm_t x, y; \
sys/dev/sound/pcm/feeder_rate.c
525
intpcm_t x; \
sys/dev/sound/pcm/feeder_rate.c
566
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
175
#define _G711_TO_INTPCM(t, v) ((intpcm_t) \
sys/dev/sound/pcm/g711.h
193
static __inline intpcm_t \
sys/dev/sound/pcm/g711.h
200
static __inline intpcm_t \
sys/dev/sound/pcm/g711.h
208
pcm_write_ulaw(uint8_t *dst, intpcm_t v) \
sys/dev/sound/pcm/g711.h
215
pcm_write_alaw(uint8_t *dst, intpcm_t v) \
sys/dev/sound/pcm/intpcm.h
100
static __inline intpcm_t \
sys/dev/sound/pcm/intpcm.h
108
intpcm_write_ulaw(uint8_t *dst, intpcm_t v) \
sys/dev/sound/pcm/intpcm.h
115
intpcm_write_alaw(uint8_t *dst, intpcm_t v) \
sys/dev/sound/pcm/intpcm.h
32
typedef intpcm_t intpcm_read_t(uint8_t *);
sys/dev/sound/pcm/intpcm.h
33
typedef void intpcm_write_t(uint8_t *, intpcm_t);
sys/dev/sound/pcm/intpcm.h
40
intpcm_write_##SIGN##BIT##ENDIAN(uint8_t *dst, intpcm_t v) \
sys/dev/sound/pcm/intpcm.h
47
static __inline intpcm_t \
sys/dev/sound/pcm/intpcm.h
56
static __inline intpcm_t \
sys/dev/sound/pcm/intpcm.h
65
static __inline intpcm_t \
sys/dev/sound/pcm/intpcm.h
74
static __inline intpcm_t \
sys/dev/sound/pcm/intpcm.h
82
intpcm_write_##SIGN##32##ENDIAN(uint8_t *dst, intpcm_t v) \
sys/dev/sound/pcm/intpcm.h
93
static __inline intpcm_t \
sys/dev/sound/pcm/pcm.h
103
#define INTPCM_T(v) ((intpcm_t)(v))
sys/dev/sound/pcm/pcm.h
125
intpcm_t val = (vval); \
sys/dev/sound/pcm/pcm.h
131
intpcm_t val = (vval); \
sys/dev/sound/pcm/pcm.h
156
intpcm_t val = (vval); \
sys/dev/sound/pcm/pcm.h
162
intpcm_t val = (vval); \
sys/dev/sound/pcm/pcm.h
188
intpcm_t val = (vval); \
sys/dev/sound/pcm/pcm.h
194
intpcm_t val = (vval); \
sys/dev/sound/pcm/pcm.h
219
intpcm_t val = (vval); \
sys/dev/sound/pcm/pcm.h
225
intpcm_t val = (vval); \
sys/dev/sound/pcm/pcm.h
255
intpcm_t val = (vval); \
sys/dev/sound/pcm/pcm.h
262
intpcm_t val = (vval); \
sys/dev/sound/pcm/pcm.h
277
intpcm_t val = (vval); \
sys/dev/sound/pcm/pcm.h
284
intpcm_t val = (vval); \