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

/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/chrome/browser/sync/syncable/
H A Dmodel_type.cc283 ModelTypeBitSet bitset; local
286 bitset.set(*iter);
288 return bitset;
/external/icu4c/test/intltest/
H A Dbidiconf.cpp336 uint32_t bitset=(uint32_t)strtoul(start, &end, 16); local
338 errln("input bitset parse error at %s", start);
341 // Loop over the bitset.
345 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.
30 Memory for bit array and bitset structure allocated
39 BITSET_STATS: Wrapper bitset for internal use only. Used for gathering
93 that the bitset is known to be zero, that a bit has been set
100 typedef union bitset_union *bitset; typedef in typeref:union:bitset_union
103 /* Private accessor macros to bitset structure. */
114 void (*set) (bitset, bitset_bindex);
115 void (*reset) (bitset, bitset_bindex);
116 bool (*toggle) (bitset, bitset_bindex);
117 bool (*test) (bitset, bitset_binde
[all...]
/external/valgrind/main/coregrind/
H A Dm_translate.c741 UInt i, bitset; local
744 bitset = 0;
802 bitset |= (1 << i);
805 return bitset;
/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 ...

Completed in 331 milliseconds