Home
last modified time | relevance | path

Searched refs:ItemSize (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DStringMap.cpp20 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/llvm/lib/Support/
DStringMap.cpp32 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/
DStringMap.cpp34 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/
DStringMap.h59 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/
DStringMap.h52 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/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp68 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/
DStringMap.h71 unsigned ItemSize; variable
73 explicit StringMapImpl(unsigned itemSize) : ItemSize(itemSize) { in StringMapImpl()
80 StringMapImpl(unsigned InitSize, unsigned ItemSize);
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-win1256.hh56 #define OT_COUNT(Name, ItemSize) ((unsigned int) sizeof(((struct TABLE_NAME*)0)->Name) \ argument
57 / (unsigned int)(ItemSize) \
/external/tinyxml2/
Dtinyxml2.h237 virtual int ItemSize() const = 0;
258 virtual int ItemSize() const { return SIZE; } in ItemSize() function