/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | convergent.ll | 11 br label %l3 13 l3: 14 %x.0 = phi i32 [ 0, %entry ], [ %inc, %l3 ] 22 br i1 %exitcond, label %exit, label %l3 36 br label %l3 38 l3: 39 %x.0 = phi i32 [ 0, %entry ], [ %inc, %l3 ] 48 br i1 %exitcond, label %exit, label %l3 61 br label %l3, !llvm.loop !0 63 l3: [all …]
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/ |
D | lock.pass.cpp | 396 L0 l3; in main() local 397 std::lock(l0, l1, l2, l3); in main() 401 assert(l3.locked()); in main() 407 L1 l3; in main() local 408 std::lock(l0, l1, l2, l3); in main() 412 assert(l3.locked()); in main() 418 L0 l3; in main() local 419 std::lock(l0, l1, l2, l3); in main() 423 assert(l3.locked()); in main() 429 L0 l3; in main() local [all …]
|
D | try_lock.pass.cpp | 474 L0 l3; in main() local 475 assert(std::try_lock(l0, l1, l2, l3) == -1); in main() 479 assert(l3.locked()); in main() 485 L0 l3; in main() local 486 assert(std::try_lock(l0, l1, l2, l3) == 0); in main() 490 assert(!l3.locked()); in main() 496 L0 l3; in main() local 497 assert(std::try_lock(l0, l1, l2, l3) == 1); in main() 501 assert(!l3.locked()); in main() 507 L0 l3; in main() local [all …]
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_pytree.py | 60 l3 = pytree.Leaf(101, "foo") 62 self.assertNotEqual(l1, l3) 111 l3 = pytree.Leaf(100, "bar", prefix="c") 112 n2 = pytree.Node(1000, [n1, l3]) 114 self.assertEqual(n1.get_suffix(), l3.prefix) 115 self.assertEqual(l3.get_suffix(), "") 131 l3 = pytree.Leaf(100, "bar") 132 n3 = pytree.Node(1000, [l3]) 138 l3 = pytree.Leaf(100, "bar") 139 n1 = pytree.Node(1000, [l1, l2, l3]) [all …]
|
/external/eigen/bench/ |
D | check_cache_queries.cpp | 22 int l1, l2, l3; in main() local 23 internal::queryCacheSizes(l1, l2, l3); in main() 24 cout << "Eigen's L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main() 43 internal::queryCacheSizes_intel_codes(l1, l2, l3); in main() 44 cout << "Eigen's intel codes L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main() 47 internal::queryCacheSizes_intel_direct(l1, l2, l3); in main() 48 cout << "Eigen's intel direct L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main() 50 internal::queryCacheSizes_amd(l1, l2, l3); in main() 51 cout << "Eigen's amd L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main() 57 l1 = l2 = l3 = 0; in main()
|
/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_pytree.py | 82 l3 = pytree.Leaf(101, "foo") 84 self.assertNotEqual(l1, l3) 133 l3 = pytree.Leaf(100, "bar", prefix="c") 134 n2 = pytree.Node(1000, [n1, l3]) 136 self.assertEqual(n1.get_suffix(), l3.prefix) 137 self.assertEqual(l3.get_suffix(), "") 153 l3 = pytree.Leaf(100, "bar") 154 n3 = pytree.Node(1000, [l3]) 160 l3 = pytree.Leaf(100, "bar") 161 n1 = pytree.Node(1000, [l1, l2, l3]) [all …]
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | convergent.ll | 11 br label %l3 13 l3: 14 %x.0 = phi i32 [ 0, %entry ], [ %inc, %l3 ] 22 br i1 %exitcond, label %exit, label %l3 36 br label %l3 38 l3: 39 %x.0 = phi i32 [ 0, %entry ], [ %inc, %l3 ] 48 br i1 %exitcond, label %exit, label %l3 61 br label %l3, !llvm.loop !0 63 l3: [all …]
|
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
D | PropertyChangeSupportTest.java | 77 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_Normal() local 80 l3); in testAddPropertyChangeListener_PropertyChangeListener_Normal() 89 sup.addPropertyChangeListener(l3); in testAddPropertyChangeListener_PropertyChangeListener_Normal() 144 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_String_Normal() local 156 sup.addPropertyChangeListener("myProp3", l3); in testAddPropertyChangeListener_PropertyChangeListener_String_Normal() 198 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() local 202 sup.addPropertyChangeListener(null, l3); in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() 203 l3 = new PropertyChangeListenerProxy(null, l2); in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() 204 sup.addPropertyChangeListener(l3); in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() 217 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_String_Duplicate() local [all …]
|
/external/eigen/Eigen/src/Core/util/ |
D | Memory.h | 785 inline void queryCacheSizes_intel_direct(int& l1, int& l2, int& l3) 788 l1 = l2 = l3 = 0; 809 case 3: l3 = cache_size; break; 817 inline void queryCacheSizes_intel_codes(int& l1, int& l2, int& l3) 821 l1 = l2 = l3 = 0; 841 …case 0x22: l3 = 512; break; // code and data L3 cache, 512 KB, 4 ways (!), 64 byte lines, dual-s… 842 …case 0x23: l3 = 1024; break; // code and data L3 cache, 1024 KB, 8 ways, 64 byte lines, dual-sec… 843 …case 0x25: l3 = 2048; break; // code and data L3 cache, 2048 KB, 8 ways, 64 byte lines, dual-sec… 844 …case 0x29: l3 = 4096; break; // code and data L3 cache, 4096 KB, 8 ways, 64 byte lines, dual-sec… 857 case 0x46: l3 = 4096; break; // code and data L3 cache, 4096 KB, 4 ways, 64 byte lines [all …]
|
/external/llvm/test/Transforms/LICM/ |
D | alias-set-tracker-loss.ll | 26 br i1 true, label %l1.loopexit, label %l3.preheader.lr.ph 28 l3.preheader.lr.ph: 29 br label %l3.preheader 32 br i1 true, label %l2.l1.loopexit_crit_edge, label %l3.preheader 34 l3.preheader: 35 br label %l3 37 l3: 38 br i1 true, label %l3, label %l2.loopexit
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/ |
D | alias-set-tracker-loss.ll | 26 br i1 true, label %l1.loopexit, label %l3.preheader.lr.ph 28 l3.preheader.lr.ph: 29 br label %l3.preheader 32 br i1 true, label %l2.l1.loopexit_crit_edge, label %l3.preheader 34 l3.preheader: 35 br label %l3 37 l3: 38 br i1 true, label %l3, label %l2.loopexit
|
/external/cpuinfo/src/x86/cache/ |
D | descriptor.c | 254 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor() 270 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor() 300 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor() 316 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor() 516 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor() 532 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor() 568 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor() 594 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor() 610 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor() 626 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor() [all …]
|
/external/wayland/tests/ |
D | newsignal-test.c | 58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST() local 66 wl_priv_signal_add(&signal, &l3); in TEST() 70 assert(wl_priv_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3); in TEST() 76 assert(wl_priv_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3); in TEST() 106 struct wl_listener l3 = {.notify = signal_notify}; in TEST() local 111 wl_priv_signal_add(&signal, &l3); in TEST() 122 struct wl_listener l1, l2, l3; member 139 wl_list_init(&signal.l3.link); 153 signal.l3.notify = notify_remove; in TEST() 180 wl_priv_signal_add(&signal.signal, &signal.l3); in TEST() [all …]
|
D | signal-test.c | 58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST() local 66 wl_signal_add(&signal, &l3); in TEST() 70 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3); in TEST() 76 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3); in TEST() 106 struct wl_listener l3 = {.notify = signal_notify}; in TEST() local 111 wl_signal_add(&signal, &l3); in TEST()
|
/external/cpuinfo/test/ |
D | arm-cache.cc | 21 struct cpuinfo_cache l3 = { 0 }; in TEST() local 25 &l1i, &l1d, &l2, &l3); in TEST() 29 EXPECT_EQ(0, l3.size); in TEST() 42 struct cpuinfo_cache l3 = { 0 }; in TEST() local 46 &l1i, &l1d, &l2, &l3); in TEST() 50 EXPECT_EQ(0, l3.size); in TEST() 64 struct cpuinfo_cache l3 = { 0 }; in TEST() local 68 &l1i, &l1d, &l2, &l3); in TEST() 72 EXPECT_EQ(0, l3.size); in TEST() 86 struct cpuinfo_cache l3 = { 0 }; in TEST() local [all …]
|
/external/cpuinfo/src/x86/linux/ |
D | init.c | 118 if (processor->cache.l3.size != 0) { in cpuinfo_x86_count_objects() 119 const uint32_t l3_id = apic_id & ~bit_mask(processor->cache.l3.apic_bits); in cpuinfo_x86_count_objects() 155 struct cpuinfo_cache* l3 = NULL; in cpuinfo_x86_linux_init() local 242 } else if (x86_processor.cache.l3.size != 0) { in cpuinfo_x86_linux_init() 243 llc_apic_bits = x86_processor.cache.l3.apic_bits; in cpuinfo_x86_linux_init() 326 l3 = calloc(l3_count, sizeof(struct cpuinfo_cache)); in cpuinfo_x86_linux_init() 327 if (l3 == NULL) { in cpuinfo_x86_linux_init() 518 if (x86_processor.cache.l3.size != 0) { in cpuinfo_x86_linux_init() 519 const uint32_t l3_id = apic_id & ~bit_mask(x86_processor.cache.l3.apic_bits); in cpuinfo_x86_linux_init() 520 processors[i].cache.l3 = &l3[l3_index]; in cpuinfo_x86_linux_init() [all …]
|
/external/cpuinfo/src/x86/mach/ |
D | init.c | 28 struct cpuinfo_cache* l3 = NULL; in cpuinfo_x86_mach_init() local 140 if (x86_processor.cache.l3.size != 0) { in cpuinfo_x86_mach_init() 155 if (x86_processor.cache.l3.size != 0) { in cpuinfo_x86_mach_init() 260 l3 = calloc(l3_count, sizeof(struct cpuinfo_cache)); in cpuinfo_x86_mach_init() 261 if (l3 == NULL) { in cpuinfo_x86_mach_init() 267 l3[c] = (struct cpuinfo_cache) { in cpuinfo_x86_mach_init() 268 .size = x86_processor.cache.l3.size, in cpuinfo_x86_mach_init() 269 .associativity = x86_processor.cache.l3.associativity, in cpuinfo_x86_mach_init() 270 .sets = x86_processor.cache.l3.sets, in cpuinfo_x86_mach_init() 271 .partitions = x86_processor.cache.l3.partitions, in cpuinfo_x86_mach_init() [all …]
|
/external/clang/test/CodeGen/ |
D | partial-reinitialization2.c | 12 struct LLP3 { struct LP3 l3; }; member 13 union ULP3 { struct LP3 l3; }; member 89 struct LLP3 var = { .l3 = g3, .l3.p1 = { [0] = g1 }, .l3.p1[1].x[1] = 'x' }; in test5()
|
/external/cpuinfo/src/x86/windows/ |
D | init.c | 69 if (x86_processor->cache.l3.size != 0) { in cpuinfo_x86_count_caches() 70 const uint32_t l3_id = apic_id & ~bit_mask(x86_processor->cache.l3.apic_bits); in cpuinfo_x86_count_caches() 99 struct cpuinfo_cache* l3 = NULL; in cpuinfo_x86_windows_init() local 397 l3 = HeapAlloc(heap, HEAP_ZERO_MEMORY, l3_count * sizeof(struct cpuinfo_cache)); in cpuinfo_x86_windows_init() 398 if (l3 == NULL) { in cpuinfo_x86_windows_init() 498 if (x86_processor.cache.l3.size != 0) { in cpuinfo_x86_windows_init() 499 const uint32_t l3_id = apic_id & ~bit_mask(x86_processor.cache.l3.apic_bits); in cpuinfo_x86_windows_init() 500 processors[i].cache.l3 = &l3[l3_index]; in cpuinfo_x86_windows_init() 504 l3[++l3_index] = (struct cpuinfo_cache) { in cpuinfo_x86_windows_init() 505 .size = x86_processor.cache.l3.size, in cpuinfo_x86_windows_init() [all …]
|
/external/clang/test/SemaCXX/ |
D | exceptions.cpp | 41 goto l3; // expected-error {{cannot jump}} in jumps() 48 goto l3; // expected-error {{cannot jump}} in jumps() 52 l3: in jumps() 55 goto l3; in jumps() 62 goto l3; // expected-error {{cannot jump}} in jumps() 69 goto l3; // expected-error {{cannot jump}} in jumps()
|
/external/cpuinfo/src/arm/ |
D | cache.c | 20 struct cpuinfo_cache l3[restrict static 1]) in cpuinfo_arm_decode_cache() 731 *l3 = (struct cpuinfo_cache) { in cpuinfo_arm_decode_cache() 773 *l3 = (struct cpuinfo_cache) { in cpuinfo_arm_decode_cache() 880 *l3 = (struct cpuinfo_cache) { in cpuinfo_arm_decode_cache() 1100 *l3 = (struct cpuinfo_cache) { in cpuinfo_arm_decode_cache() 1174 *l3 = (struct cpuinfo_cache) { in cpuinfo_arm_decode_cache() 1225 *l3 = (struct cpuinfo_cache) { in cpuinfo_arm_decode_cache() 1421 *l3 = (struct cpuinfo_cache) { in cpuinfo_arm_decode_cache() 1500 if (l3->size != 0) { in cpuinfo_arm_decode_cache() 1501 l3->sets = l3->size / (l3->associativity * l3->line_size); in cpuinfo_arm_decode_cache() [all …]
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_deadlock_detector_test.cc | 146 uptr l3 = d.newNode(3); in RunRemoveNodeTest() local 158 d.onLock(&dtls, l3); in RunRemoveNodeTest() 162 d.onUnlock(&dtls, l3); in RunRemoveNodeTest() 169 locks.insert(l3); in RunRemoveNodeTest() 187 EXPECT_TRUE(d.onLock(&dtls, l3)); in RunRemoveNodeTest() 189 d.onUnlock(&dtls, l3); in RunRemoveNodeTest() 194 d.removeNode(l3); in RunRemoveNodeTest() 233 EXPECT_EQ(locks.count(l3), 1U); in RunRemoveNodeTest() 374 uptr l3 = d.newNode(0); in RunOnFirstLockTest() local 375 d.onLock(&dtls, l3); in RunOnFirstLockTest() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | tripmultiple_calculation.ll | 86 ; CHECK: Loop %l3: Trip multiple is 8 93 br label %l3 95 l3: 96 %x.0 = phi i32 [ 0, %entry ], [ %inc, %l3 ] 100 br i1 %exitcond, label %exit, label %l3 109 ; CHECK: Loop %l3: Trip multiple is 3 113 br label %l3 115 l3: 116 %x.0 = phi i32 [ 0, %entry ], [ %inc, %l3 ] 120 br i1 %exitcond, label %exit, label %l3
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
D | RuleTest.java | 56 Limit l3 = new Limit(); in testSetLimits() local 57 rule.setLimits(Arrays.asList(l1, l2, l3)); in testSetLimits() 58 assertEquals(Arrays.asList(l1, l2, l3), rule.getLimits()); in testSetLimits() 66 Limit l3 = rule.createLimit(); in testCreateLimit() local 67 assertEquals(Arrays.asList(l1, l2, l3), rule.getLimits()); in testCreateLimit()
|
/external/scapy/scapy/layers/ |
D | tftp.py | 144 self.l3 = IP(dst=self.server)/UDP(sport=self.my_tid, dport=self.port)/TFTP() 145 self.last_packet = self.l3/TFTP_RRQ(filename=self.filename, mode="octet") 162 self.l3[UDP].dport = self.server_tid 181 self.last_packet = self.l3 / TFTP_ACK(block = self.awaiting) 238 self.l3 = IP(dst=self.server)/UDP(sport=self.my_tid, dport=self.port)/TFTP() 239 self.last_packet = self.l3/TFTP_WRQ(filename=self.filename, mode="octet") 256 self.l3[UDP].dport = self.server_tid 275 self.last_packet = self.l3/TFTP_DATA(block=self.awaiting)/self.data.pop(0) 324 self.l3 = IP(src=ip.dst, dst=ip.src)/UDP(sport=self.my_tid, dport=pkt.sport)/TFTP() 326 self.last_packet = self.l3/TFTP_ACK(block=0) [all …]
|