Searched refs:nbBytes (Results 1 – 1 of 1) sorted by relevance
204 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBitsFast() local208 bitC->ptr += nbBytes; in BIT_flushBitsFast()210 bitC->bitContainer >>= nbBytes*8; in BIT_flushBitsFast()220 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBits() local224 bitC->ptr += nbBytes; in BIT_flushBits()227 bitC->bitContainer >>= nbBytes*8; in BIT_flushBits()416 { U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local418 if (bitD->ptr - nbBytes < bitD->start) { in BIT_reloadDStream()419 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()422 bitD->ptr -= nbBytes; in BIT_reloadDStream()[all …]
Completed in 4 milliseconds