/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/ |
D | BlockLZ4CompressorOutputStream.java | 455 int litLength = literalLength(); in writeTo() local 479 private static int lengths(int litLength, int brLength) { in lengths()
|
/external/zstd/lib/common/ |
D | zstd_internal.h | 351 U16 litLength; member 375 U32 litLength; member
|
/external/zstd/tests/fuzz/ |
D | sequence_compression_api.c | 137 uint32_t litLength; in generateRandomSequences() local
|
/external/zstd/lib/compress/ |
D | zstd_opt.c | 215 static U32 ZSTD_rawLiteralsCost(const BYTE* const literals, U32 const litLength, in ZSTD_rawLiteralsCost() 240 static U32 ZSTD_litLengthPrice(U32 const litLength, const optState_t* const optPtr, int optLevel) in ZSTD_litLengthPrice() 289 U32 litLength, const BYTE* literals, in ZSTD_updateStats()
|
D | zstd_compress_internal.h | 91 U32 litLength; /* Length of literals prior to match */ member 361 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode() 502 void ZSTD_storeSeq(seqStore_t* seqStorePtr, size_t litLength, const BYTE* literals, const BYTE* lit… in ZSTD_storeSeq()
|
D | zstd_lazy.c | 1075 { size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_generic() local 1348 { size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_extDict_generic() local
|
D | zstd_compress.c | 4589 U32 litLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local 4658 U32 litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
|
/external/zstd/contrib/match_finders/ |
D | zstd_edist.c | 450 U32 const litLength = !i ? match.srcIdx : in ZSTD_eDist_convertMatchesToSequences() local
|
/external/zstd/lib/legacy/ |
D | zstd_v01.c | 1423 BYTE* litLength; member 1678 size_t litLength; member 1696 size_t litLength; in ZSTD_decodeSequence() local 1766 const size_t litLength = sequence.litLength; in ZSTD_execSequence() local
|
D | zstd_v03.c | 2426 BYTE* litLength; member 2668 size_t litLength; member 2686 size_t litLength; in ZSTD_decodeSequence() local
|
D | zstd_v02.c | 2785 BYTE* litLength; member 3027 size_t litLength; member 3045 size_t litLength; in ZSTD_decodeSequence() local
|
D | zstd_v05.c | 535 BYTE* litLength; member 3128 size_t litLength; member 3147 size_t litLength; in ZSTDv05_decodeSequence() local
|
D | zstd_v04.c | 2794 size_t litLength; member 2812 size_t litLength; in ZSTD_decodeSequence() local
|
D | zstd_v06.c | 585 U16* litLength; member 3274 size_t litLength; member
|
D | zstd_v07.c | 2820 U16* litLength; member 3504 size_t litLength; member
|
/external/lz4/lib/ |
D | lz4hc.c | 712 size_t litLength = (lastRunSize + 255 - RUN_MASK) / 255; in LZ4HC_compress_hashChain() local 1504 size_t litLength = (lastRunSize + 255 - RUN_MASK) / 255; in LZ4HC_compress_optimal() local
|
D | lz4.c | 960 { unsigned const litLength = (unsigned)(ip - anchor); in LZ4_compress_generic() local
|
/external/zstd/lib/ |
D | zstd.h | 1132 unsigned int litLength; /* Literal length of the sequence. */ member
|
/external/zstd/lib/decompress/ |
D | zstd_decompress_block.c | 658 size_t litLength; member
|