/external/compiler-rt/test/asan/TestCases/ |
H A D | coverage-reset.cc | 17 bitset = 0; \ 19 if (guards[i]) bitset |= 1U << i; \ 20 printf("line %d: bitset %zd total: %zd\n", __LINE__, bitset, \ 27 size_t bitset; local 31 size_t main_bit = bitset; 36 size_t foo_bit = bitset & ~main_bit; 41 size_t bar_bit = bitset & ~(main_bit | foo_bit); 47 assert(bitset == 0); 51 assert(bitset [all...] |
/external/llvm/lib/Object/ |
H A D | ELFYAML.cpp | 248 void ScalarBitSetTraits<ELFYAML::ELF_EF>::bitset(IO &IO, function in class:llvm::yaml::ScalarBitSetTraits 403 void ScalarBitSetTraits<ELFYAML::ELF_SHF>::bitset(IO &IO, function in class:llvm::yaml::ScalarBitSetTraits 456 void ScalarBitSetTraits<ELFYAML::ELF_STO>::bitset(IO &IO, function in class:llvm::yaml::ScalarBitSetTraits 577 void ScalarBitSetTraits<ELFYAML::MIPS_AFL_ASE>::bitset( function in class:llvm::yaml::ScalarBitSetTraits 596 void ScalarBitSetTraits<ELFYAML::MIPS_AFL_FLAGS1>::bitset( function in class:llvm::yaml::ScalarBitSetTraits
|
H A D | COFFYAML.cpp | 193 void ScalarBitSetTraits<COFF::Characteristics>::bitset( function in class:llvm::yaml::ScalarBitSetTraits 212 void ScalarBitSetTraits<COFF::SectionCharacteristics>::bitset( function in class:llvm::yaml::ScalarBitSetTraits 238 void ScalarBitSetTraits<COFF::DLLCharacteristics>::bitset( function in class:llvm::yaml::ScalarBitSetTraits
|
/external/antlr/antlr-3.4/runtime/C/src/ |
H A D | antlr3bitset.c | 43 static void antlr3BitsetORInPlace (pANTLR3_BITSET bitset, pANTLR3_BITSET bitset2); 44 static ANTLR3_UINT32 antlr3BitsetSize (pANTLR3_BITSET bitset); 45 static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit); 47 static ANTLR3_BOOLEAN antlr3BitsetMember (pANTLR3_BITSET bitset, ANTLR3_UINT32 bit); 48 static ANTLR3_UINT32 antlr3BitsetNumBits (pANTLR3_BITSET bitset); 49 static void antlr3BitsetRemove (pANTLR3_BITSET bitset, ANTLR3_UINT32 bit); 50 static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset); 51 static pANTLR3_INT32 antlr3BitsetToIntList (pANTLR3_BITSET bitset); 55 static void growToInclude (pANTLR3_BITSET bitset, ANTLR3_INT32 bit); 56 static void grow (pANTLR3_BITSET bitset, ANTLR3_INT3 63 antlr3BitsetFree(pANTLR3_BITSET bitset) argument 78 pANTLR3_BITSET bitset; local 122 antlr3BitsetSetAPI(pANTLR3_BITSET bitset) argument 143 pANTLR3_BITSET bitset; local 186 pANTLR3_BITSET bitset; local 256 pANTLR3_BITSET bitset; local 319 pANTLR3_BITSET bitset; local 356 pANTLR3_BITSET bitset; local 379 antlr3BitsetAdd(pANTLR3_BITSET bitset, ANTLR3_INT32 bit) argument 395 grow(pANTLR3_BITSET bitset, ANTLR3_INT32 newSize) argument 421 growToInclude(pANTLR3_BITSET bitset, ANTLR3_INT32 bit) argument 440 antlr3BitsetORInPlace(pANTLR3_BITSET bitset, pANTLR3_BITSET bitset2) argument 483 antlr3BitsetSize(pANTLR3_BITSET bitset) argument 571 antlr3BitsetMember(pANTLR3_BITSET bitset, ANTLR3_UINT32 bit) argument 593 antlr3BitsetRemove(pANTLR3_BITSET bitset, ANTLR3_UINT32 bit) argument 605 antlr3BitsetIsNil(pANTLR3_BITSET bitset) argument 633 antlr3BitsetNumBits(pANTLR3_BITSET bitset) argument 646 antlr3BitsetToIntList(pANTLR3_BITSET bitset) argument [all...] |
/external/drm_hwcomposer/ |
H A D | separate_rects.h | 93 IdSet() : bitset(0) { 96 IdSet(TId id) : bitset(0) { 101 bitset |= ((TUInt)1) << id; 105 bitset &= ~(((TUInt)1) << id); 109 return bitset == 0; 113 return bitset; 117 return bitset == rhs.bitset; 121 return bitset < rhs.bitset; 140 TUInt bitset; member in struct:separate_rects::IdSet [all...] |
/external/gptfdisk/ |
H A D | attributes.cc | 93 bool bitset; local 96 bitset = (UINT64_C(1) << bitNum) & attributes; 97 if (bitset) { 98 cout << partNum+1 << ":" << bitNum << ":" << bitset
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | IdentifierInfo.java | 457 * @param bitset bitset to be affected 458 * @param values values to be set in the bitset 459 * @return modified bitset. 464 public static final BitSet set(BitSet bitset, int... values) { argument 466 bitset.set(value); 468 return bitset;
|
/external/icu/icu4c/source/test/intltest/ |
H A D | bidiconf.cpp | 321 uint32_t bitset=(uint32_t)strtoul(start, &end, 16); local 323 errln("input bitset parse error at %s", start); 326 // Loop over the bitset. 330 if(bitset&(1<<i)) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | IdentifierInfo.java | 455 * @param bitset bitset to be affected 456 * @param values values to be set in the bitset 457 * @return modified bitset. 462 public static final BitSet set(BitSet bitset, int... values) { argument 464 bitset.set(value); 466 return bitset;
|
/external/valgrind/VEX/priv/ |
H A D | host_generic_regs.h | 241 /* Represents sets of real registers. |bitset| is interpreted in the 242 context of |univ|. That is, each bit index |i| in |bitset| 247 ULong bitset; member in struct:__anon18116
|
/external/clang/test/Sema/ |
H A D | conversion.c | 378 unsigned bitset[20]; local 379 SETBIT(bitset, 0); 382 SETBIT(bitset, y); 385 USER_SETBIT(bitset, 0); // expected-warning 2 {{implicit conversion changes signedness}}
|
/external/bison/lib/ |
H A D | bbitset.h | 1 /* Base bitset stuff. 32 Memory for bit array and bitset structure allocated 41 BITSET_STATS: Wrapper bitset for internal use only. Used for gathering 95 that the bitset is known to be zero, that a bit has been set 102 typedef union bitset_union *bitset; typedef in typeref:union:bitset_union 105 /* Private accessor macros to bitset structure. */ 116 void (*set) (bitset, bitset_bindex); 117 void (*reset) (bitset, bitset_bindex); 118 bool (*toggle) (bitset, bitset_bindex); 119 bool (*test) (bitset, bitset_binde [all...] |
/external/v8/src/ |
H A D | types.cc | 113 // The largest bitset subsumed by this type. 114 Type::bitset BitsetType::Glb(Type* type) { 124 bitset glb = SEMANTIC( 133 // The smallest bitset subsuming this type, possibly not a proper one. 134 Type::bitset BitsetType::Lub(Type* type) { 139 // a bitset. 140 int bitset = type->AsUnion()->Get(0)->BitsetLub(); local 143 bitset |= SEMANTIC(type->AsUnion()->Get(i)->BitsetLub()); 145 return bitset; 158 Type::bitset BitsetTyp 796 IntersectRangeAndBitset(Type* range, Type* bitset, Zone* zone) argument [all...] |
H A D | types.h | 145 // Note that the bitset representation is closed under both Union and Intersect. 149 // Values for bitset types 273 typedef uint32_t bitset; // Internal typedef in class:v8::internal::BitsetType 282 static bitset SignedSmall(); 283 static bitset UnsignedSmall(); 285 bitset Bitset() { 286 return static_cast<bitset>(reinterpret_cast<uintptr_t>(this) ^ 1u); 289 static bool IsInhabited(bitset bits) { 293 static bool SemanticIsInhabited(bitset bits) { 297 static bool Is(bitset bits 401 ClassType(BitsetType::bitset bitset, i::Handle<i::Map> map) argument 422 BitsetType::bitset bitset = BitsetType::Lub(*value); local 432 ConstantType(BitsetType::bitset bitset, i::Handle<i::Object> object) argument 491 RangeType(BitsetType::bitset bitset, Limits limits) argument 669 typedef BitsetType::bitset bitset; // Internal typedef in class:v8::internal::BitsetType::Type [all...] |
/external/v8/test/cctest/ |
H A D | test-types.cc | 28 typedef uint32_t bitset; typedef 48 BitsetType::bitset AsBitset(Type* type) { return type->AsBitsetForTesting(); } 116 CHECK(bitset(0) == this->AsBitset(T.None)); 117 CHECK(bitset(0xfffffffeu) == this->AsBitset(T.Any)); 119 // Union(T1, T2) is bitset for bitsets T1,T2 130 // Intersect(T1, T2) is bitset for bitsets T1,T2 141 // Union(T1, T2) is bitset if T2 is bitset and T1->Is(T2) 173 bitset bits = this->AsBitset(type1) & this->AsBitset(type2); 613 // If b is regular numeric bitset, the [all...] |
/external/valgrind/coregrind/ |
H A D | m_translate.c | 793 UInt i, bitset; local 796 bitset = 0; 806 /* First, compute |bitset|, which specifies which extent(s) need a 868 bitset |= (1 << i); 927 return bitset;
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_coverage_libcdep.cc | 107 uptr Update8bitCounterBitsetAndClearCounters(u8 *bitset); 457 // Map every 8bit counter to a 8-bit bitset and clear the counter. 458 uptr CoverageData::Update8bitCounterBitsetAndClearCounters(u8 *bitset) { argument 461 // For better speed we map 8 counters to 8 bytes of bitset at once. 463 CHECK_EQ(reinterpret_cast<uptr>(bitset) % kBatchSize, 0); 470 if (!bitset) { 478 u64 *pb64 = reinterpret_cast<u64*>(bitset + cur); 697 InternalScopedBuffer<u8> bitset(n); 698 coverage_data.Update8bitCounterBitsetAndClearCounters(bitset.data()); 710 WriteToFile(fd, bitset 952 __sanitizer_update_counter_bitset_and_clear_counters(u8 *bitset) argument [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 2578 private String getCombinations(String[] items, int bitset) { argument 2580 for (int i = 0; bitset != 0; ++i) { 2581 int other = bitset & (1 << i); 2583 bitset ^= other;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 2574 private String getCombinations(String[] items, int bitset) { argument 2576 for (int i = 0; bitset != 0; ++i) { 2577 int other = bitset & (1 << i); 2579 bitset ^= other;
|
/external/llvm/unittests/Support/ |
H A D | YAMLIOTest.cpp | 619 static void bitset(IO &io, MyFlags &value) { function in struct:llvm::yaml::ScalarBitSetTraits
|
/external/pcre/dist/ |
H A D | pcre_jit_compile.c | 2621 static BOOL is_char7_bitset(const pcre_uint8 *bitset, BOOL nclass) argument 2626 const pcre_uint8 *end = bitset + 32; 2628 bitset += 16; 2631 if (*bitset++ != value) 2634 while (bitset < end);
|
/external/v8/src/compiler/ |
H A D | ast-graph-builder.cc | 3910 uint32_t bitset = ComputeBitsetForDynamicGlobal(variable); local 3911 if (bitset == kFullCheckRequired) return nullptr; 3923 for (int depth = 0; bitset != 0; bitset >>= 1, depth++) { 3924 if ((bitset & 1) == 0) continue; 3957 uint32_t bitset = ComputeBitsetForDynamicContext(variable); local 3958 if (bitset == kFullCheckRequired) return nullptr; 3970 for (int depth = 0; bitset != 0; bitset >>= 1, depth++) { 3971 if ((bitset [all...] |
/external/caliper/lib/ |
H A D | gson-2.2.2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.apache.lucene_1.9.1.v20100518-1140.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |