Searched refs:nbBytes (Results 1 – 13 of 13) sorted by relevance
225 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBitsFast() local229 bitC->ptr += nbBytes; in BIT_flushBitsFast()231 bitC->bitContainer >>= nbBytes*8; in BIT_flushBitsFast()241 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBits() local245 bitC->ptr += nbBytes; in BIT_flushBits()248 bitC->bitContainer >>= nbBytes*8; in BIT_flushBits()429 { U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local431 if (bitD->ptr - nbBytes < bitD->start) { in BIT_reloadDStream()432 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()435 bitD->ptr -= nbBytes; in BIT_reloadDStream()[all …]
236 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBitsFast() local240 bitC->ptr += nbBytes; in BIT_flushBitsFast()242 bitC->bitContainer >>= nbBytes*8; in BIT_flushBitsFast()252 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBits() local256 bitC->ptr += nbBytes; in BIT_flushBits()259 bitC->bitContainer >>= nbBytes*8; in BIT_flushBits()453 { U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local455 if (bitD->ptr - nbBytes < bitD->start) { in BIT_reloadDStream()456 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()459 bitD->ptr -= nbBytes; in BIT_reloadDStream()[all …]
87 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()
851 size_t const nbBytes = nbBits >> 3; in HUF_flushBits() local860 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()
482 U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local484 if (bitD->ptr - nbBytes < bitD->start) in BIT_reloadDStream()486 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()489 bitD->ptr -= nbBytes; in BIT_reloadDStream()490 bitD->bitsConsumed -= nbBytes*8; in BIT_reloadDStream()2194 typedef struct { BYTE nbBits; BYTE nbBytes; } HUF_DDescX6; member2205 const U32 level = DDesc.nbBytes; in HUF_fillDTableX6LevelN()2225 DDesc.nbBytes++; in HUF_fillDTableX6LevelN()2350 DDesc.nbBytes = 0; in HUF_readDTableX6()2366 return dd[val].nbBytes; in HUF_decodeSymbolX6()[all …]
754 U32 nbBytes = bitD->bitsConsumed >> 3; in FSE_reloadDStream() local756 if (bitD->ptr - nbBytes < bitD->start) in FSE_reloadDStream()758 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in FSE_reloadDStream()761 bitD->ptr -= nbBytes; in FSE_reloadDStream()762 bitD->bitsConsumed -= nbBytes*8; in FSE_reloadDStream()
484 U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local486 if (bitD->ptr - nbBytes < bitD->start) in BIT_reloadDStream()488 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()491 bitD->ptr -= nbBytes; in BIT_reloadDStream()492 bitD->bitsConsumed -= nbBytes*8; in BIT_reloadDStream()
749 U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local751 if (bitD->ptr - nbBytes < bitD->start) in BIT_reloadDStream()753 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()756 bitD->ptr -= nbBytes; in BIT_reloadDStream()757 bitD->bitsConsumed -= nbBytes*8; in BIT_reloadDStream()
873 U32 nbBytes = bitD->bitsConsumed >> 3; in BITv05_reloadDStream() local875 if (bitD->ptr - nbBytes < bitD->start) { in BITv05_reloadDStream()876 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BITv05_reloadDStream()879 bitD->ptr -= nbBytes; in BITv05_reloadDStream()880 bitD->bitsConsumed -= nbBytes*8; in BITv05_reloadDStream()
974 { U32 nbBytes = bitD->bitsConsumed >> 3; in BITv06_reloadDStream() local976 if (bitD->ptr - nbBytes < bitD->start) { in BITv06_reloadDStream()977 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BITv06_reloadDStream()980 bitD->ptr -= nbBytes; in BITv06_reloadDStream()981 bitD->bitsConsumed -= nbBytes*8; in BITv06_reloadDStream()
642 { U32 nbBytes = bitD->bitsConsumed >> 3; in BITv07_reloadDStream() local644 if (bitD->ptr - nbBytes < bitD->start) { in BITv07_reloadDStream()645 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BITv07_reloadDStream()648 bitD->ptr -= nbBytes; in BITv07_reloadDStream()649 bitD->bitsConsumed -= nbBytes*8; in BITv07_reloadDStream()