Searched defs:EntryCount (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectDisassembler.cpp561 size_t EntryCount = ModInitContents.size() / EntrySize; local
563 reinterpret_cast<const uint64_t *>(ModInitContents.data()), EntryCount);
571 size_t EntryCount = ModExitContents.size() / EntrySize; local
573 reinterpret_cast<const uint64_t *>(ModExitContents.data()), EntryCount);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc482 int32_t entry_count = EntryCount(high_byte);
531 int32_t CMapTable::CMapFormat2::EntryCount(int32_t sub_header_index) { function in class:sfntly::CMapTable::CMapFormat2
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc482 int32_t entry_count = EntryCount(high_byte);
531 int32_t CMapTable::CMapFormat2::EntryCount(int32_t sub_header_index) { function in class:sfntly::CMapTable::CMapFormat2
/external/clang/lib/CodeGen/
H A DCGObjC.cpp1515 uint64_t EntryCount = PGO.getCurrentRegionCount(); local
1519 PGO.createBranchWeights(EntryCount, Cnt.getCount()));
1662 PGO.createBranchWeights(Cnt.getCount(), EntryCount));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h1107 ULONG32 EntryCount; member in struct:_MINIDUMP_FUNCTION_TABLE_DESCRIPTOR
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h1107 ULONG32 EntryCount; member in struct:_MINIDUMP_FUNCTION_TABLE_DESCRIPTOR

Completed in 192 milliseconds