Searched refs:BLOCK_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
30 const int BLOCK_ALIGNMENT = 4; in Set() local50 NW_ASSERT(size % BLOCK_ALIGNMENT == 0); in Set()51 if (!(size % BLOCK_ALIGNMENT == 0)) in Set()79 ut::RoundUp(imageSize, BLOCK_ALIGNMENT)); in Set()