| /external/mesa3d/src/nouveau/compiler/nak/ |
| D | bitset.rs | 9 pub struct BitSet { struct 13 impl BitSet { implementation 166 impl Default for BitSet { implementation 172 impl BitAndAssign for BitSet { implementation 173 fn bitand_assign(&mut self, rhs: BitSet) { in bitand_assign() 181 impl BitAnd<BitSet> for BitSet { implementation 184 fn bitand(self, rhs: BitSet) -> BitSet { in bitand() 191 impl BitOrAssign for BitSet { implementation 192 fn bitor_assign(&mut self, rhs: BitSet) { in bitor_assign() 200 impl BitOr<BitSet> for BitSet { implementation [all …]
|
| D | cfg.rs | 38 seen: &mut BitSet, in graph_post_dfs() 183 pre: &mut BitSet, in loop_detect_dfs() 184 post: &mut BitSet, in loop_detect_dfs() 185 loops: &mut BitSet, in loop_detect_dfs()
|
| D | opt_bar_prop.rs | 95 seen: &mut BitSet, in phi_can_be_bar_recur() 131 needs_bar: &mut BitSet, in add_phi_recur()
|
| D | repair_ssa.rs | 28 needs_src: &mut BitSet, in get_ssa_or_phi()
|
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| D | BitSet.cs | 49 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/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
| D | BitSet.java | 36 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/ |
| D | BitSet.as | 34 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/ |
| D | bitset.cpp | 96 class BitSet : public UObject, public UnicodeContainable { class 98 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { in BitSet() function in BitSet
|
| /external/cronet/third_party/icu/source/test/perf/unisetperf/draft/ |
| D | bitset.cpp | 89 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/ |
| D | BitSet.java | 53 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/ |
| D | BitSetTest.cpp | 13 DEF_TEST(BitSet, reporter) { in DEF_TEST() argument
|
| /external/icu/icu4c/source/test/perf/usetperf/ |
| D | bitset.cpp | 24 BitSet::BitSet() { in BitSet() function in BitSet
|
| /external/cronet/third_party/icu/source/test/perf/usetperf/ |
| D | bitset.cpp | 24 BitSet::BitSet() { in BitSet() function in BitSet
|
| /external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
| D | BitSet.js | 14 org.antlr.runtime.BitSet = function(bits) { class in org.antlr.runtime
|
| /external/angle/src/common/ |
| D | bitset_utils_unittest.cpp | 25 typedef T BitSet; typedef in __anoncde18d550111::BitSetTest 272 typedef T BitSet; typedef in __anoncde18d550111::BitSetIteratorTest 800 typedef T BitSet; typedef in __anoncde18d550111::BitSetArrayIteratorTest
|
| /external/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_util.h | 487 BitSet() : marker(false), data(0), size(0) { } in BitSet() function 488 BitSet(unsigned int nBits, bool zero) : marker(false), data(0), size(0) in BitSet() function
|
| /external/mesa3d/src/compiler/isaspec/ |
| D | isa.py | 253 class BitSet(object): class
|
| /external/libjpeg-turbo/ |
| D | rdgif.c | 66 #define BitSet(byte, bit) ((byte) & (bit)) macro
|
| /external/libcxx/utils/google-benchmark/src/ |
| D | sysinfo.cc | 329 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
|
| /external/google-benchmark/src/ |
| D | sysinfo.cc | 345 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
|
| /external/cronet/third_party/google_benchmark/src/src/ |
| D | sysinfo.cc | 341 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
|
| /external/llvm/lib/Transforms/IPO/ |
| D | LowerTypeTests.cpp | 905 auto BitSet = BitSetMDVal->getMetadata(); in lower() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 7126 bool BitSet = V.isUndef() ? false : cast<ConstantSDNode>(V)->getZExtValue(); in LowerBUILD_VECTOR_i1() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 7745 bool BitSet = V.isUndef() ? false : cast<ConstantSDNode>(V)->getZExtValue(); in LowerBUILD_VECTOR_i1() local
|