Home
last modified time | relevance | path

Searched defs:BitSet (Results 1 – 24 of 24) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs50 public sealed class BitSet : ICloneable class
68 public BitSet() in BitSet() method in Antlr.Runtime.BitSet
75 public BitSet( ulong[] bits ) in BitSet() method in Antlr.Runtime.BitSet
81 public BitSet( IEnumerable<int> items ) in BitSet() method in Antlr.Runtime.BitSet
91 public BitSet( int nbits ) in BitSet() method in Antlr.Runtime.BitSet
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs49 public sealed class BitSet : ICloneable { class
66 public BitSet() in BitSet() method in Antlr.Runtime.BitSet
71 public BitSet(ulong[] bits) { in BitSet() method in Antlr.Runtime.BitSet
76 public BitSet(IEnumerable<int> items) in BitSet() method in Antlr.Runtime.BitSet
85 public BitSet(int nbits) { in BitSet() method in Antlr.Runtime.BitSet
/external/llvm-project/flang/include/flang/Common/
Dconstexpr-bitset.h31 constexpr BitSet(Word b) : bits_{b} {} in BitSet() function
34 constexpr BitSet() {} in BitSet() function
35 constexpr BitSet(const std::initializer_list<int> &xs) { in BitSet() function
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DBitSet.java36 public class BitSet implements Cloneable { class
51 public BitSet() { in BitSet() method in BitSet
56 public BitSet(long[] bits_) { in BitSet() method in BitSet
61 public BitSet(List<Integer> items) { in BitSet() method in BitSet
72 public BitSet(int nbits) { in BitSet() method in BitSet
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DBitSet.as34 public class BitSet { class in org.antlr.runtime
49 public function BitSet(bits:Array = null) { method in org.antlr.runtime.BitSet
/external/icu/icu4c/source/test/perf/unisetperf/draft/
Dbitset.cpp89 class BitSet : public UObject, public UnicodeContainable { class
91 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { in BitSet() function in BitSet
/external/antlr/tool/src/main/java/org/antlr/misc/
DBitSet.java53 public class BitSet implements IntSet, Cloneable { class
68 public BitSet() { in BitSet() method in BitSet
73 public BitSet(long[] bits_) { in BitSet() method in BitSet
80 public BitSet(int nbits) { in BitSet() method in BitSet
/external/skia/tests/
DBitSetTest.cpp13 DEF_TEST(BitSet, reporter) { in DEF_TEST() argument
/external/skqp/tests/
DBitSetTest.cpp13 DEF_TEST(BitSet, reporter) { in DEF_TEST() argument
/external/icu/icu4c/source/test/perf/usetperf/
Dbitset.cpp24 BitSet::BitSet() { in BitSet() function in BitSet
/external/angle/src/common/
Dbitset_utils_unittest.cpp25 typedef T BitSet; typedef in __anon0a6269410111::BitSetTest
178 typedef T BitSet; typedef in __anon0a6269410111::BitSetIteratorTest
/external/sfntly/cpp/src/test/
Dcmap_iterator_test.cc40 typedef std::vector<bool> BitSet; typedef
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBitSet.js14 org.antlr.runtime.BitSet = function(bits) { class in org.antlr.runtime
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h480 BitSet() : marker(false), data(0), size(0) { } in BitSet() function
481 BitSet(unsigned int nBits, bool zero) : marker(false), data(0), size(0) in BitSet() function
/external/llvm-project/llvm/utils/benchmark/src/
Dsysinfo.cc326 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc329 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
/external/libjpeg-turbo/
Drdgif.c66 #define BitSet(byte, bit) ((byte) & (bit)) macro
/external/google-benchmark/src/
Dsysinfo.cc338 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dsysinfo.cc329 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
/external/ImageMagick/coders/
Dgif.c958 #define BitSet(byte,bit) (((byte) & (bit)) == (bit)) in ReadGIFImage() macro
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp905 auto BitSet = BitSetMDVal->getMetadata(); in lower() local
/external/guice/extensions/persist/lib/
Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement ...
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp7128 bool BitSet = V.isUndef() ? false : cast<ConstantSDNode>(V)->getZExtValue(); in LowerBUILD_VECTOR_i1() local
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp7427 bool BitSet = V.isUndef() ? false : cast<ConstantSDNode>(V)->getZExtValue(); in LowerBUILD_VECTOR_i1() local