Searched refs:nWidthBits (Results 1 – 1 of 1) sorted by relevance
38 inline long AlignedWidth4Bytes( long nWidthBits );52 inline long AlignedWidth4Bytes( long nWidthBits ) in AlignedWidth4Bytes() argument54 return( ( ( nWidthBits + 31 ) >> 5 ) << 2 ); in AlignedWidth4Bytes()
Completed in 43 milliseconds