Searched refs:rawOffset (Results 1 – 2 of 2) sorted by relevance
3452 U32 rawOffset; in ZSTD_copyBlockSequences() local3475 rawOffset = repcodes.rep[repcode - 1]; in ZSTD_copyBlockSequences()3479 rawOffset = repcodes.rep[0] - 1; in ZSTD_copyBlockSequences()3481 rawOffset = repcodes.rep[repcode]; in ZSTD_copyBlockSequences()3485 rawOffset = OFFBASE_TO_OFFSET(inSeqs[i].offBase); in ZSTD_copyBlockSequences()3487 outSeqs[i].offset = rawOffset; in ZSTD_copyBlockSequences()6622 static U32 ZSTD_finalizeOffBase(U32 rawOffset, const U32 rep[ZSTD_REP_NUM], U32 ll0) in ZSTD_finalizeOffBase() argument6624 U32 offBase = OFFSET_TO_OFFBASE(rawOffset); in ZSTD_finalizeOffBase()6626 if (!ll0 && rawOffset == rep[0]) { in ZSTD_finalizeOffBase()6628 } else if (rawOffset == rep[1]) { in ZSTD_finalizeOffBase()[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 …]