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 375 u4 usedBits = 0; // Bit set: one bit per section
428 if ((usedBits & bit) != 0) {
433 usedBits |= bit;
438 if ((usedBits & mapTypeToBitMask(kDexTypeHeaderItem)) == 0) {
443 if ((usedBits & mapTypeToBitMask(kDexTypeMapList)) == 0) {
448 if (((usedBits & mapTypeToBitMask(kDexTypeStringIdItem)) == 0)
455 if (((usedBits & mapTypeToBitMask(kDexTypeTypeIdItem)) == 0)
462 if (((usedBits & mapTypeToBitMask(kDexTypeProtoIdItem)) == 0)
469 if (((usedBits & mapTypeToBitMask(kDexTypeFieldIdItem)) == 0)
476 if (((usedBits & mapTypeToBitMask(kDexTypeMethodIdItem)) == 0
    [all...]

Completed in 291 milliseconds