Home
last modified time | relevance | path

Searched defs:lastLLSize (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/zstd/lib/decompress/
H A Dzstd_decompress_block.c1589 size_t const lastLLSize = (size_t)(litBufferEnd - litPtr); in ZSTD_decompressSequences_bodySplitLitBuffer() local
1601 { size_t const lastLLSize = (size_t)(litBufferEnd - litPtr); in ZSTD_decompressSequences_bodySplitLitBuffer() local
1680 { size_t const lastLLSize = (size_t)(litEnd - litPtr); in ZSTD_decompressSequences_body() local
1870 size_t const lastLLSize = litBufferEnd - litPtr; in ZSTD_decompressSequencesLong_body() local
1879 { size_t const lastLLSize = litBufferEnd - litPtr; in ZSTD_decompressSequencesLong_body() local
/aosp_15_r20/external/zstd/tests/fuzz/
H A Dsequence_compression_api.c129 const uint32_t lastLLSize = (uint32_t)(litEnd - litPtr); in decodeSequences() local
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_ldm.c684 size_t lastLLSize; in ZSTD_ldm_blockCompress() local
H A Dzstd_compress.c3121 const BYTE* anchor, size_t lastLLSize) in ZSTD_storeLastLiterals()
3240 size_t lastLLSize; in ZSTD_buildSeqStore() local
3439 const size_t lastLLSize = nbInLiterals - nbOutLiterals; in ZSTD_copyBlockSequences() local
6704 U32 lastLLSize = (U32)(iend - ip); in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v01.c1874 size_t lastLLSize = litEnd - litPtr; in ZSTD_decompressSequences() local
H A Dzstd_v03.c2816 size_t lastLLSize = litEnd - litPtr; in ZSTD_decompressSequences() local
H A Dzstd_v04.c2960 size_t lastLLSize = litEnd - litPtr; in ZSTD_decompressSequences() local
H A Dzstd_v02.c3177 size_t lastLLSize = litEnd - litPtr; in ZSTD_decompressSequences() local
H A Dzstd_v06.c3451 { size_t const lastLLSize = litEnd - litPtr; in ZSTDv06_decompressSequences() local
H A Dzstd_v05.c3316 size_t lastLLSize = litEnd - litPtr; in ZSTDv05_decompressSequences() local
H A Dzstd_v07.c3664 { size_t const lastLLSize = litEnd - litPtr; in ZSTDv07_decompressSequences() local