Home
last modified time | relevance | path

Searched defs:offCode (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c264 U32 const offCode = ZSTD_highbit32(offset+1); in ZSTD_getMatchPrice() local
308 { U32 const offCode = ZSTD_highbit32(offsetCode+1); in ZSTD_updateStats() local
1044 U32 const offCode = opt[storePos].off; in ZSTD_compressBlock_opt_generic() local
H A Dzstd_compress_internal.h440 …StorePtr, size_t litLength, const BYTE* literals, const BYTE* litLimit, U32 offCode, size_t mlBase) in ZSTD_storeSeq()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c304 U32 const offCode = ZSTD_highbit32(STORED_TO_OFFBASE(offcode)); in ZSTD_getMatchPrice() local
348 { U32 const offCode = ZSTD_highbit32(STORED_TO_OFFBASE(offsetCode)); in ZSTD_updateStats() local
1299 U32 const offCode = opt[storePos].off; in ZSTD_compressBlock_opt_generic() local
H A Dzstd_compress.c3440 ZSTD_resolveRepcodeToRawOffset(const U32 rep[ZSTD_REP_NUM], const U32 offCode, const U32 ll0) in ZSTD_resolveRepcodeToRawOffset()
3471 U32 const offCode = OFFBASE_TO_STORED(seq->offBase); in ZSTD_seqStore_resolveOffCodes() local
5763 ZSTD_validateSequence(U32 offCode, U32 matchLength, in ZSTD_validateSequence()
5781 U32 offCode = STORE_OFFSET(rawOffset); in ZSTD_finalizeOffCode() local
5822 U32 const offCode = ZSTD_finalizeOffCode(inSeqs[idx].offset, updatedRepcodes.rep, ll0); in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
5891 U32 offCode; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1415 BYTE* offCode; member
H A Dzstd_v03.c2418 BYTE* offCode; member
H A Dzstd_v02.c2777 BYTE* offCode; member
H A Dzstd_v05.c528 BYTE* offCode; member