Searched refs:nbBytes (Results 1 – 5 of 5) sorted by relevance
211 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBitsFast() local215 bitC->ptr += nbBytes; in BIT_flushBitsFast()217 bitC->bitContainer >>= nbBytes*8; in BIT_flushBitsFast()227 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBits() local231 bitC->ptr += nbBytes; in BIT_flushBits()234 bitC->bitContainer >>= nbBytes*8; in BIT_flushBits()424 { U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local426 if (bitD->ptr - nbBytes < bitD->start) { in BIT_reloadDStream()427 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()430 bitD->ptr -= nbBytes; in BIT_reloadDStream()[all …]
84 void ZSTD_ldm_skipRawSeqStoreBytes(rawSeqStore_t* rawSeqStore, size_t nbBytes);
643 void ZSTD_ldm_skipRawSeqStoreBytes(rawSeqStore_t* rawSeqStore, size_t nbBytes) { in ZSTD_ldm_skipRawSeqStoreBytes() argument644 U32 currPos = (U32)(rawSeqStore->posInSequence + nbBytes); in ZSTD_ldm_skipRawSeqStoreBytes()
848 size_t const nbBytes = nbBits >> 3; in HUF_flushBits() local857 bitC->ptr += nbBytes; in HUF_flushBits()
881 static void ZSTD_optLdm_skipRawSeqStoreBytes(rawSeqStore_t* rawSeqStore, size_t nbBytes) in ZSTD_optLdm_skipRawSeqStoreBytes() argument883 U32 currPos = (U32)(rawSeqStore->posInSequence + nbBytes); in ZSTD_optLdm_skipRawSeqStoreBytes()