Home
last modified time | relevance | path

Searched refs:nWidthBits (Results 1 – 1 of 1) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dgen.hxx38 inline long AlignedWidth4Bytes( long nWidthBits );
52 inline long AlignedWidth4Bytes( long nWidthBits ) in AlignedWidth4Bytes() argument
54 return( ( ( nWidthBits + 31 ) >> 5 ) << 2 ); in AlignedWidth4Bytes()

Completed in 13 milliseconds