Searched defs:getAlignInBytes (Results 1 – 2 of 2) sorted by relevance
624 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function2257 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function
297 uint32_t getAlignInBytes() const { return AlignInBytes; } in getAlignInBytes() function