Home
last modified time | relevance | path

Searched refs:currentOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c508 base = (const BYTE*)source - cctx->currentOffset; in LZ4_compress_generic()
512 base = (const BYTE*)source - cctx->currentOffset; in LZ4_compress_generic()
963 dict->currentOffset += 64 KB; in LZ4_loadDict()
964 base = p - dict->currentOffset; in LZ4_loadDict()
967 dict->currentOffset += dict->dictSize; in LZ4_loadDict()
980 if ((LZ4_dict->currentOffset > 0x80000000) || in LZ4_renormDictT()
983 U32 const delta = LZ4_dict->currentOffset - 64 KB; in LZ4_renormDictT()
990 LZ4_dict->currentOffset = 64 KB; in LZ4_renormDictT()
1026 streamPtr->currentOffset += (U32)inputSize; in LZ4_compress_fast_continue()
1038 streamPtr->currentOffset += (U32)inputSize; in LZ4_compress_fast_continue()
[all …]
H A Dlz4internal.h339 uint32_t currentOffset; member
357 unsigned int currentOffset; member
/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h406 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() local
409 newReps.rep[0] = currentOffset; in ZSTD_updateRep()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10252 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() local
10255 newReps.rep[0] = currentOffset; in ZSTD_updateRep()