HomeSort by relevance Sort by last modified time
    Searched refs:ItemSize (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Support/
StringMap.cpp 20 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) {
21 ItemSize = itemSize;
96 char *ItemStr = (char*)BucketItem+ItemSize;
140 char *ItemStr = (char*)BucketItem+ItemSize;
159 const char *VStr = (char*)V + ItemSize;
  /external/llvm/include/llvm/ADT/
StringMap.h 50 unsigned ItemSize;
52 explicit StringMapImpl(unsigned itemSize)
55 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
59 ItemSize(RHS.ItemSize) {
66 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 59 const uint32_t ItemSize = 4;
60 uint32_t Offset = Index * ItemSize;
61 if (StringOffsetSection.size() < Offset + ItemSize)
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-win1256.hh 56 #define OT_COUNT(Name, ItemSize) ((unsigned int) sizeof(((struct TABLE_NAME*)0)->Name) \
57 / (unsigned int)(ItemSize) \
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 419 unsigned ItemSize = Sec->isVirtualSection() ? 0 : 1;
420 insert(new MCFillFragment(0, ItemSize, NumBytes));
  /external/tinyxml2/
tinyxml2.h 237 virtual int ItemSize() const = 0;
258 virtual int ItemSize() const { return SIZE; }
    [all...]

Completed in 271 milliseconds