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

  /src/sys/dev/audio/
audiofil.h 43 typedef uint16_t auint_t; /* audio unsigned integer */ typedef in typeref:typename:uint16_t
52 typedef uint32_t auint_t; typedef in typeref:typename:uint32_t
linear.c 68 *d++ = (auint_t)val << (AUDIO_INTERNAL_BITS - 8);
147 *d++ = (auint_t)val << shift;
158 *d++ = (auint_t)val << shift;
232 auint_t xor;
280 auint_t xor;
332 auint_t xor;
372 auint_t xor;
  /src/sys/arch/luna68k/dev/
psgpam_enc.h 38 auint_t offset; /* dynamic offset */
psgpam_enc.c 32 * PSGPAM and PSGPCM internally use the unsigned type auint_t for
63 static inline auint_t
64 dynamic_offset(struct psgpam_codecvar *ctx, auint_t v)
117 auint_t v = (*s++) ^ AINT_T_MIN; \
131 auint_t v = (*s++) ^ AINT_T_MIN; \

Completed in 11 milliseconds