Home
last modified time | relevance | path

Searched defs:NumEntries (Results 1 – 21 of 21) sorted by relevance

/external/llvm/include/llvm/Support/
DOnDiskHashTable.h74 offset_type NumEntries; variable
236 const typename Info::offset_type NumEntries; variable
360 offset_type NumEntries = variable
387 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
400 key_iterator(const unsigned char *const Ptr, offset_type NumEntries, in key_iterator()
473 data_iterator(const unsigned char *const Ptr, offset_type NumEntries, in data_iterator()
559 offset_type NumEntries = variable
/external/giflib/
Dquantize.c36 unsigned int NumEntries; /* # of QuantizedColorType in linked list below */ member
202 unsigned int i, j, Index = 0, NumEntries, MinColor, MaxColor; in SubdivColorMap() local
/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h63 void AddInitialGroup(Instruction *const *List, unsigned NumEntries) { in AddInitialGroup()
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp227 size_t NumEntries, in op_write_debug_line_info()
/external/icu/icu4c/source/common/
Ducmndata.h95 NumEntriesFn NumEntries; member
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h119 getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots()
/external/clang/lib/Lex/
DHeaderMap.cpp49 uint32_t NumEntries; // Number of entries in the string table. member
/external/llvm/include/llvm/ADT/
DDenseMap.h103 unsigned NumEntries = getNumEntries(); in clear() local
558 unsigned NumEntries; variable
713 unsigned NumEntries : 31; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DWin64Exception.cpp205 unsigned NumEntries = 0; in emitCSpecificHandlerTable() local
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h251 unsigned NumEntries = N / sizeof(uint64_t); in ReadData() local
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp160 uint32_t NumEntries; in dumpCXXData() member
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp333 const unsigned NumEntries = array_lengthof(NEONLdStTable); in LookupNEONLdSt() local
DARMBaseInstrInfo.cpp670 unsigned NumEntries = JT[JTI].MBBs.size(); in GetInstSizeInBytes() local
/external/jhead/
Dexif.c1332 unsigned short NumEntries; in create_EXIF_internal() local
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp550 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) { in TableIsSorted()
/external/clang/lib/AST/
DMicrosoftMangle.cpp2363 uint32_t NumEntries, in mangleCXXThrowInfo()
2376 QualType T, uint32_t NumEntries, raw_ostream &Out) { in mangleCXXCatchableTypeArray()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp605 llvm::StructType *getCatchableTypeArrayType(uint32_t NumEntries) { in getCatchableTypeArrayType()
3620 uint32_t NumEntries = CatchableTypes.size(); in getCatchableTypeArray() local
3657 uint32_t NumEntries = in getThrowInfo() local
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1385 uint32_t NumEntries = ExportTable->NumberOfNamePointers; in getSymbolName() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp365 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT() local
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6619 uint16_t NumEntries = readNext<uint16_t>(Pos); in printRegularSecondLevelUnwindPage() local
6642 uint16_t NumEntries = readNext<uint16_t>(Pos); in printCompressedSecondLevelUnwindPage() local
/external/clang/lib/Serialization/
DASTReader.cpp1086 unsigned NumEntries = Record[Idx++]; in ParseLineTable() local