Searched refs:ItemSize (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | StringMap.cpp | 20 ItemSize = itemSize; in StringMapImpl() 93 char *ItemStr = (char*)BucketItem+ItemSize; in LookupBucketFor() 137 char *ItemStr = (char*)BucketItem+ItemSize; in FindKey() 156 const char *VStr = (char*)V + ItemSize; in RemoveKey()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | StringMap.cpp | 35 ItemSize = itemSize; in StringMapImpl() 116 char *ItemStr = (char*)BucketItem+ItemSize; in LookupBucketFor() 159 char *ItemStr = (char*)BucketItem+ItemSize; in FindKey() 178 const char *VStr = (char*)V + ItemSize; in RemoveKey()
|
/external/llvm/lib/Support/ |
D | StringMap.cpp | 32 ItemSize = itemSize; in StringMapImpl() 110 char *ItemStr = (char*)BucketItem+ItemSize; in LookupBucketFor() 154 char *ItemStr = (char*)BucketItem+ItemSize; in FindKey() 173 const char *VStr = (char*)V + ItemSize; in RemoveKey()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringMap.cpp | 34 ItemSize = itemSize; in StringMapImpl() 111 char *ItemStr = (char*)BucketItem+ItemSize; in LookupBucketFor() 154 char *ItemStr = (char*)BucketItem+ItemSize; in FindKey() 173 const char *VStr = (char*)V + ItemSize; in RemoveKey()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 59 unsigned ItemSize; variable 65 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {} in StringMapImpl() 69 ItemSize(RHS.ItemSize) { in StringMapImpl() 76 StringMapImpl(unsigned InitSize, unsigned ItemSize);
|
/external/llvm/include/llvm/ADT/ |
D | StringMap.h | 52 unsigned ItemSize; variable 58 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {} in StringMapImpl() 62 ItemSize(RHS.ItemSize) { in StringMapImpl() 69 StringMapImpl(unsigned InitSize, unsigned ItemSize);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 59 unsigned ItemSize; variable 63 : ItemSize(itemSize) {} in StringMapImpl() 67 ItemSize(RHS.ItemSize) { in StringMapImpl() 74 StringMapImpl(unsigned InitSize, unsigned ItemSize);
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 68 const uint32_t ItemSize = 4; in getStringOffsetSectionItem() local 69 uint32_t Offset = Index * ItemSize; in getStringOffsetSectionItem() 70 if (StringOffsetSection.size() < Offset + ItemSize) in getStringOffsetSectionItem()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringMap.h | 71 unsigned ItemSize; variable 73 explicit StringMapImpl(unsigned itemSize) : ItemSize(itemSize) { in StringMapImpl() 80 StringMapImpl(unsigned InitSize, unsigned ItemSize);
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 56 #define OT_COUNT(Name, ItemSize) ((unsigned int) sizeof(((struct TABLE_NAME*)0)->Name) \ argument 57 / (unsigned int)(ItemSize) \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 86 unsigned ItemSize = getDwarfStringOffsetsByteSize(); in getStringOffsetSectionItem() local 87 uint32_t Offset = getStringOffsetsBase() + Index * ItemSize; in getStringOffsetSectionItem() 88 if (StringOffsetSection.Data.size() < Offset + ItemSize) in getStringOffsetSectionItem() 92 Result = DA.getRelocatedValue(ItemSize, &Offset); in getStringOffsetSectionItem()
|
/external/tinyxml2/ |
D | tinyxml2.h | 335 virtual int ItemSize() const = 0; 367 virtual int ItemSize() const { in ItemSize() function 1926 TIXMLASSERT( sizeof( NodeType ) == pool.ItemSize() ); in CreateUnlinkedNode()
|
D | tinyxml2.cpp | 1886 TIXMLASSERT( sizeof( XMLAttribute ) == _document->_attributePool.ItemSize() ); in CreateAttribute()
|