Home
last modified time | relevance | path

Searched refs:leaf1 (Results 1 – 13 of 13) sorted by relevance

/external/cpuinfo/src/x86/
Dinit.c29 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()
Dtopology.c20 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()
Dapi.h100 struct cpuid_regs leaf1,
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DPersistentHashArrayMappedTrieTest.java175 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/
Dtest36-leaf-v0.cc4 struct leaf1 struct
11 leaf1 member0;
Dtest36-leaf-v1.cc4 struct leaf1 struct
12 leaf1 member0;
/external/bcc/tests/python/
Dtest_xlate1.py43leaf1 = 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/
Dmodule_test.py77 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/
DCancellationModule.java59 ListenableFuture<String> produceFoo(@Named("leaf1") String leaf1, @Named("leaf2") String leaf2) { in produceFoo() argument
/external/skia/tests/
DPictureTest.cpp990 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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Djavaslang-2.0.3.jarMETA-INF/ META-INF/MANIFEST.MF javaslang/ javaslang/collection/ javaslang/ ...
/external/libabigail/
DChangeLog3205 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.
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...