Searched refs:alignByteSize (Results 1 – 1 of 1) sorted by relevance
208 constexpr uint32_t alignByteSize = 8; in AlignToWord() local209 return (num + alignByteSize - 1) & (~(alignByteSize - 1)); in AlignToWord()