Lines Matching refs:repcodes_t

2815     repcodes_t updatedRepcodes;  in ZSTD_copyBlockSequences()
2820 ZSTD_memcpy(updatedRepcodes.rep, zc->blockState.prevCBlock->rep, sizeof(repcodes_t)); in ZSTD_copyBlockSequences()
3374 static void ZSTD_seqStore_resolveOffCodes(repcodes_t* const dRepcodes, repcodes_t* const cRepcodes, in ZSTD_seqStore_resolveOffCodes()
3408 repcodes_t* const dRep, repcodes_t* const cRep, in ZSTD_compressSeqStore_singleBlock()
3420 repcodes_t const dRepOriginal = *dRep; in ZSTD_compressSeqStore_singleBlock()
3580 repcodes_t dRep; in ZSTD_compressBlock_splitBlock_internal()
3581 repcodes_t cRep; in ZSTD_compressBlock_splitBlock_internal()
3582 ZSTD_memcpy(dRep.rep, zc->blockState.prevCBlock->rep, sizeof(repcodes_t)); in ZSTD_compressBlock_splitBlock_internal()
3583 ZSTD_memcpy(cRep.rep, zc->blockState.prevCBlock->rep, sizeof(repcodes_t)); in ZSTD_compressBlock_splitBlock_internal()
3637 ZSTD_memcpy(zc->blockState.prevCBlock->rep, dRep.rep, sizeof(repcodes_t)); in ZSTD_compressBlock_splitBlock_internal()
5607 repcodes_t updatedRepcodes; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim()
5617 ZSTD_memcpy(updatedRepcodes.rep, cctx->blockState.prevCBlock->rep, sizeof(repcodes_t)); in ZSTD_copySequencesToSeqStoreExplicitBlockDelim()
5637 ZSTD_memcpy(cctx->blockState.nextCBlock->rep, updatedRepcodes.rep, sizeof(repcodes_t)); in ZSTD_copySequencesToSeqStoreExplicitBlockDelim()
5672 repcodes_t updatedRepcodes; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5685 ZSTD_memcpy(updatedRepcodes.rep, cctx->blockState.prevCBlock->rep, sizeof(repcodes_t)); in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5765 ZSTD_memcpy(cctx->blockState.nextCBlock->rep, updatedRepcodes.rep, sizeof(repcodes_t)); in ZSTD_copySequencesToSeqStoreNoBlockDelim()