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

  /art/runtime/
dex_file_verifier.cc 349 uint32_t used_bits = 0; local
385 if (UNLIKELY((used_bits & bit) != 0)) {
390 used_bits |= bit;
396 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeHeaderItem)) == 0)) {
400 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeMapList)) == 0)) {
404 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeStringIdItem)) == 0 &&
409 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeTypeIdItem)) == 0 &&
414 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeProtoIdItem)) == 0 &&
419 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeFieldIdItem)) == 0 &&
424 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeMethodIdItem)) == 0 &
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 1587 unsigned bits, used_bits = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 3355 unsigned long used_bits, doubled, undefined, opno, mask; local
    [all...]

Completed in 596 milliseconds