Searched refs:currentOffset (Results 1 – 4 of 4) sorted by relevance
95 Cpa32U currentOffset = 0; in LacSymAlgChain_PtrFromOffsetGet() local104 if ((packetOffset >= currentOffset) && in LacSymAlgChain_PtrFromOffsetGet()105 (packetOffset < (currentOffset + currDataSize))) { in LacSymAlgChain_PtrFromOffsetGet()108 *ppDataPtr = pCurrData + (packetOffset - currentOffset); in LacSymAlgChain_PtrFromOffsetGet()113 currentOffset += currDataSize; in LacSymAlgChain_PtrFromOffsetGet()
344 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() local347 newReps.rep[0] = currentOffset; in ZSTD_updateRep()
673 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() local676 rep[0] = currentOffset; in ZSTD_updateRep()
44 void reportOverwrite(uint64_t currentOffset, uint64_t specifiedOffset,