Searched refs:currentOffset (Results 1 – 4 of 4) sorted by relevance
508 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 …]
339 uint32_t currentOffset; member357 unsigned int currentOffset; member
406 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() local409 newReps.rep[0] = currentOffset; in ZSTD_updateRep()
10252 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() local10255 newReps.rep[0] = currentOffset; in ZSTD_updateRep()