Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c263 U32 const offCode = ZSTD_highbit32(offset+1); in ZSTD_getMatchPrice() local
307 { U32 const offCode = ZSTD_highbit32(offsetCode+1); in ZSTD_updateStats() local
1188 U32 const offCode = opt[storePos].off; in ZSTD_compressBlock_opt_generic() local
H A Dzstd_compress.c4542 static size_t ZSTD_validateSequence(U32 offCode, U32 matchLength, in ZSTD_validateSequence()
4559 U32 offCode = rawOffset + ZSTD_REP_MOVE; in ZSTD_finalizeOffCode() local
4592 U32 offCode; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
4661 U32 offCode; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
H A Dzstd_compress_internal.h502 …StorePtr, size_t litLength, const BYTE* literals, const BYTE* litLimit, U32 offCode, size_t mlBase) in ZSTD_storeSeq()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1419 BYTE* offCode; member
H A Dzstd_v03.c2422 BYTE* offCode; member
H A Dzstd_v02.c2781 BYTE* offCode; member
H A Dzstd_v05.c531 BYTE* offCode; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10350 …StorePtr, size_t litLength, const BYTE* literals, const BYTE* litLimit, U32 offCode, size_t mlBase) in ZSTD_storeSeq()
20409 U32 const offCode = ZSTD_highbit32(offset+1); in ZSTD_getMatchPrice() local
20453 { U32 const offCode = ZSTD_highbit32(offsetCode+1); in ZSTD_updateStats() local
21189 U32 const offCode = opt[storePos].off; in ZSTD_compressBlock_opt_generic() local