Searched refs:nbBytes (Results 1 – 12 of 12) sorted by relevance
230 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBitsFast() local234 bitC->ptr += nbBytes; in BIT_flushBitsFast()236 bitC->bitContainer >>= nbBytes*8; in BIT_flushBitsFast()246 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBits() local250 bitC->ptr += nbBytes; in BIT_flushBits()253 bitC->bitContainer >>= nbBytes*8; in BIT_flushBits()438 { U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local440 if (bitD->ptr - nbBytes < bitD->start) { in BIT_reloadDStream()441 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()444 bitD->ptr -= nbBytes; in BIT_reloadDStream()[all …]
86 void ZSTD_ldm_skipRawSeqStoreBytes(rawSeqStore_t* rawSeqStore, size_t nbBytes);
580 void ZSTD_ldm_skipRawSeqStoreBytes(rawSeqStore_t* rawSeqStore, size_t nbBytes) { in ZSTD_ldm_skipRawSeqStoreBytes() argument581 U32 currPos = (U32)(rawSeqStore->posInSequence + nbBytes); in ZSTD_ldm_skipRawSeqStoreBytes()
782 static void ZSTD_optLdm_skipRawSeqStoreBytes(rawSeqStore_t* rawSeqStore, size_t nbBytes) { in ZSTD_optLdm_skipRawSeqStoreBytes() argument783 U32 currPos = (U32)(rawSeqStore->posInSequence + nbBytes); in ZSTD_optLdm_skipRawSeqStoreBytes()
486 U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local488 if (bitD->ptr - nbBytes < bitD->start) in BIT_reloadDStream()490 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()493 bitD->ptr -= nbBytes; in BIT_reloadDStream()494 bitD->bitsConsumed -= nbBytes*8; in BIT_reloadDStream()2198 typedef struct { BYTE nbBits; BYTE nbBytes; } HUF_DDescX6; member2209 const U32 level = DDesc.nbBytes; in HUF_fillDTableX6LevelN()2229 DDesc.nbBytes++; in HUF_fillDTableX6LevelN()2354 DDesc.nbBytes = 0; in HUF_readDTableX6()2370 return dd[val].nbBytes; in HUF_decodeSymbolX6()[all …]
758 U32 nbBytes = bitD->bitsConsumed >> 3; in FSE_reloadDStream() local760 if (bitD->ptr - nbBytes < bitD->start) in FSE_reloadDStream()762 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in FSE_reloadDStream()765 bitD->ptr -= nbBytes; in FSE_reloadDStream()766 bitD->bitsConsumed -= nbBytes*8; in FSE_reloadDStream()
488 U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local490 if (bitD->ptr - nbBytes < bitD->start) in BIT_reloadDStream()492 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()495 bitD->ptr -= nbBytes; in BIT_reloadDStream()496 bitD->bitsConsumed -= nbBytes*8; in BIT_reloadDStream()
753 U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local755 if (bitD->ptr - nbBytes < bitD->start) in BIT_reloadDStream()757 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()760 bitD->ptr -= nbBytes; in BIT_reloadDStream()761 bitD->bitsConsumed -= nbBytes*8; in BIT_reloadDStream()
978 { U32 nbBytes = bitD->bitsConsumed >> 3; in BITv06_reloadDStream() local980 if (bitD->ptr - nbBytes < bitD->start) { in BITv06_reloadDStream()981 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BITv06_reloadDStream()984 bitD->ptr -= nbBytes; in BITv06_reloadDStream()985 bitD->bitsConsumed -= nbBytes*8; in BITv06_reloadDStream()
877 U32 nbBytes = bitD->bitsConsumed >> 3; in BITv05_reloadDStream() local879 if (bitD->ptr - nbBytes < bitD->start) { in BITv05_reloadDStream()880 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BITv05_reloadDStream()883 bitD->ptr -= nbBytes; in BITv05_reloadDStream()884 bitD->bitsConsumed -= nbBytes*8; in BITv05_reloadDStream()
646 { U32 nbBytes = bitD->bitsConsumed >> 3; in BITv07_reloadDStream() local648 if (bitD->ptr - nbBytes < bitD->start) { in BITv07_reloadDStream()649 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BITv07_reloadDStream()652 bitD->ptr -= nbBytes; in BITv07_reloadDStream()653 bitD->bitsConsumed -= nbBytes*8; in BITv07_reloadDStream()
1521 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBitsFast() local1525 bitC->ptr += nbBytes; in BIT_flushBitsFast()1527 bitC->bitContainer >>= nbBytes*8; in BIT_flushBitsFast()1537 size_t const nbBytes = bitC->bitPos >> 3; in BIT_flushBits() local1541 bitC->ptr += nbBytes; in BIT_flushBits()1544 bitC->bitContainer >>= nbBytes*8; in BIT_flushBits()1725 { U32 nbBytes = bitD->bitsConsumed >> 3; in BIT_reloadDStream() local1727 if (bitD->ptr - nbBytes < bitD->start) { in BIT_reloadDStream()1728 nbBytes = (U32)(bitD->ptr - bitD->start); /* ptr > start */ in BIT_reloadDStream()1731 bitD->ptr -= nbBytes; in BIT_reloadDStream()[all …]