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

  /frameworks/av/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/av/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.cpp 401 u4 usedBits = 0; // Bit set: one bit per section
454 if ((usedBits & bit) != 0) {
459 usedBits |= bit;
464 if ((usedBits & mapTypeToBitMask(kDexTypeHeaderItem)) == 0) {
469 if ((usedBits & mapTypeToBitMask(kDexTypeMapList)) == 0) {
474 if (((usedBits & mapTypeToBitMask(kDexTypeStringIdItem)) == 0)
481 if (((usedBits & mapTypeToBitMask(kDexTypeTypeIdItem)) == 0)
488 if (((usedBits & mapTypeToBitMask(kDexTypeProtoIdItem)) == 0)
495 if (((usedBits & mapTypeToBitMask(kDexTypeFieldIdItem)) == 0)
502 if (((usedBits & mapTypeToBitMask(kDexTypeMethodIdItem)) == 0
    [all...]

Completed in 187 milliseconds