Searched refs:rawOffset (Results 1 – 1 of 1) sorted by relevance
3366 U32 rawOffset; in ZSTD_copyBlockSequences() local 3389 rawOffset = repcodes.rep[repcode - 1]; in ZSTD_copyBlockSequences() 3393 rawOffset = repcodes.rep[0] - 1; in ZSTD_copyBlockSequences() 3395 rawOffset = repcodes.rep[repcode]; in ZSTD_copyBlockSequences() 3399 rawOffset = OFFBASE_TO_OFFSET(inSeqs[i].offBase); in ZSTD_copyBlockSequences() 3401 outSeqs[i].offset = rawOffset; in ZSTD_copyBlockSequences() 6413 static U32 ZSTD_finalizeOffBase(U32 rawOffset, const U32 rep[ZSTD_REP_NUM], U32 ll0) in ZSTD_finalizeOffBase() argument 6415 U32 offBase = OFFSET_TO_OFFBASE(rawOffset); in ZSTD_finalizeOffBase() 6417 if (!ll0 && rawOffset == rep[0]) { in ZSTD_finalizeOffBase() 6419 } else if (rawOffset in ZSTD_finalizeOffBase() 6570 U32 const rawOffset = currSeq.offset; ZSTD_transferSequences_noDelim() local [all...]