/external/syslinux/com32/gplinclude/dmi/ |
dmi_processor.h | 95 char cache3[PROCESSOR_CACHE_SIZE]; member in struct:__anon36979
|
/system/extras/simpleperf/ |
CallChainJoiner_test.cpp | 89 LRUCache cache3(sizeof(CacheNode) * 4, 2); 90 ASSERT_TRUE(JoinCallChain(cache3, 0, {0xb, 0xc, 0xd}, {0xb, 0xc, 0xd}, 92 ASSERT_TRUE(JoinCallChain(cache3, 0, {0xa, 0xb, 0xc}, {0xa, 0xb, 0xc}, 94 ASSERT_EQ(cache3.Stat().used_node_count, 4u);
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
file_block_cache_test.cc | 59 FileBlockCache cache3(0, 0, 0, fetcher); 65 TF_EXPECT_OK(ReadCache(&cache3, want_filename, want_offset, want_n, &out));
|
/external/syslinux/com32/modules/ |
dmitest.c | 165 moreprintf("\tCache L3 Handle %s\n", dmi->processor.cache3);
|
/external/syslinux/com32/hdt/ |
hdt-dump-dmi.c | 205 add_hs(dmi.processor.cache3);
|
hdt-cli-dmi.c | 349 more_printf(" Cache L3 Handle : %s\n", hardware->dmi.processor.cache3);
|
/external/syslinux/com32/lua/src/ |
dmi.c | 262 LUA_ADD_STR_P(L, processor, cache3)
|
/external/syslinux/com32/gpllib/dmi/ |
dmi.c | 765 dmi->processor.cache3);
|