Home
last modified time | relevance | path

Searched full:bitset (Results 1 – 25 of 17960) sorted by relevance

12345678910>>...719

/aosp_15_r20/external/antlr/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_INT32 newSize);
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/afuc/
H A Dafuc.xml28 <bitset name="#instruction" size="32">
43 </bitset>
97 <bitset name="#src" size="5">
114 </bitset>
116 <bitset name="#dst" size="5">
133 </bitset>
135 <bitset name="#instruction-rep" extends="#instruction">
141 </bitset>
151 <bitset name="#alu-2src" extends="#instruction-rep">
167 </bitset>
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/template.bitset/
H A Dbitset_test_cases.h12 #include <bitset>
19 TEST_CONSTEXPR_CXX23 std::vector<std::bitset<N> > get_test_cases();
22 TEST_CONSTEXPR_CXX23 inline std::vector<std::bitset<0> > get_test_cases<0>() {
23 std::vector<std::bitset<0> > cases;
24 cases.push_back(std::bitset<0>());
29 TEST_CONSTEXPR_CXX23 inline std::vector<std::bitset<1> > get_test_cases<1>() {
30 std::vector<std::bitset<1> > cases;
31 cases.push_back(std::bitset<1>("0"));
32 cases.push_back(std::bitset<1>("1"));
37 TEST_CONSTEXPR_CXX23 inline std::vector<std::bitset<2> > get_test_cases<2>() {
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/isa/
H A Dir3-cat2.xml31 <bitset name="#instruction-cat2" extends="#instruction">
71 </bitset>
73 <bitset name="#instruction-cat2-1src" extends="#instruction-cat2">
93 </bitset>
97 <bitset name="#instruction-cat2-2src" extends="#instruction-cat2">
124 </bitset>
127 <bitset name="#instruction-cat2-2src-cond" extends="#instruction-cat2">
157 </bitset>
160 <bitset name="#instruction-cat2-2src-input" extends="#instruction-cat2">
175 </bitset>
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/BitSet/
H A DBSMethods.java27 * @summary Test the operation of the methods of BitSet class
33 package test.java.util.BitSet;
38 * This is a simple test class created to run tests on the BitSet class.
60 private static void checkEmpty(BitSet s) { in checkEmpty()
64 check(s.equals(new BitSet()) , "equals"); in checkEmpty()
65 check(s.equals(new BitSet(0)) , "equals"); in checkEmpty()
66 check(s.equals(new BitSet(127)), "equals"); in checkEmpty()
67 check(s.equals(new BitSet(128)), "equals"); in checkEmpty()
78 private static BitSet makeSet(int... elts) { in makeSet()
79 BitSet s = new BitSet(); in makeSet()
[all …]
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/
H A Dbitset_test.cpp1 //===-- Unittests for bitset ----------------------------------------------===//
9 #include "src/__support/CPP/bitset.h"
13 LIBC_NAMESPACE::cpp::bitset<1> bitset; in TEST() local
14 EXPECT_FALSE(bitset.test(0)); in TEST()
15 bitset.set(0); in TEST()
16 EXPECT_TRUE(bitset.test(0)); in TEST()
20 LIBC_NAMESPACE::cpp::bitset<2> bitset; in TEST() local
21 bitset.set(0); in TEST()
22 EXPECT_TRUE(bitset.test(0)); in TEST()
23 bitset.set(1); in TEST()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/external/libcxx/include/
H A Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libcxx/include/
Dbitset2 //===---------------------------- 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 …]

12345678910>>...719