Searched refs:repcodes (Results 1 – 2 of 2) sorted by relevance
3438 Repcodes_t repcodes; in ZSTD_copyBlockSequences() local3450 ZSTD_memcpy(&repcodes, prevRepcodes, sizeof(repcodes)); in ZSTD_copyBlockSequences()3475 rawOffset = repcodes.rep[repcode - 1]; in ZSTD_copyBlockSequences()3478 assert(repcodes.rep[0] > 1); in ZSTD_copyBlockSequences()3479 rawOffset = repcodes.rep[0] - 1; in ZSTD_copyBlockSequences()3481 rawOffset = repcodes.rep[repcode]; in ZSTD_copyBlockSequences()3490 ZSTD_updateRep(repcodes.rep, in ZSTD_copyBlockSequences()
3439 Repcodes_t repcodes; in ZSTD_copyBlockSequences() local3451 ZSTD_memcpy(&repcodes, prevRepcodes, sizeof(repcodes)); in ZSTD_copyBlockSequences()3476 rawOffset = repcodes.rep[repcode - 1]; in ZSTD_copyBlockSequences()3479 assert(repcodes.rep[0] > 1); in ZSTD_copyBlockSequences()3480 rawOffset = repcodes.rep[0] - 1; in ZSTD_copyBlockSequences()3482 rawOffset = repcodes.rep[repcode]; in ZSTD_copyBlockSequences()3491 ZSTD_updateRep(repcodes.rep, in ZSTD_copyBlockSequences()