Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DStringMap.cpp21 ItemSize = itemSize; in StringMapImpl()
96 char *ItemStr = (char*)BucketItem+ItemSize; in LookupBucketFor()
140 char *ItemStr = (char*)BucketItem+ItemSize; in FindKey()
159 const char *VStr = (char*)V + ItemSize; in RemoveKey()
/external/llvm/include/llvm/ADT/
DStringMap.h50 unsigned ItemSize; variable
55 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {} in StringMapImpl()
59 ItemSize(RHS.ItemSize) { in StringMapImpl()
66 StringMapImpl(unsigned InitSize, unsigned ItemSize);
/external/llvm/lib/DebugInfo/
DDWARFUnit.cpp45 const uint32_t ItemSize = 4; in getStringOffsetSectionItem() local
46 uint32_t Offset = Index * ItemSize; in getStringOffsetSectionItem()
47 if (StringOffsetSection.size() < Offset + ItemSize) in getStringOffsetSectionItem()
/external/chromium_org/third_party/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/llvm/lib/MC/
DMCObjectStreamer.cpp370 unsigned ItemSize = getCurrentSection().first->isVirtualSection() ? 0 : 1; in EmitZeros() local
371 insert(new MCFillFragment(0, ItemSize, NumBytes)); in EmitZeros()
/external/tinyxml2/
Dtinyxml2.h237 virtual int ItemSize() const = 0;
258 virtual int ItemSize() const { return SIZE; } in ItemSize() function