Searched refs:lastByte (Results 1 – 1 of 1) sorted by relevance
221 BYTE const lastByte = ((const BYTE *)srcBuffer)[srcSize - 1]; in BIT_initDStream() local222 …bitD->bitsConsumed = lastByte ? 8 - BIT_highbit32(lastByte) : 0; /* ensures bitsConsumed is always… in BIT_initDStream()223 if (lastByte == 0) in BIT_initDStream()240 BYTE const lastByte = ((const BYTE *)srcBuffer)[srcSize - 1]; in BIT_initDStream() local241 bitD->bitsConsumed = lastByte ? 8 - BIT_highbit32(lastByte) : 0; in BIT_initDStream()242 if (lastByte == 0) in BIT_initDStream()
Completed in 3 milliseconds