HomeSort by relevance Sort by last modified time
    Searched defs:bits16 (Results 1 - 4 of 4) sorted by null

  /external/qemu/audio/
wavcapture.c 97 int stereo, bits16, shift; local
112 bits16 = bits == 16;
116 as.fmt = bits16 ? AUD_FMT_S16 : AUD_FMT_U8;
125 shift = bits16 + stereo;
126 hdr[34] = bits16 ? 0x10 : 0x08;
wavaudio.c 122 int bits16 = 0, stereo = 0; local
137 bits16 = 0;
142 bits16 = 1;
151 hdr[34] = bits16 ? 0x10 : 0x08;
166 le_store (hdr + 28, hw->info.freq << (bits16 + stereo), 4);
167 le_store (hdr + 32, 1 << (bits16 + stereo), 2);
fmodaudio.c 360 int bits16, mode, channel; local
391 bits16 = (mode & FSOUND_16BITS) != 0;
422 int bits16, mode; local
449 bits16 = (mode & FSOUND_16BITS) != 0;
  /external/qemu/fpu/
softfloat.h 65 | implementation of C, `bits16' and `sbits16' should be `typedef'ed to
70 typedef uint16_t bits16; typedef
248 bits16 float32_to_float16( float32, flag STATUS_PARAM );
249 float32 float16_to_float32( bits16, flag STATUS_PARAM );

Completed in 374 milliseconds