Searched refs:rawOffset (Results 1 – 2 of 2) sorted by relevance
2913 U32 rawOffset = seqStoreSeqs[i].offBase - ZSTD_REP_NUM; in ZSTD_copyBlockSequences() local2930 rawOffset = updatedRepcodes.rep[outSeqs[i].rep - 1]; in ZSTD_copyBlockSequences()2933 rawOffset = updatedRepcodes.rep[0] - 1; in ZSTD_copyBlockSequences()2935 rawOffset = updatedRepcodes.rep[outSeqs[i].rep]; in ZSTD_copyBlockSequences()2939 outSeqs[i].offset = rawOffset; in ZSTD_copyBlockSequences()5779 static U32 ZSTD_finalizeOffCode(U32 rawOffset, const U32 rep[ZSTD_REP_NUM], U32 ll0) in ZSTD_finalizeOffCode() argument5781 U32 offCode = STORE_OFFSET(rawOffset); in ZSTD_finalizeOffCode()5783 if (!ll0 && rawOffset == rep[0]) { in ZSTD_finalizeOffCode()5785 } else if (rawOffset == rep[1]) { in ZSTD_finalizeOffCode()5787 } else if (rawOffset == rep[2]) { in ZSTD_finalizeOffCode()[all …]
3453 U32 rawOffset; in ZSTD_copyBlockSequences() local3476 rawOffset = repcodes.rep[repcode - 1]; in ZSTD_copyBlockSequences()3480 rawOffset = repcodes.rep[0] - 1; in ZSTD_copyBlockSequences()3482 rawOffset = repcodes.rep[repcode]; in ZSTD_copyBlockSequences()3486 rawOffset = OFFBASE_TO_OFFSET(inSeqs[i].offBase); in ZSTD_copyBlockSequences()3488 outSeqs[i].offset = rawOffset; in ZSTD_copyBlockSequences()6623 static U32 ZSTD_finalizeOffBase(U32 rawOffset, const U32 rep[ZSTD_REP_NUM], U32 ll0) in ZSTD_finalizeOffBase() argument6625 U32 offBase = OFFSET_TO_OFFBASE(rawOffset); in ZSTD_finalizeOffBase()6627 if (!ll0 && rawOffset == rep[0]) { in ZSTD_finalizeOffBase()6629 } else if (rawOffset == rep[1]) { in ZSTD_finalizeOffBase()[all …]