Searched refs:currentOffset (Results 1 – 3 of 3) sorted by relevance
218 base = (const BYTE *)source - dictPtr->currentOffset; in LZ4_compress_generic() 222 base = (const BYTE *)source - dictPtr->currentOffset; in LZ4_compress_generic() 783 || (dict->currentOffset > 1 * GB)) { in LZ4_loadDict() 796 dict->currentOffset += 64 * KB; in LZ4_loadDict() 797 base = p - dict->currentOffset; in LZ4_loadDict() 800 dict->currentOffset += dict->dictSize; in LZ4_loadDict() 814 if ((LZ4_dict->currentOffset > 0x80000000) || in LZ4_renormDictT() 815 ((uptrval)LZ4_dict->currentOffset > (uptrval)src)) { in LZ4_renormDictT() 818 U32 const delta = LZ4_dict->currentOffset - 64 * KB; in LZ4_renormDictT() 828 LZ4_dict->currentOffset in LZ4_renormDictT() [all...]
100 uint32_t currentOffset; member
661 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() local664 rep[0] = currentOffset; in ZSTD_updateRep()