Searched defs:bitset (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/Object/
H A DELFYAML.cpp244 void ScalarBitSetTraits<ELFYAML::ELF_EF>::bitset(IO &IO, function in class:llvm::yaml::ScalarBitSetTraits
340 void ScalarBitSetTraits<ELFYAML::ELF_SHF>::bitset(IO &IO, function in class:llvm::yaml::ScalarBitSetTraits
H A DCOFFYAML.cpp174 void ScalarBitSetTraits<COFF::Characteristics>::bitset( function in class:llvm::yaml::ScalarBitSetTraits
193 void ScalarBitSetTraits<COFF::SectionCharacteristics>::bitset( function in class:llvm::yaml::ScalarBitSetTraits
/external/chromium_org/v8/src/
H A Dtypes-inl.h90 ZoneTypeConfig::Type::bitset ZoneTypeConfig::as_bitset(Type* type) {
92 return static_cast<Type::bitset>(reinterpret_cast<uintptr_t>(type) ^ 1u);
111 ZoneTypeConfig::Type* ZoneTypeConfig::from_bitset(Type::bitset bitset) { argument
112 return reinterpret_cast<Type*>(static_cast<uintptr_t>(bitset | 1u));
118 Type::bitset bitset, Zone* Zone) {
119 return from_bitset(bitset);
233 HeapTypeConfig::Type::bitset HeapTypeConfig::as_bitset(Type* type) {
235 return static_cast<Type::bitset>(reinterpret_cas
117 from_bitset( Type::bitset bitset, Zone* Zone) argument
252 from_bitset(Type::bitset bitset) argument
259 from_bitset( Type::bitset bitset, Isolate* isolate) argument
[all...]
H A Dtypes.cc117 // The largest bitset subsumed by this type.
119 typename TypeImpl<Config>::bitset
134 // The smallest bitset subsuming this type.
136 typename TypeImpl<Config>::bitset
141 int bitset = kNone; local
143 bitset |= type->AsUnion()->Get(i)->BitsetLub();
145 return bitset;
163 typename TypeImpl<Config>::bitset
261 typename TypeImpl<Config>::bitset
272 typename TypeImpl<Config>::bitset
[all...]
H A Dtypes.h142 // Note that the bitset representation is closed under both Union and Intersect.
154 // Values for bitset types
270 // static bitset as_bitset(Type*);
273 // static Type* from_bitset(bitset);
274 // static Handle<Type>::type from_bitset(bitset, Region*);
293 typedef uint32_t bitset; // Internal typedef in class:v8::internal::TypeImpl
508 bitset AsBitset() {
516 bitset BitsetGlb() { return BitsetType::Glb(this); }
517 bitset BitsetLub() { return BitsetType::Lub(this); }
575 bitset Bitse
[all...]
/external/stlport/stlport/stl/
H A D_bitset.c83 __stl_throw_overflow_error("bitset");
179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) {
220 const bitset<_Nb>& __x) {
233 #undef bitset macro
H A D_bitset.h22 // A bitset of size N has N % (sizeof(unsigned long) * CHAR_BIT) unused
24 // a class invariant of class bitset<> that those unused bits are
27 // Most of the actual code isn't contained in bitset<> itself, but in the
30 // important special case where the bitset is only a single word.
344 // Class bitset.
347 class bitset : public _STLP_PRIV _Base_bitset<__BITSET_WORDS(_Nb) > { class in inherits:_STLP_PRIV_Base_bitset
365 typedef bitset<_Nb> _Bitset;
415 bitset() {} function in class:bitset
417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); } function in class:bitset
421 explicit bitset(cons function in class:bitset
430 bitset(const basic_string<_CharT, _Traits, _Alloc>& __s, function in class:bitset
439 explicit bitset(const string& __s, function in class:bitset
865 #undef bitset macro
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3bitset.c43 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/chromium_org/third_party/icu/source/test/intltest/
H A Dbidiconf.cpp357 uint32_t bitset=(uint32_t)strtoul(start, &end, 16); local
359 errln("input bitset parse error at %s", start);
362 // Loop over the bitset.
366 if(bitset&(1<<i)) {
/external/icu/icu4c/source/test/intltest/
H A Dbidiconf.cpp357 uint32_t bitset=(uint32_t)strtoul(start, &end, 16); local
359 errln("input bitset parse error at %s", start);
362 // Loop over the bitset.
366 if(bitset&(1<<i)) {
/external/clang/test/Sema/
H A Dconversion.c378 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 Dbbitset.h1 /* 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/valgrind/main/coregrind/
H A Dm_translate.c782 UInt i, bitset; local
785 bitset = 0;
843 bitset |= (1 << i);
846 return bitset;
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc15 typedef uint32_t bitset; typedef
29 static bitset AsBitset(Type* t) {
30 return static_cast<bitset>(reinterpret_cast<uintptr_t>(t) ^ 1u);
60 static bitset AsBitset(Handle<HeapType> t) {
61 return static_cast<bitset>(reinterpret_cast<uintptr_t>(*t));
73 static bitset Glb(Handle<HeapType> type) { return Glb(*type); }
74 static bitset Lub(Handle<HeapType> type) { return Lub(*type); }
263 case 0: { // bitset
414 CHECK(bitset(0) == this->AsBitset(T.None));
415 CHECK(bitset(
[all...]
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp526 static void bitset(IO &io, MyFlags &value) { function in struct:llvm::yaml::ScalarBitSetTraits
/external/pcre/dist/
H A Dpcre_jit_compile.c2570 static BOOL is_char7_bitset(const pcre_uint8 *bitset, BOOL nclass) argument
2575 const pcre_uint8* end = bitset + 32;
2577 bitset += 16;
2580 if (*bitset++ != value)
2583 while (bitset < end);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 972 milliseconds