/external/cpuinfo/src/x86/ |
D | init.c | 29 const struct cpuid_regs leaf1 = cpuid(1); in cpuinfo_x86_init_processor() local 30 processor->cpuid = leaf1.eax; in cpuinfo_x86_init_processor() 32 const struct cpuinfo_x86_model_info model_info = cpuinfo_x86_decode_model_info(leaf1.eax); in cpuinfo_x86_init_processor() 36 cpuinfo_x86_clflush_size = ((leaf1.ebx >> 8) & UINT32_C(0x000000FF)) * 8; in cpuinfo_x86_init_processor() 62 cpuinfo_x86_detect_topology(max_base_index, max_extended_index, leaf1, &processor->topology); in cpuinfo_x86_init_processor() 64 cpuinfo_isa = cpuinfo_x86_detect_isa(leaf1, leaf0x80000001, in cpuinfo_x86_init_processor()
|
D | topology.c | 20 struct cpuid_regs leaf1, in cpuinfo_x86_detect_topology() argument 27 const bool htt = !!(leaf1.edx & UINT32_C(0x10000000)); in cpuinfo_x86_detect_topology() 31 apic_id = leaf1.ebx >> 24; in cpuinfo_x86_detect_topology() 56 const uint32_t cores_per_processor = (leaf1.ebx >> 16) & UINT32_C(0x000000FF); in cpuinfo_x86_detect_topology() 67 const uint32_t logical_processors = (leaf1.ebx >> 16) & UINT32_C(0x000000FF); in cpuinfo_x86_detect_topology() 82 const bool x2apic = !!(leaf1.ecx & UINT32_C(0x00200000)); in cpuinfo_x86_detect_topology()
|
D | api.h | 100 struct cpuid_regs leaf1,
|
/external/grpc-grpc-java/context/src/test/java/io/grpc/ |
D | PersistentHashArrayMappedTrieTest.java | 175 Leaf<Key, Object> leaf1 = new Leaf<Key, Object>(key1, value1); in compressedIndex_combine_differentIndexBit() local 193 verifier.verify(CompressedIndex.combine(leaf1, key1.hashCode(), leaf2, key2.hashCode(), 0)); in compressedIndex_combine_differentIndexBit() 194 verifier.verify(CompressedIndex.combine(leaf2, key2.hashCode(), leaf1, key1.hashCode(), 0)); in compressedIndex_combine_differentIndexBit() 196 assertEquals(1, leaf1.size()); in compressedIndex_combine_differentIndexBit() 206 Leaf<Key, Object> leaf1 = new Leaf<Key, Object>(key1, value1); in compressedIndex_combine_sameIndexBit() local 224 verifier.verify(CompressedIndex.combine(leaf1, key1.hashCode(), leaf2, key2.hashCode, 0)); in compressedIndex_combine_sameIndexBit() 225 verifier.verify(CompressedIndex.combine(leaf2, key2.hashCode(), leaf1, key1.hashCode, 0)); in compressedIndex_combine_sameIndexBit() 227 assertEquals(1, leaf1.size()); in compressedIndex_combine_sameIndexBit()
|
/external/libabigail/tests/data/test-diff-suppr/ |
D | test36-leaf-v0.cc | 4 struct leaf1 struct 11 leaf1 member0;
|
D | test36-leaf-v1.cc | 4 struct leaf1 struct 12 leaf1 member0;
|
D | test36-leaf-report-0.txt | 6 'struct leaf1 at test36-leaf-v0.cc:4:1' changed: 18 type 'struct leaf1' of 'leaf2::member0' changed, as reported earlier
|
/external/bcc/tests/python/ |
D | test_xlate1.py | 43 … leaf1 = self.xlate.Leaf(IPAddress("192.168.1.2").value, IPAddress("192.168.1.1").value, 0, 0) 44 self.xlate[key1] = leaf1
|
/external/tensorflow/tensorflow/python/module/ |
D | module_test.py | 77 leaf1 = m.new_leaf() 78 self.assertEqual(leaf1.name, "tree_module") 79 self.assertEqual(leaf1.name_scope.name, "tree_module/tree_module/") 307 leaf1 = m.new_leaf() 308 self.assertEqual(set(m.submodules), {leaf1}) 310 self.assertEqual(set(m.submodules), {leaf1, leaf2})
|
/external/dagger2/javatests/dagger/functional/producers/cancellation/ |
D | CancellationModule.java | 59 ListenableFuture<String> produceFoo(@Named("leaf1") String leaf1, @Named("leaf2") String leaf2) { in produceFoo() argument
|
/external/skia/tests/ |
D | PictureTest.cpp | 990 sk_sp<SkPicture> leaf1 = make_pic(1, nullptr); in DEF_TEST() local 991 check(leaf1, 1, 1); in DEF_TEST() 996 check(make_pic( 1, leaf1), 1, 1); in DEF_TEST() 998 check(make_pic(10, leaf1), 10, 10); in DEF_TEST()
|
/external/libabigail/ |
D | ChangeLog | 3205 Renamed from test-leaf1-report.txt. 3207 from test-leaf1-v0.cc. 3209 from test-leaf1-v0.o. 3211 from test-leaf1-v1.cc. 3213 from test-leaf1-v1.o. 3778 * tests/data/test-abidiff-exit/test-leaf1-report.txt: New test 3781 * tests/data/test-abidiff-exit/test-leaf1-v0.cc: Ditto. 3782 * tests/data/test-abidiff-exit/test-leaf1-v0.o: Ditto. 3783 * tests/data/test-abidiff-exit/test-leaf1-v1.cc: Ditto. 3784 * tests/data/test-abidiff-exit/test-leaf1-v1.o: Ditto.
|