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

  /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 379 u4 usedBits = 0; // Bit set: one bit per section
432 if ((usedBits & bit) != 0) {
443 usedBits |= bit;
448 if ((usedBits & mapTypeToBitMask(kDexTypeHeaderItem)) == 0) {
453 if ((usedBits & mapTypeToBitMask(kDexTypeMapList)) == 0) {
458 if (((usedBits & mapTypeToBitMask(kDexTypeStringIdItem)) == 0)
465 if (((usedBits & mapTypeToBitMask(kDexTypeTypeIdItem)) == 0)
472 if (((usedBits & mapTypeToBitMask(kDexTypeProtoIdItem)) == 0)
479 if (((usedBits & mapTypeToBitMask(kDexTypeFieldIdItem)) == 0)
486 if (((usedBits & mapTypeToBitMask(kDexTypeMethodIdItem)) == 0
    [all...]

Completed in 95 milliseconds