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

  /art/runtime/
dex_file_verifier.cc 301 uint32_t used_bits = 0; local
337 if (UNLIKELY((used_bits & bit) != 0)) {
342 used_bits |= bit;
348 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeHeaderItem)) == 0)) {
352 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeMapList)) == 0)) {
356 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeStringIdItem)) == 0 &&
361 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeTypeIdItem)) == 0 &&
366 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeProtoIdItem)) == 0 &&
371 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeFieldIdItem)) == 0 &&
376 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeMethodIdItem)) == 0 &
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 1606 unsigned bits, used_bits = 0; local
    [all...]

Completed in 65 milliseconds