Searched refs:NumBytesToPad (Results 1 – 1 of 1) sorted by relevance
2912 unsigned NumBytesToPad = 4 - (Size % 4); in getNumBytesToPadGlobalArray() local2913 unsigned NewSize = Size + NumBytesToPad; in getNumBytesToPadGlobalArray()2922 return NumBytesToPad; in getNumBytesToPadGlobalArray()