Searched defs:offCode (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 263 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 D | zstd_compress.c | 4542 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 D | zstd_compress_internal.h | 502 …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 D | zstd_v01.c | 1419 BYTE* offCode; member
|
| H A D | zstd_v03.c | 2422 BYTE* offCode; member
|
| H A D | zstd_v02.c | 2781 BYTE* offCode; member
|
| H A D | zstd_v05.c | 531 BYTE* offCode; member
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 10350 …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
|