Searched refs:sequences (Results 1 - 3 of 3) sorted by relevance

/u-boot/lib/zstd/decompress/
H A Dzstd_decompress_block.c785 * should be fast for a single long sequence, but can be slow for several short sequences.
858 * to be optimized for many small sequences, since those fall into ZSTD_execSequence().
1341 /* Regen sequences */
1439 /* If there are more sequences, they will need to read literals from litExtraBuffer; copy over the remainder from dst and update litPtr and litEnd */
1558 /* Regen sequences */
1686 /* Regen sequences */
1691 seq_t sequences[STORED_SEQS]; local
1712 sequences[seqNb] = sequence;
1721 if (dctx->litBufferLocation == ZSTD_split && litPtr + sequences[(seqNb - ADVANCED_SEQS) & STORED_SEQS_MASK].litLength > dctx->litBufferEnd)
1729 sequences[(seqN
[all...]
/u-boot/lib/zstd/common/
H A Dzstd_internal.h291 seqDef* sequences; /* ptr to end of sequences */ member in struct:__anon149
314 * Returns the ZSTD_sequenceLength for the given sequences. It handles the decoding of long sequences
/u-boot/include/linux/
H A Dzstd_lib.h1173 * Repeat offsets are essentially previous offsets from previous sequences sorted in
1352 ZSTD_sf_noBlockDelimiters = 0, /* Representation of ZSTD_Sequence has no block delimiters, sequences only */
1357 * Generate sequences using ZSTD_compress2, given a source buffer.
1369 * @return : number of sequences generated
1376 * Given an array of ZSTD_Sequence, remove all sequences that represent block delimiters/last literals
1380 * and the final last literals segment is not represented in the sequences.
1384 * @return : number of sequences left after merging
1386 ZSTDLIB_STATIC_API size_t ZSTD_mergeBlockDelimiters(ZSTD_Sequence* sequences, size_t seqsSize);
1396 * the block size derived from the cctx, and sequences may be split. This is the default setting.
1401 * If ZSTD_c_validateSequences == 0, this function will blindly accept the sequences provide
[all...]

Completed in 69 milliseconds