Home
last modified time | relevance | path

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

/dflybsd-src/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()