Searched defs:ItemSize (Results 1 – 5 of 5) sorted by relevance
56 #define OT_COUNT(Name, ItemSize) ((unsigned int) sizeof(((struct TABLE_NAME*)0)->Name) \ argument
59 const uint32_t ItemSize = 4; in getStringOffsetSectionItem() local
50 unsigned ItemSize; variable
419 unsigned ItemSize = Sec->isVirtualSection() ? 0 : 1; in EmitZeros() local
258 virtual int ItemSize() const { return SIZE; } in ItemSize() function