Searched refs:repcodes (Results 1 – 1 of 1) sorted by relevance
3352 Repcodes_t repcodes; in ZSTD_copyBlockSequences() local3364 ZSTD_memcpy(&repcodes, prevRepcodes, sizeof(repcodes)); in ZSTD_copyBlockSequences()3389 rawOffset = repcodes.rep[repcode - 1]; in ZSTD_copyBlockSequences()3392 assert(repcodes.rep[0] > 1); in ZSTD_copyBlockSequences()3393 rawOffset = repcodes.rep[0] - 1; in ZSTD_copyBlockSequences()3395 rawOffset = repcodes.rep[repcode]; in ZSTD_copyBlockSequences()3404 ZSTD_updateRep(repcodes.rep, in ZSTD_copyBlockSequences()