/external/pigweed/pw_trace_tokenized/ |
D | trace_buffer_test.cc | 31 EXPECT_EQ(buf->EntryCount(), 1u); in TEST() 52 EXPECT_EQ(buf->EntryCount(), 1u); in TEST() 74 EXPECT_EQ(buf->EntryCount(), 1u); in TEST() 102 EXPECT_EQ(buf->EntryCount(), 1u); in TEST() 104 EXPECT_EQ(buf->EntryCount(), 0u); in TEST() 115 while (buf->EntryCount() == 0 || buf->EntryCount() > last_entry_count) { in TEST() 116 last_entry_count = buf->EntryCount(); in TEST() 122 while (buf->EntryCount() > 0) { in TEST() 142 EXPECT_EQ(buf->EntryCount(), 0u); in TEST()
|
/external/pigweed/pw_ring_buffer/ |
D | prefixed_entry_ring_buffer_test.cc | 36 EXPECT_EQ(ring.EntryCount(), 0u); in TEST() 43 EXPECT_EQ(ring.EntryCount(), 0u); in TEST() 46 EXPECT_EQ(ring.EntryCount(), 0u); in TEST() 50 EXPECT_EQ(ring.EntryCount(), 0u); in TEST() 52 EXPECT_EQ(ring.EntryCount(), 0u); in TEST() 89 EXPECT_EQ(ring.EntryCount(), 0u); in SingleEntryWriteReadTest() 91 EXPECT_EQ(ring.EntryCount(), 0u); in SingleEntryWriteReadTest() 94 EXPECT_EQ(ring.EntryCount(), 0u); in SingleEntryWriteReadTest() 98 EXPECT_EQ(ring.EntryCount(), 0u); in SingleEntryWriteReadTest() 191 EXPECT_EQ(ring.EntryCount(), 0u); in CountingUpWriteReadTest() [all …]
|
/external/pigweed/pw_trace/example/ |
D | sample_app.cc | 84 bool ShouldRun() override { return jobs_.EntryCount() > 0; } in ShouldRun() 90 size_t entry_count = jobs_.EntryCount(); in Run()
|
/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 177 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local 181 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction() 183 SegmentSize += 8 * EntryCount; in emitLineTableForFunction() 185 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
|
/external/pigweed/pw_ring_buffer/size_report/ |
D | ring_buffer_simple.cc | 76 if (ring.EntryCount() == 0) { in main()
|
D | ring_buffer_multi.cc | 84 if (reader.EntryCount() == 0) { in main()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCCodeView.cpp | 355 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local 362 OS.emitInt32(EntryCount); in emitLineTableForFunction() 364 SegmentSize += 8 * EntryCount; in emitLineTableForFunction() 366 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 355 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local 362 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction() 364 SegmentSize += 8 * EntryCount; in emitLineTableForFunction() 366 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 623 uint64_t EntryCount = 0; 636 uint64_t EntryCount, std::vector<ValueInfo> Refs, 645 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount), 673 uint64_t entryCount() const { return EntryCount; } 676 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 587 uint64_t EntryCount = 0; 596 uint64_t EntryCount, std::vector<ValueInfo> Refs, 604 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount), 630 uint64_t entryCount() const { return EntryCount; } 633 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
/external/pigweed/pw_log_multisink/ |
D | log_queue.cc | 109 while (ring_buffer_.EntryCount() > 0 && in PopMultiple()
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 697 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local 703 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary() 704 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
|
/external/pigweed/pw_ring_buffer/public/pw_ring_buffer/ |
D | prefixed_entry_ring_buffer.h | 129 size_t EntryCount() { return entry_count; } in EntryCount() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 837 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local 843 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary() 844 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 570 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq() local 571 if (!EntryCount) in getProfileCountFromFreq() 574 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 536 auto EntryCount = F.getEntryCount(); in getBlockProfileCount() local 537 if (!EntryCount) in getBlockProfileCount() 540 APInt BlockCount(128, EntryCount.getValue()); in getBlockProfileCount()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 585 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq() local 586 if (!EntryCount) in getProfileCountFromFreq() 589 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
|
/external/pigweed/pw_tokenizer/ |
D | token_database_test.cc | 83 TEST(TokenDatabase, EntryCount) { in TEST() argument
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 519 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes() argument 526 if (EntryCount >= HotFunctionThreshold.scale(ProgramMaxCount)) in markFunctionAttributes()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 543 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local 545 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 587 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local 589 OS.emitValue(EntryCount, 4); in emitCSpecificHandlerTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 580 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local 582 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
|
/external/llvm-project/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 2184 uint64_t EntryCount; member 2188 EntryCount(0) {} in HotFuncInfo() 2192 EntryCount(ES) {} in HotFuncInfo() 2242 FOS << R.EntryCount; in dumpHotFunctionList()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.h | 313 int32_t EntryCount(int32_t sub_header_index);
|
D | cmap_table.cc | 482 int32_t entry_count = EntryCount(high_byte); in GlyphId() 531 int32_t CMapTable::CMapFormat2::EntryCount(int32_t sub_header_index) { in EntryCount() function in sfntly::CMapTable::CMapFormat2
|