Home
last modified time | relevance | path

Searched refs:leaf1 (Results 1 – 19 of 19) 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/tensorflow/tensorflow/python/checkpoint/
Dcheckpoint_view_test.py52 leaf1 = root1.leaf1 = autotrackable.AutoTrackable()
54 leaf1.leaf3 = autotrackable.AutoTrackable()
55 leaf1.leaf4 = autotrackable.AutoTrackable()
62 leaf11 = root2.leaf1 = autotrackable.AutoTrackable()
/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;
Dtest36-leaf-report-0.txt6 '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/
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/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc910 CordRepBtree* leaf1 = tree->Edges()[1]->btree(); in TEST_P() local
914 ElementsAre(leaf0, Conditional(shared(), Ne(leaf1), Eq(leaf1)))); in TEST_P()
925 CordRepBtree* leaf1 = tree->Edges()[1]->btree(); in TEST_P() local
929 ElementsAre(Conditional(shared(), Ne(leaf0), Eq(leaf0)), leaf1)); in TEST_P()
1485 CordRepBtree* leaf1 = CordRepBtree::Create(flats[0]); in TEST() local
1487 CordRepBtree* node = CordRepBtree::New(leaf1, leaf2); in TEST()
1504 CordRepBtree* leaf1 = CordRepBtree::Create(flat); in TEST() local
1506 CordRepBtree* node = CordRepBtree::New(leaf1, leaf2); in TEST()
1508 EXPECT_THAT(node->Edges(), ElementsAre(leaf1, leaf2)); in TEST()
1509 EXPECT_THAT(leaf1->Edges(), ElementsAre(flat)); in TEST()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc910 CordRepBtree* leaf1 = tree->Edges()[1]->btree(); in TEST_P() local
914 ElementsAre(leaf0, Conditional(shared(), Ne(leaf1), Eq(leaf1)))); in TEST_P()
925 CordRepBtree* leaf1 = tree->Edges()[1]->btree(); in TEST_P() local
929 ElementsAre(Conditional(shared(), Ne(leaf0), Eq(leaf0)), leaf1)); in TEST_P()
1485 CordRepBtree* leaf1 = CordRepBtree::Create(flats[0]); in TEST() local
1487 CordRepBtree* node = CordRepBtree::New(leaf1, leaf2); in TEST()
1504 CordRepBtree* leaf1 = CordRepBtree::Create(flat); in TEST() local
1506 CordRepBtree* node = CordRepBtree::New(leaf1, leaf2); in TEST()
1508 EXPECT_THAT(node->Edges(), ElementsAre(leaf1, leaf2)); in TEST()
1509 EXPECT_THAT(leaf1->Edges(), ElementsAre(flat)); in TEST()
[all …]
/external/cronet/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc910 CordRepBtree* leaf1 = tree->Edges()[1]->btree(); in TEST_P() local
914 ElementsAre(leaf0, Conditional(shared(), Ne(leaf1), Eq(leaf1)))); in TEST_P()
925 CordRepBtree* leaf1 = tree->Edges()[1]->btree(); in TEST_P() local
929 ElementsAre(Conditional(shared(), Ne(leaf0), Eq(leaf0)), leaf1)); in TEST_P()
1485 CordRepBtree* leaf1 = CordRepBtree::Create(flats[0]); in TEST() local
1487 CordRepBtree* node = CordRepBtree::New(leaf1, leaf2); in TEST()
1504 CordRepBtree* leaf1 = CordRepBtree::Create(flat); in TEST() local
1506 CordRepBtree* node = CordRepBtree::New(leaf1, leaf2); in TEST()
1508 EXPECT_THAT(node->Edges(), ElementsAre(leaf1, leaf2)); in TEST()
1509 EXPECT_THAT(leaf1->Edges(), ElementsAre(flat)); in TEST()
[all …]
/external/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc907 CordRepBtree* leaf1 = tree->Edges()[1]->btree(); in TEST_P() local
911 ElementsAre(leaf0, Conditional(shared(), Ne(leaf1), Eq(leaf1)))); in TEST_P()
922 CordRepBtree* leaf1 = tree->Edges()[1]->btree(); in TEST_P() local
926 ElementsAre(Conditional(shared(), Ne(leaf0), Eq(leaf0)), leaf1)); in TEST_P()
1482 CordRepBtree* leaf1 = CordRepBtree::Create(flats[0]); in TEST() local
1484 CordRepBtree* node = CordRepBtree::New(leaf1, leaf2); in TEST()
1501 CordRepBtree* leaf1 = CordRepBtree::Create(flat); in TEST() local
1503 CordRepBtree* node = CordRepBtree::New(leaf1, leaf2); in TEST()
1505 EXPECT_THAT(node->Edges(), ElementsAre(leaf1, leaf2)); in TEST()
1506 EXPECT_THAT(leaf1->Edges(), ElementsAre(flat)); in TEST()
[all …]
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc907 CordRepBtree* leaf1 = tree->Edges()[1]->btree(); in TEST_P() local
911 ElementsAre(leaf0, Conditional(shared(), Ne(leaf1), Eq(leaf1)))); in TEST_P()
922 CordRepBtree* leaf1 = tree->Edges()[1]->btree(); in TEST_P() local
926 ElementsAre(Conditional(shared(), Ne(leaf0), Eq(leaf0)), leaf1)); in TEST_P()
1482 CordRepBtree* leaf1 = CordRepBtree::Create(flats[0]); in TEST() local
1484 CordRepBtree* node = CordRepBtree::New(leaf1, leaf2); in TEST()
1501 CordRepBtree* leaf1 = CordRepBtree::Create(flat); in TEST() local
1503 CordRepBtree* node = CordRepBtree::New(leaf1, leaf2); in TEST()
1505 EXPECT_THAT(node->Edges(), ElementsAre(leaf1, leaf2)); in TEST()
1506 EXPECT_THAT(leaf1->Edges(), ElementsAre(flat)); in TEST()
[all …]
/external/tensorflow/tensorflow/python/module/
Dmodule_test.py72 leaf1 = m.new_leaf()
73 self.assertEqual(leaf1.name, "tree_module")
74 self.assertEqual(leaf1.name_scope.name, "tree_module/tree_module/")
302 leaf1 = m.new_leaf()
303 self.assertEqual(set(m.submodules), {leaf1})
305 self.assertEqual(set(m.submodules), {leaf1, leaf2})
/external/AFLplusplus/dictionaries/
Dmarkdown.dict20 leaf1="***"
/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.cpp937 sk_sp<SkPicture> leaf1 = make_pic(1, nullptr); in DEF_TEST() local
938 check(leaf1, 1, 1); in DEF_TEST()
943 check(make_pic( 1, leaf1), 1, 1); in DEF_TEST()
945 check(make_pic(10, leaf1), 10, 10); in DEF_TEST()
/external/libabigail/
DChangeLog6757 Renamed from test-leaf1-report.txt.
6759 from test-leaf1-v0.cc.
6761 from test-leaf1-v0.o.
6763 from test-leaf1-v1.cc.
6765 from test-leaf1-v1.o.
7330 * tests/data/test-abidiff-exit/test-leaf1-report.txt: New test
7333 * tests/data/test-abidiff-exit/test-leaf1-v0.cc: Ditto.
7334 * tests/data/test-abidiff-exit/test-leaf1-v0.o: Ditto.
7335 * tests/data/test-abidiff-exit/test-leaf1-v1.cc: Ditto.
7336 * tests/data/test-abidiff-exit/test-leaf1-v1.o: Ditto.