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

  /external/opencore/codecs_v2/audio/aac/dec/src/
s_bits.h 88 * usedBits - number of bits read thus far from the buffer. Bit 0 is
97 UInt usedBits; /* Keep this unsigned so can go to 65536 */
  /external/opencore/codecs_v2/audio/mp3/dec/src/
s_mp3bits.h 84 * usedBits - number of bits read thus far from the buffer. Bit 0 is
92 uint32 usedBits;
  /frameworks/base/media/libstagefright/codecs/aacdec/
s_bits.h 88 * usedBits - number of bits read thus far from the buffer. Bit 0 is
97 UInt usedBits; /* Keep this unsigned so can go to 65536 */
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
s_mp3bits.h 84 * usedBits - number of bits read thus far from the buffer. Bit 0 is
92 uint32 usedBits;
  /dalvik/libdex/
DexSwapVerify.c 400 u4 usedBits = 0; // Bit set: one bit per section
453 if ((usedBits & bit) != 0) {
458 usedBits |= bit;
463 if ((usedBits & mapTypeToBitMask(kDexTypeHeaderItem)) == 0) {
468 if ((usedBits & mapTypeToBitMask(kDexTypeMapList)) == 0) {
473 if (((usedBits & mapTypeToBitMask(kDexTypeStringIdItem)) == 0)
480 if (((usedBits & mapTypeToBitMask(kDexTypeTypeIdItem)) == 0)
487 if (((usedBits & mapTypeToBitMask(kDexTypeProtoIdItem)) == 0)
494 if (((usedBits & mapTypeToBitMask(kDexTypeFieldIdItem)) == 0)
501 if (((usedBits & mapTypeToBitMask(kDexTypeMethodIdItem)) == 0
    [all...]

Completed in 455 milliseconds