Searched refs:STORE_OFFSET (Results 1 - 7 of 7) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c220 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, STORE_OFFSET(offset), mLength);
422 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, STORE_OFFSET(offset), mLength);
599 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, STORE_OFFSET(offset), mLength);
624 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, STORE_OFFSET(offset), mLength);
H A Dzstd_fast.c270 offcode = STORE_OFFSET(rep_offset1);
462 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, STORE_OFFSET(offset), mLength);
477 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, STORE_OFFSET(offset), mLength);
617 ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, STORE_OFFSET(offset), mLength);
H A Dzstd_lazy.c200 curr, (U32)bestLength, (U32)matchLength, (U32)*offsetPtr, STORE_OFFSET(curr - matchIndex), dictMatchIndex, matchIndex);
201 bestLength = matchLength, *offsetPtr = STORE_OFFSET(curr - matchIndex);
331 bestLength = matchLength, *offsetPtr = STORE_OFFSET(curr - matchIndex);
564 *offsetPtr = STORE_OFFSET(curr - (matchIndex + ddsIndexDelta));
601 *offsetPtr = STORE_OFFSET(curr - (matchIndex + ddsIndexDelta));
706 *offsetPtr = STORE_OFFSET(curr - matchIndex);
742 *offsetPtr = STORE_OFFSET(curr - (matchIndex + dmsIndexDelta));
1239 *offsetPtr = STORE_OFFSET(curr - matchIndex);
1288 *offsetPtr = STORE_OFFSET(curr - (matchIndex + dmsIndexDelta));
H A Dzstd_opt.c676 matches[0].off = STORE_OFFSET(curr - matchIndex3);
710 (U32)matchLength, curr - matchIndex, STORE_OFFSET(curr - matchIndex));
715 matches[mnum].off = STORE_OFFSET(curr - matchIndex);
758 (U32)matchLength, curr - matchIndex, STORE_OFFSET(curr - matchIndex));
762 matches[mnum].off = STORE_OFFSET(curr - matchIndex);
974 U32 const candidateOffCode = STORE_OFFSET(optLdm->offset);
H A Dzstd_ldm.c714 STORE_OFFSET(sequence.offset),
H A Dzstd_compress_internal.h573 #define STORE_OFFSET(o) (assert((o)>0), o + ZSTD_REP_MOVE) macro
583 * @offBase_minus1 : Users should use employ macros STORE_REPCODE_X and STORE_OFFSET().
H A Dzstd_compress.c5573 RETURN_ERROR_IF(offCode > STORE_OFFSET(offsetBound), corruption_detected, "Offset too large!");
5581 U32 offCode = STORE_OFFSET(rawOffset);

Completed in 267 milliseconds