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

  /art/libdexfile/dex/
dex_file_verifier.cc 401 uint32_t used_bits = 0; local
444 if (UNLIKELY((used_bits & bit) != 0)) {
449 used_bits |= bit;
456 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeHeaderItem)) == 0)) {
460 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeMapList)) == 0)) {
464 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeStringIdItem)) == 0 &&
469 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeTypeIdItem)) == 0 &&
474 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeProtoIdItem)) == 0 &&
479 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeFieldIdItem)) == 0 &&
484 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeMethodIdItem)) == 0 &
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 1574 unsigned bits, used_bits = 0; local
    [all...]

Completed in 1246 milliseconds