Searched refs:shifts (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libbz/
H A Dblocksort.c610 Int32 shifts = 0; local
612 while ((bbSize >> shifts) > 65534) shifts++;
616 UInt16 qVal = (UInt16)(j >> shifts);
622 AssertH ( ( ((bbSize-1) >> shifts) <= 65535 ), 1002 );

Completed in 13 milliseconds