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

  /art/libdexfile/dex/
dex_file_verifier.cc 458 uint32_t used_bits = 0; local
501 if (UNLIKELY((used_bits & bit) != 0)) {
506 used_bits |= bit;
513 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeHeaderItem)) == 0)) {
517 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeMapList)) == 0)) {
521 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeStringIdItem)) == 0 &&
526 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeTypeIdItem)) == 0 &&
531 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeProtoIdItem)) == 0 &&
536 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeFieldIdItem)) == 0 &&
541 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeMethodIdItem)) == 0 &
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 1574 unsigned bits, used_bits = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mips.c 3324 unsigned long used_bits, doubled, undefined, opno, mask; local
    [all...]

Completed in 1067 milliseconds