Home
last modified time | relevance | path

Searched refs:bitset (Results 1 – 25 of 6409) sorted by relevance

12345678910>>...257

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/template.bitset/
H A Dbitset_test_cases.h20 std::vector<std::bitset<0> > cases;
21 cases.push_back(std::bitset<0>());
27 std::vector<std::bitset<1> > cases;
28 cases.push_back(std::bitset<1>("0"));
29 cases.push_back(std::bitset<1>("1"));
35 std::vector<std::bitset<2> > cases;
36 cases.push_back(std::bitset<2>("00"));
37 cases.push_back(std::bitset<2>("01"));
38 cases.push_back(std::bitset<2>("10"));
45 std::vector<std::bitset<31> > cases;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/template.bitset/
H A Dbitset_test_cases.h20 std::vector<std::bitset<0> > cases;
21 cases.push_back(std::bitset<0>());
27 std::vector<std::bitset<1> > cases;
28 cases.push_back(std::bitset<1>("0"));
29 cases.push_back(std::bitset<1>("1"));
35 std::vector<std::bitset<2> > cases;
36 cases.push_back(std::bitset<2>("00"));
37 cases.push_back(std::bitset<2>("01"));
38 cases.push_back(std::bitset<2>("10"));
45 std::vector<std::bitset<31> > cases;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/template.bitset/
H A Dbitset_test_cases.h20 std::vector<std::bitset<0> > cases;
21 cases.push_back(std::bitset<0>());
27 std::vector<std::bitset<1> > cases;
28 cases.push_back(std::bitset<1>("0"));
29 cases.push_back(std::bitset<1>("1"));
35 std::vector<std::bitset<2> > cases;
36 cases.push_back(std::bitset<2>("00"));
37 cases.push_back(std::bitset<2>("01"));
38 cases.push_back(std::bitset<2>("10"));
45 std::vector<std::bitset<31> > cases;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/template.bitset/
H A Dbitset_test_cases.h20 std::vector<std::bitset<0> > cases;
21 cases.push_back(std::bitset<0>());
27 std::vector<std::bitset<1> > cases;
28 cases.push_back(std::bitset<1>("0"));
29 cases.push_back(std::bitset<1>("1"));
35 std::vector<std::bitset<2> > cases;
36 cases.push_back(std::bitset<2>("00"));
37 cases.push_back(std::bitset<2>("01"));
38 cases.push_back(std::bitset<2>("10"));
45 std::vector<std::bitset<31> > cases;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/template.bitset/
H A Dbitset_test_cases.h20 std::vector<std::bitset<0> > cases;
21 cases.push_back(std::bitset<0>());
27 std::vector<std::bitset<1> > cases;
28 cases.push_back(std::bitset<1>("0"));
29 cases.push_back(std::bitset<1>("1"));
35 std::vector<std::bitset<2> > cases;
36 cases.push_back(std::bitset<2>("00"));
37 cases.push_back(std::bitset<2>("01"));
38 cases.push_back(std::bitset<2>("10"));
45 std::vector<std::bitset<31> > cases;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/template.bitset/
H A Dbitset_test_cases.h20 std::vector<std::bitset<0> > cases;
21 cases.push_back(std::bitset<0>());
27 std::vector<std::bitset<1> > cases;
28 cases.push_back(std::bitset<1>("0"));
29 cases.push_back(std::bitset<1>("1"));
35 std::vector<std::bitset<2> > cases;
36 cases.push_back(std::bitset<2>("00"));
37 cases.push_back(std::bitset<2>("01"));
38 cases.push_back(std::bitset<2>("10"));
45 std::vector<std::bitset<31> > cases;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/template.bitset/
H A Dbitset_test_cases.h20 std::vector<std::bitset<0> > cases;
21 cases.push_back(std::bitset<0>());
27 std::vector<std::bitset<1> > cases;
28 cases.push_back(std::bitset<1>("0"));
29 cases.push_back(std::bitset<1>("1"));
35 std::vector<std::bitset<2> > cases;
36 cases.push_back(std::bitset<2>("00"));
37 cases.push_back(std::bitset<2>("01"));
38 cases.push_back(std::bitset<2>("10"));
45 std::vector<std::bitset<31> > cases;
[all …]
/dports/devel/py-intbitset/intbitset-2.4.1/intbitset/
H A Dintbitset_impl.c68 PyMem_Free(bitset->bitset); in intBitSetResetFromBuffer()
75 bitset->trailing_bits = *(bitset->bitset + bitset->allocated - 1) ? (word_t) ~0 : 0; in intBitSetResetFromBuffer()
87 *bitset->bitset = 0; in intBitSetReset()
110 if (bitset->bitset) in intBitSetDestroy()
124 memcpy(ret->bitset, bitset->bitset, bitset->allocated * wordbytesize); in intBitSetClone()
133 base = bitset->bitset; in intBitSetGetSize()
134 end = bitset->bitset + bitset->allocated - 2; in intBitSetGetSize()
150 end = bitset->bitset + bitset->allocated; in intBitSetGetTot()
179 bitset->bitset = PyMem_Realloc(bitset->bitset, allocated * wordbytesize); in intBitSetResize()
180 base = bitset->bitset + bitset->allocated; in intBitSetResize()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/bitset/
H A Dbase.h145 void (*and_or) (bitset, bitset, bitset, bitset);
146 bool (*and_or_cmp) (bitset, bitset, bitset, bitset);
147 void (*andn_or) (bitset, bitset, bitset, bitset);
148 bool (*andn_or_cmp) (bitset, bitset, bitset, bitset);
149 void (*or_and) (bitset, bitset, bitset, bitset);
150 bool (*or_and_cmp) (bitset, bitset, bitset, bitset);
309 void bitset_and_or_ (bitset, bitset, bitset, bitset);
311 bool bitset_and_or_cmp_ (bitset, bitset, bitset, bitset);
313 void bitset_andn_or_ (bitset, bitset, bitset, bitset);
317 void bitset_or_and_ (bitset, bitset, bitset, bitset);
[all …]
/dports/devel/bison/bison-3.7.6/lib/bitset/
H A Dbase.h142 void (*and_or) (bitset, bitset, bitset, bitset);
143 bool (*and_or_cmp) (bitset, bitset, bitset, bitset);
144 void (*andn_or) (bitset, bitset, bitset, bitset);
145 bool (*andn_or_cmp) (bitset, bitset, bitset, bitset);
146 void (*or_and) (bitset, bitset, bitset, bitset);
147 bool (*or_and_cmp) (bitset, bitset, bitset, bitset);
291 void bitset_and_or_ (bitset, bitset, bitset, bitset);
293 bool bitset_and_or_cmp_ (bitset, bitset, bitset, bitset);
295 void bitset_andn_or_ (bitset, bitset, bitset, bitset);
299 void bitset_or_and_ (bitset, bitset, bitset, bitset);
[all …]
/dports/devel/libantlr3c/libantlr3c-3.4/src/
H A Dantlr3bitset.c86 if (bitset == NULL) in antlr3BitsetNew()
118 return bitset; in antlr3BitsetNew()
180 return bitset; in antlr3BitsetCopy()
203 return bitset; in antlr3BitsetClone()
283 bitset->grow(bitset, count+1); in antlr3BitsetLoad()
293 return bitset; in antlr3BitsetLoad()
431 bitset->grow(bitset, bl); in growToInclude()
435 bitset->grow(bitset, nw); in growToInclude()
655 numInts = bitset->size(bitset) + 1; in antlr3BitsetToIntList()
656 numBits = bitset->numBits(bitset); in antlr3BitsetToIntList()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/zydis/Zycore/
H A DBitset.c145 if (!bitset) in ZyanBitsetInitEx()
163 if (!bitset) in ZyanBitsetInitBuffer()
184 if (!bitset) in ZyanBitsetDestroy()
243 if (!bitset) in ZyanBitsetFlip()
266 if (!bitset) in ZyanBitsetSet()
285 if (!bitset) in ZyanBitsetReset()
312 if (!bitset) in ZyanBitsetToggle()
330 if (!bitset) in ZyanBitsetTest()
350 if (!bitset) in ZyanBitsetTestMSB()
355 return ZyanBitsetTest(bitset, bitset->size - 1); in ZyanBitsetTestMSB()
[all …]
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/src/
H A DBitset.c145 if (!bitset) in ZyanBitsetInitEx()
163 if (!bitset) in ZyanBitsetInitBuffer()
184 if (!bitset) in ZyanBitsetDestroy()
243 if (!bitset) in ZyanBitsetFlip()
266 if (!bitset) in ZyanBitsetSet()
285 if (!bitset) in ZyanBitsetReset()
312 if (!bitset) in ZyanBitsetToggle()
330 if (!bitset) in ZyanBitsetTest()
350 if (!bitset) in ZyanBitsetTestMSB()
355 return ZyanBitsetTest(bitset, bitset->size - 1); in ZyanBitsetTestMSB()
[all …]
/dports/www/firefox/firefox-99.0/js/src/zydis/Zycore/
H A DBitset.c145 if (!bitset) in ZyanBitsetInitEx()
163 if (!bitset) in ZyanBitsetInitBuffer()
184 if (!bitset) in ZyanBitsetDestroy()
243 if (!bitset) in ZyanBitsetFlip()
266 if (!bitset) in ZyanBitsetSet()
285 if (!bitset) in ZyanBitsetReset()
312 if (!bitset) in ZyanBitsetToggle()
330 if (!bitset) in ZyanBitsetTest()
350 if (!bitset) in ZyanBitsetTestMSB()
355 return ZyanBitsetTest(bitset, bitset->size - 1); in ZyanBitsetTestMSB()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/zydis/Zycore/
H A DBitset.c145 if (!bitset) in ZyanBitsetInitEx()
163 if (!bitset) in ZyanBitsetInitBuffer()
184 if (!bitset) in ZyanBitsetDestroy()
243 if (!bitset) in ZyanBitsetFlip()
266 if (!bitset) in ZyanBitsetSet()
285 if (!bitset) in ZyanBitsetReset()
312 if (!bitset) in ZyanBitsetToggle()
330 if (!bitset) in ZyanBitsetTest()
350 if (!bitset) in ZyanBitsetTestMSB()
355 return ZyanBitsetTest(bitset, bitset->size - 1); in ZyanBitsetTestMSB()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/zydis/Zycore/
H A DBitset.c145 if (!bitset) in ZyanBitsetInitEx()
163 if (!bitset) in ZyanBitsetInitBuffer()
184 if (!bitset) in ZyanBitsetDestroy()
243 if (!bitset) in ZyanBitsetFlip()
266 if (!bitset) in ZyanBitsetSet()
285 if (!bitset) in ZyanBitsetReset()
312 if (!bitset) in ZyanBitsetToggle()
330 if (!bitset) in ZyanBitsetTest()
350 if (!bitset) in ZyanBitsetTestMSB()
355 return ZyanBitsetTest(bitset, bitset->size - 1); in ZyanBitsetTestMSB()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/common/
H A Dityp_bitset.h27 class bitset : private std::bitset<N> {
69 bitset& operator&=(const bitset& other) noexcept {
73 bitset& operator|=(const bitset& other) noexcept {
77 bitset& operator^=(const bitset& other) noexcept {
85 bitset& set() noexcept { in set()
97 bitset& reset(Index i) { in reset()
105 bitset& flip(Index i) { in flip()
113 friend bitset operator&(const bitset& lhs, const bitset& rhs) noexcept {
117 friend bitset operator|(const bitset& lhs, const bitset& rhs) noexcept {
121 friend bitset operator^(const bitset& lhs, const bitset& rhs) noexcept {
[all …]
/dports/devel/tla/tla-1.3.5/src/hackerlab/bitsets/
H A Dbitset.h51 typedef bitset_subset * bitset; typedef
157 extern bitset bitset_dup (alloc_limits limits, bit_t size, bitset a);
161 bitset a);
163 extern int bitset_is_equal (bit_t size, bitset a, bitset b);
164 extern int bitset_is_subset (bit_t size, bitset a, bitset b);
177 extern void bitset_assign (bit_t size, bitset a, bitset b);
178 extern void bitset_union (bit_t size, bitset a, bitset b);
179 extern void bitset_intersection (bit_t size, bitset a, bitset b);
180 extern void bitset_difference (bit_t size, bitset a, bitset b);
181 extern void bitset_revdifference (bit_t size, bitset a, bitset b);
[all …]
/dports/lang/clover/mesa-21.3.6/src/compiler/isaspec/
H A Dencode.py82 self.bitset = bitset # leaf bitset
86 def fields(self, bitset=None): argument
87 if bitset is None:
88 bitset = self.bitset
92 for case in bitset.cases:
123 self.bitset = bitset # leaf bitset
160 if bitset is None:
161 bitset = self.bitset
162 for case in bitset.cases:
177 leaf_bitset = bitset;
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/isaspec/
H A Dencode.py82 self.bitset = bitset # leaf bitset
86 def fields(self, bitset=None): argument
87 if bitset is None:
88 bitset = self.bitset
92 for case in bitset.cases:
123 self.bitset = bitset # leaf bitset
160 if bitset is None:
161 bitset = self.bitset
162 for case in bitset.cases:
177 leaf_bitset = bitset;
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/isaspec/
H A Dencode.py82 self.bitset = bitset # leaf bitset
86 def fields(self, bitset=None): argument
87 if bitset is None:
88 bitset = self.bitset
92 for case in bitset.cases:
123 self.bitset = bitset # leaf bitset
160 if bitset is None:
161 bitset = self.bitset
162 for case in bitset.cases:
177 leaf_bitset = bitset;
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/isaspec/
H A Dencode.py82 self.bitset = bitset # leaf bitset
86 def fields(self, bitset=None): argument
87 if bitset is None:
88 bitset = self.bitset
92 for case in bitset.cases:
123 self.bitset = bitset # leaf bitset
160 if bitset is None:
161 bitset = self.bitset
162 for case in bitset.cases:
177 leaf_bitset = bitset;
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/isaspec/
H A Dencode.py82 self.bitset = bitset # leaf bitset
86 def fields(self, bitset=None): argument
87 if bitset is None:
88 bitset = self.bitset
92 for case in bitset.cases:
123 self.bitset = bitset # leaf bitset
160 if bitset is None:
161 bitset = self.bitset
162 for case in bitset.cases:
177 leaf_bitset = bitset;
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/isaspec/
H A Dencode.py82 self.bitset = bitset # leaf bitset
86 def fields(self, bitset=None): argument
87 if bitset is None:
88 bitset = self.bitset
92 for case in bitset.cases:
123 self.bitset = bitset # leaf bitset
160 if bitset is None:
161 bitset = self.bitset
162 for case in bitset.cases:
177 leaf_bitset = bitset;
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/isaspec/
H A Dencode.py82 self.bitset = bitset # leaf bitset
86 def fields(self, bitset=None): argument
87 if bitset is None:
88 bitset = self.bitset
92 for case in bitset.cases:
123 self.bitset = bitset # leaf bitset
160 if bitset is None:
161 bitset = self.bitset
162 for case in bitset.cases:
177 leaf_bitset = bitset;
[all …]

12345678910>>...257