OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:used_bits
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
dex_file_verifier.cc
176
uint32_t
used_bits
= 0;
local
211
if ((
used_bits
& bit) != 0) {
216
used_bits
|= bit;
222
if ((
used_bits
& MapTypeToBitMask(DexFile::kDexTypeHeaderItem)) == 0) {
226
if ((
used_bits
& MapTypeToBitMask(DexFile::kDexTypeMapList)) == 0) {
230
if ((
used_bits
& MapTypeToBitMask(DexFile::kDexTypeStringIdItem)) == 0 &&
235
if ((
used_bits
& MapTypeToBitMask(DexFile::kDexTypeTypeIdItem)) == 0 &&
240
if ((
used_bits
& MapTypeToBitMask(DexFile::kDexTypeProtoIdItem)) == 0 &&
245
if ((
used_bits
& MapTypeToBitMask(DexFile::kDexTypeFieldIdItem)) == 0 &&
250
if ((
used_bits
& MapTypeToBitMask(DexFile::kDexTypeMethodIdItem)) == 0 &
[
all
...]
/external/flac/libFLAC/
stream_decoder.c
1606
unsigned bits,
used_bits
= 0;
local
[
all
...]
Completed in 178 milliseconds