HomeSort by: relevance | last modified time | path
    Searched refs:aint_t (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/audio/
audiofil.h 42 typedef int16_t aint_t; /* audio integer */ typedef in typeref:typename:int16_t
46 #define AINT_T_MAX ((aint_t)0x7fff)
47 #define AINT_T_MIN ((aint_t)0x8000)
51 typedef int32_t aint_t; typedef in typeref:typename:int32_t
55 #define AINT_T_MAX ((aint_t)0x7fffffff)
56 #define AINT_T_MIN ((aint_t)0x80000000)
audiodef.h 153 aint_t freq_prev[AUDIO_MAX_CHANNELS]; /* previous values */
154 aint_t freq_curr[AUDIO_MAX_CHANNELS]; /* current values */
340 static __inline aint_t *
343 KASSERTMSG(ring->fmt.stride == sizeof(aint_t) * NBBY,
344 "ring->fmt.stride=%d sizeof(aint_t)*NBBY=%zd",
345 ring->fmt.stride, sizeof(aint_t) * NBBY);
347 return (aint_t *)ring->mem + ring->head * ring->fmt.channels;
355 static __inline aint_t *
358 KASSERTMSG(ring->fmt.stride == sizeof(aint_t) * NBBY,
359 "ring->fmt.stride=%d sizeof(aint_t)*NBBY=%zd"
    [all...]
linear.c 47 aint_t *d;
79 const aint_t *s;
114 aint_t *d;
171 const aint_t *s;
231 aint_t *d;
278 const aint_t *s;
331 aint_t *d;
370 const aint_t *s;
alaw.c 116 aint_t *d;
132 aint_t val;
146 const aint_t *s;
mulaw.c 174 aint_t *d;
192 aint_t val;
220 const aint_t *s;
audio.c 3819 const aint_t *s;
3820 aint_t *d;
3843 *d++ = (aint_t)val;
3854 const aint_t *s;
3855 aint_t *d;
3875 const aint_t *s;
3876 aint_t *d;
3911 const aint_t *s;
3912 aint_t *d;
3936 const aint_t *s
    [all...]
  /src/sys/dev/ic/
msm6258var.h 36 aint_t pending_sample; /* hold one pending sample. */
msm6258.c 105 const aint_t *src;
117 aint_t s;
159 aint_t *dst;
171 aint_t s;
dw_hdmi.c 731 const aint_t *src;
742 *dst++ = (aint_t)v;
anx_dp.c 793 const aint_t *src;
804 *dst++ = (aint_t)v;
  /src/sys/arch/luna68k/dev/
psgpam_enc.c 113 const aint_t *s = arg->src; \
127 const aint_t *s = arg->src; \
  /src/sys/dev/i2c/
es8316ac.c 300 const aint_t *src;
311 *dst++ = (aint_t)v;
  /src/sys/arch/arm/broadcom/
bcm2835_vcaudio.c 842 const aint_t *src;
853 *dst++ = (aint_t)v;
  /src/sys/arch/macppc/dev/
snapper.c 189 const aint_t *src;
201 *dst++ = (aint_t)l;
216 const aint_t *src;
217 aint_t *dst;
  /src/sys/arch/sgimips/mace/
mavb.c 208 const aint_t *src;

Completed in 22 milliseconds