Lines Matching refs:offset

128     U32 offset;  in ZSTD_compressBlock_doubleFast_noDict_generic()  local
209 offset = (U32)(ip-matchl0); in ZSTD_compressBlock_doubleFast_noDict_generic()
258 offset = (U32)(ip - matchs0); in ZSTD_compressBlock_doubleFast_noDict_generic()
267 offset = (U32)(ip-matchl1); in ZSTD_compressBlock_doubleFast_noDict_generic()
278 offset_1 = offset; in ZSTD_compressBlock_doubleFast_noDict_generic()
291 … ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, OFFSET_TO_OFFBASE(offset), mLength); in ZSTD_compressBlock_doubleFast_noDict_generic()
387 U32 offset; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
420 offset = (U32)(ip-matchLong); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
431 offset = (U32)(curr - dictMatchIndexL - dictIndexDelta); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
470 offset = (U32)(ip-matchL3); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
481 offset = (U32)(curr + 1 - dictMatchIndexL3 - dictIndexDelta); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
489 offset = (U32)(curr - matchIndexS); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
493 offset = (U32)(ip - match); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
499 offset_1 = offset; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
501 … ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, OFFSET_TO_OFFBASE(offset), mLength); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
674 U32 offset; in ZSTD_compressBlock_doubleFast_extDict_generic() local
676 offset = curr - matchLongIndex; in ZSTD_compressBlock_doubleFast_extDict_generic()
679 offset_1 = offset; in ZSTD_compressBlock_doubleFast_extDict_generic()
680 … ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, OFFSET_TO_OFFBASE(offset), mLength); in ZSTD_compressBlock_doubleFast_extDict_generic()
687 U32 offset; in ZSTD_compressBlock_doubleFast_extDict_generic() local
694 offset = curr+1 - matchIndex3; in ZSTD_compressBlock_doubleFast_extDict_generic()
700 offset = curr - matchIndex; in ZSTD_compressBlock_doubleFast_extDict_generic()
704 offset_1 = offset; in ZSTD_compressBlock_doubleFast_extDict_generic()
705 … ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, OFFSET_TO_OFFBASE(offset), mLength); in ZSTD_compressBlock_doubleFast_extDict_generic()