/external/bison/lib/ |
D | bbitset.h | 102 typedef union bitset_union *bitset; typedef 116 void (*set) (bitset, bitset_bindex); 117 void (*reset) (bitset, bitset_bindex); 118 bool (*toggle) (bitset, bitset_bindex); 119 bool (*test) (bitset, bitset_bindex); 120 bitset_bindex (*resize) (bitset, bitset_bindex); 121 bitset_bindex (*size) (bitset); 122 bitset_bindex (*count) (bitset); 124 bool (*empty_p) (bitset); 125 void (*ones) (bitset); [all …]
|
D | bitset.c | 73 bitset 74 bitset_init (bitset bset, bitset_bindex n_bits, enum bitset_type type) in bitset_init() 133 bitset 137 bitset bset; in bitset_alloc() 152 bitset 157 bitset bset; in bitset_obstack_alloc() 170 bitset 183 bitset_free (bitset bset) in bitset_free() 192 bitset_obstack_free (bitset bset) in bitset_obstack_free() 200 bitset_type_get (bitset bset) in bitset_type_get() [all …]
|
D | bitset_stats.c | 313 bitset_stats_set (bitset dst, bitset_bindex bitno) in bitset_stats_set() 315 bitset bset = dst->s.bset; in bitset_stats_set() 332 bitset_stats_reset (bitset dst, bitset_bindex bitno) in bitset_stats_reset() 334 bitset bset = dst->s.bset; in bitset_stats_reset() 352 bitset_stats_toggle (bitset src, bitset_bindex bitno) in bitset_stats_toggle() 359 bitset_stats_test (bitset src, bitset_bindex bitno) in bitset_stats_test() 361 bitset bset = src->s.bset; in bitset_stats_test() 378 bitset_stats_resize (bitset src, bitset_bindex size) in bitset_stats_resize() 385 bitset_stats_size (bitset src) in bitset_stats_size() 392 bitset_stats_count (bitset src) in bitset_stats_count() [all …]
|
D | abitset.c | 36 abitset_resize (bitset src, bitset_bindex size) in abitset_resize() 49 abitset_small_list (bitset src, bitset_bindex *list, in abitset_small_list() 106 abitset_set (bitset dst ATTRIBUTE_UNUSED, bitset_bindex bitno ATTRIBUTE_UNUSED) in abitset_set() 117 abitset_reset (bitset dst ATTRIBUTE_UNUSED, in abitset_reset() 128 abitset_test (bitset src ATTRIBUTE_UNUSED, in abitset_test() 142 abitset_list_reverse (bitset src, bitset_bindex *list, in abitset_list_reverse() 202 abitset_list (bitset src, bitset_bindex *list, in abitset_list() 303 abitset_unused_clear (bitset dst) in abitset_unused_clear() 315 abitset_ones (bitset dst) in abitset_ones() 328 abitset_zero (bitset dst) in abitset_zero() [all …]
|
D | vbitset.c | 35 static void vbitset_unused_clear (bitset); 37 static void vbitset_set (bitset, bitset_bindex); 38 static void vbitset_reset (bitset, bitset_bindex); 39 static bool vbitset_test (bitset, bitset_bindex); 40 static bitset_bindex vbitset_list (bitset, bitset_bindex *, 42 static bitset_bindex vbitset_list_reverse (bitset, bitset_bindex *, 56 vbitset_resize (bitset src, bitset_bindex n_bits) in vbitset_resize() 118 bitset dst; in vbitset_set() 137 bitset dst ATTRIBUTE_UNUSED; in vbitset_reset() 148 bitset src ATTRIBUTE_UNUSED; in vbitset_test() [all …]
|
D | ebitset.c | 123 ebitset_resize (bitset src, bitset_bindex n_bits) in ebitset_resize() 254 ebitset_elt_remove (bitset bset, bitset_windex eindex) in ebitset_elt_remove() 270 ebitset_elt_add (bitset bset, ebitset_elt *elt, bitset_windex eindex) in ebitset_elt_add() 295 ebitset_elt_find (bitset bset, bitset_bindex bindex, in ebitset_elt_find() 348 ebitset_weed (bitset bset) in ebitset_weed() 391 ebitset_zero (bitset bset) in ebitset_zero() 415 ebitset_equal_p (bitset dst, bitset src) in ebitset_equal_p() 454 ebitset_copy_ (bitset dst, bitset src) in ebitset_copy_() 491 ebitset_copy_cmp (bitset dst, bitset src) in ebitset_copy_cmp() 512 ebitset_set (bitset dst, bitset_bindex bitno) in ebitset_set() [all …]
|
D | lbitset.c | 81 extern void debug_lbitset (bitset); 166 lbitset_elt_unlink (bitset bset, lbitset_elt *elt) in lbitset_elt_unlink() 211 lbitset_prune (bitset bset, lbitset_elt *elt) in lbitset_prune() 257 lbitset_elt_link (bitset bset, lbitset_elt *elt) in lbitset_elt_link() 319 lbitset_elt_find (bitset bset, bitset_windex windex, in lbitset_elt_find() 388 lbitset_weed (bitset bset) in lbitset_weed() 404 lbitset_zero (bitset bset) in lbitset_zero() 419 lbitset_equal_p (bitset dst, bitset src) in lbitset_equal_p() 446 lbitset_copy (bitset dst, bitset src) in lbitset_copy() 488 lbitset_copy_cmp (bitset dst, bitset src) in lbitset_copy_cmp() [all …]
|
D | bitset.h | 77 bitset bset; 104 extern bitset bitset_init (bitset, bitset_bindex, enum bitset_type); 111 extern bitset bitset_alloc (bitset_bindex, enum bitset_type); 114 extern void bitset_free (bitset); 118 extern bitset bitset_obstack_alloc (struct obstack *bobstack, 122 extern void bitset_obstack_free (bitset); 125 extern bitset bitset_create (bitset_bindex, bitset_attrs); 128 extern enum bitset_type bitset_type_get (bitset); 131 extern const char *bitset_type_name_get (bitset); 136 bitset_set (bitset bset, bitset_bindex bitno) in bitset_set() [all …]
|
/external/antlr/antlr-3.4/runtime/C/src/ |
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_INT32 newSize); [all …]
|
/external/libcxx/test/utilities/template.bitset/bitset.members/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/utilities/template.bitset/bitset.members/Android.mk 19 test_name := utilities/template.bitset/bitset.members/right_shift 23 test_name := utilities/template.bitset/bitset.members/flip_all 27 test_name := utilities/template.bitset/bitset.members/op_and_eq 31 test_name := utilities/template.bitset/bitset.members/op_or_eq 35 test_name := utilities/template.bitset/bitset.members/to_ullong 39 test_name := utilities/template.bitset/bitset.members/index_const 43 test_name := utilities/template.bitset/bitset.members/set_one 47 test_name := utilities/template.bitset/bitset.members/right_shift_eq 51 test_name := utilities/template.bitset/bitset.members/to_ulong [all …]
|
D | op_or_eq.pass.cpp | 19 std::bitset<N> 22 std::bitset<N> v; in make_bitset() 31 std::bitset<N> v1 = make_bitset<N>(); in test_op_or_eq() 32 std::bitset<N> v2 = make_bitset<N>(); in test_op_or_eq() 33 std::bitset<N> v3 = v1; in test_op_or_eq()
|
D | op_xor_eq.pass.cpp | 19 std::bitset<N> 22 std::bitset<N> v; in make_bitset() 31 std::bitset<N> v1 = make_bitset<N>(); in test_op_xor_eq() 32 std::bitset<N> v2 = make_bitset<N>(); in test_op_xor_eq() 33 std::bitset<N> v3 = v1; in test_op_xor_eq()
|
D | op_and_eq.pass.cpp | 19 std::bitset<N> 22 std::bitset<N> v; in make_bitset() 31 std::bitset<N> v1 = make_bitset<N>(); in test_op_and_eq() 32 std::bitset<N> v2 = make_bitset<N>(); in test_op_and_eq() 33 std::bitset<N> v3 = v1; in test_op_and_eq()
|
D | index.pass.cpp | 19 std::bitset<N> 22 std::bitset<N> v; in make_bitset() 31 std::bitset<N> v1 = make_bitset<N>(); in test_index_const() 35 typename std::bitset<N>::reference r = v1[N/2]; in test_index_const() 37 typename std::bitset<N>::reference r2 = v1[N/2]; in test_index_const()
|
/external/libcxx/include/ |
D | bitset | 2 //===---------------------------- bitset ----------------------------------===// 15 bitset synopsis 23 class bitset 29 friend class bitset; 41 constexpr bitset() noexcept; 42 constexpr bitset(unsigned long long val) noexcept; 44 explicit bitset(const charT* str, 48 explicit bitset(const basic_string<charT,traits,Allocator>& str, 54 // 23.3.5.2 bitset operations: 55 bitset& operator&=(const bitset& rhs) noexcept; [all …]
|
/external/libcxx/test/utilities/template.bitset/bitset.operators/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/utilities/template.bitset/bitset.operators/Android.mk 19 test_name := utilities/template.bitset/bitset.operators/op_or 23 test_name := utilities/template.bitset/bitset.operators/op_and 27 test_name := utilities/template.bitset/bitset.operators/stream_out 31 test_name := utilities/template.bitset/bitset.operators/stream_in 35 test_name := utilities/template.bitset/bitset.operators/op_not
|
D | op_or.pass.cpp | 19 std::bitset<N> 22 std::bitset<N> v; in make_bitset() 31 std::bitset<N> v1 = make_bitset<N>(); in test_op_or() 32 std::bitset<N> v2 = make_bitset<N>(); in test_op_or() 33 std::bitset<N> v3 = v1; in test_op_or()
|
D | op_not.pass.cpp | 19 std::bitset<N> 22 std::bitset<N> v; in make_bitset() 31 std::bitset<N> v1 = make_bitset<N>(); in test_op_not() 32 std::bitset<N> v2 = make_bitset<N>(); in test_op_not() 33 std::bitset<N> v3 = v1; in test_op_not()
|
D | op_and.pass.cpp | 19 std::bitset<N> 22 std::bitset<N> v; in make_bitset() 31 std::bitset<N> v1 = make_bitset<N>(); in test_op_and() 32 std::bitset<N> v2 = make_bitset<N>(); in test_op_and() 33 std::bitset<N> v3 = v1; in test_op_and()
|
/external/stlport/stlport/stl/ |
D | _bitset.h | 347 class bitset : public _STLP_PRIV _Base_bitset<__BITSET_WORDS(_Nb) > { 365 typedef bitset<_Nb> _Bitset; 415 bitset() {} 417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); } 421 explicit bitset(const basic_string<_CharT,_Traits,_Alloc>& __s, 430 bitset(const basic_string<_CharT, _Traits, _Alloc>& __s, 439 explicit bitset(const string& __s, 450 bitset<_Nb>& operator&=(const bitset<_Nb>& __rhs) { 455 bitset<_Nb>& operator|=(const bitset<_Nb>& __rhs) { 460 bitset<_Nb>& operator^=(const bitset<_Nb>& __rhs) { [all …]
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3bitset.h | 95 …void (*borInPlace) (struct ANTLR3_BITSET_struct * bitset, struct ANTLR3_BITSET_struct * … 96 ANTLR3_UINT32 (*size) (struct ANTLR3_BITSET_struct * bitset); 97 void (*add) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_INT32 bit); 98 void (*grow) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_INT32 newSize); 100 ANTLR3_BOOLEAN (*isMember) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_UINT32 bit); 101 ANTLR3_UINT32 (*numBits) (struct ANTLR3_BITSET_struct * bitset); 102 void (*remove) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_UINT32 bit); 103 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BITSET_struct * bitset); 104 pANTLR3_INT32 (*toIntList) (struct ANTLR3_BITSET_struct * bitset); 106 void (*free) (struct ANTLR3_BITSET_struct * bitset);
|
/external/libcxx/test/utilities/template.bitset/bitset.cons/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/utilities/template.bitset/bitset.cons/Android.mk 19 test_name := utilities/template.bitset/bitset.cons/default 23 test_name := utilities/template.bitset/bitset.cons/ull_ctor 27 test_name := utilities/template.bitset/bitset.cons/char_ptr_ctor 31 test_name := utilities/template.bitset/bitset.cons/string_ctor
|
/external/libcxx/test/utilities/template.bitset/bitset.hash/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/utilities/template.bitset/bitset.hash/Android.mk 19 test_name := utilities/template.bitset/bitset.hash/bitset 20 test_src := bitset.pass.cpp
|
/external/stlport/test/unit/ |
D | bitset_test.cpp | 38 bitset<13U> b1(0xFFFF); in bitset1() 39 bitset<13U> b2(0x1111); in bitset1() 83 bitset<13U> b(0x1111); in iostream() 87 bitset<13U> b1; in iostream() 97 bitset<13U> b(0x1111); in iostream() 101 bitset<13U> b1; in iostream()
|
/external/chromium_org/v8/src/ |
D | types.cc | 24 int bitset = kNone; in Glb() local 26 bitset |= unioned->Get(i)->BitsetGlb(); in Glb() 28 return bitset; in Glb() 57 int bitset = kNone; in Lub() local 59 bitset |= unioned->Get(i)->BitsetLub(); in Lub() 61 return bitset; in Lub() 89 int bitset = kNone; in InherentLub() local 91 bitset |= unioned->Get(i)->InherentBitsetLub(); in InherentLub() 93 return bitset; in InherentLub() 445 int bitset, Region* region) { in Narrow() argument [all …]
|