Home
last modified time | relevance | path

Searched refs:rawOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c3452 U32 rawOffset; in ZSTD_copyBlockSequences() local
3475 rawOffset = repcodes.rep[repcode - 1]; in ZSTD_copyBlockSequences()
3479 rawOffset = repcodes.rep[0] - 1; in ZSTD_copyBlockSequences()
3481 rawOffset = repcodes.rep[repcode]; in ZSTD_copyBlockSequences()
3485 rawOffset = OFFBASE_TO_OFFSET(inSeqs[i].offBase); in ZSTD_copyBlockSequences()
3487 outSeqs[i].offset = rawOffset; in ZSTD_copyBlockSequences()
6622 static U32 ZSTD_finalizeOffBase(U32 rawOffset, const U32 rep[ZSTD_REP_NUM], U32 ll0) in ZSTD_finalizeOffBase() argument
6624 U32 offBase = OFFSET_TO_OFFBASE(rawOffset); in ZSTD_finalizeOffBase()
6626 if (!ll0 && rawOffset == rep[0]) { in ZSTD_finalizeOffBase()
6628 } else if (rawOffset == rep[1]) { in ZSTD_finalizeOffBase()
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c3453 U32 rawOffset; in ZSTD_copyBlockSequences() local
3476 rawOffset = repcodes.rep[repcode - 1]; in ZSTD_copyBlockSequences()
3480 rawOffset = repcodes.rep[0] - 1; in ZSTD_copyBlockSequences()
3482 rawOffset = repcodes.rep[repcode]; in ZSTD_copyBlockSequences()
3486 rawOffset = OFFBASE_TO_OFFSET(inSeqs[i].offBase); in ZSTD_copyBlockSequences()
3488 outSeqs[i].offset = rawOffset; in ZSTD_copyBlockSequences()
6623 static U32 ZSTD_finalizeOffBase(U32 rawOffset, const U32 rep[ZSTD_REP_NUM], U32 ll0) in ZSTD_finalizeOffBase() argument
6625 U32 offBase = OFFSET_TO_OFFBASE(rawOffset); in ZSTD_finalizeOffBase()
6627 if (!ll0 && rawOffset == rep[0]) { in ZSTD_finalizeOffBase()
6629 } else if (rawOffset == rep[1]) { in ZSTD_finalizeOffBase()
[all …]