| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_opt.c | 1121 { U32 const litlen = (U32)(ip - anchor); local 1122 U32 const ll0 = !litlen; 1141 opt[0].litlen = litlen; 1145 * the cost variation of litlen depends on the value of litlen. 1147 opt[0].price = LL_PRICE(litlen); 1158 lastStretch.litlen = 0; 1175 opt[pos].litlen = litlen + pos 1203 { U32 const litlen = opt[cur-1].litlen + 1; local [all...] |
| zstd_compress_internal.h | 165 U32 litlen; /* nb of literals since previous match */ member in struct:__anon6289 643 * Store a sequence (litlen, litPtr, offBase and matchLength) into seqStore_t.
|
| /src/external/zlib/pigz/dist/zopfli/ |
| squeeze.c | 112 litlen: means literal symbol if dist is 0, length otherwise. 114 typedef double CostModelFun(unsigned litlen, unsigned dist, void* context); 120 static double GetCostFixed(unsigned litlen, unsigned dist, void* unused) { 123 if (litlen <= 143) return 8; 127 int lbits = ZopfliGetLengthExtraBits(litlen); 128 int lsym = ZopfliGetLengthSymbol(litlen); 141 static double GetCostStat(unsigned litlen, unsigned dist, void* context) { 144 return stats->ll_symbols[litlen]; 146 int lsym = ZopfliGetLengthSymbol(litlen); 147 int lbits = ZopfliGetLengthExtraBits(litlen); [all...] |
| deflate.c | 111 unsigned* lld_lengths = 0; /* All litlen and dist lengthts with ending zeros 114 unsigned* rle = 0; /* Runlength encoded version of lengths of litlen and dist 262 unsigned litlen = litlens[i]; local 264 assert(litlen < 256); 265 assert(ll_lengths[litlen] > 0); 266 AddHuffmanBits(ll_symbols[litlen], ll_lengths[litlen], bp, out, outsize); 269 unsigned lls = ZopfliGetLengthSymbol(litlen); 271 assert(litlen >= 3 && litlen <= 288) [all...] |
| /src/common/dist/zlib/contrib/blast/ |
| blast.c | 299 static const unsigned char litlen[] = { local 317 construct(&litcode, litlen, sizeof(litlen));
|
| /src/external/gpl3/binutils/dist/zlib/contrib/blast/ |
| blast.c | 299 static const unsigned char litlen[] = { local 317 construct(&litcode, litlen, sizeof(litlen));
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/blast/ |
| blast.c | 299 static const unsigned char litlen[] = { local 317 construct(&litcode, litlen, sizeof(litlen));
|
| /src/external/gpl3/gdb/dist/zlib/contrib/blast/ |
| blast.c | 299 static const unsigned char litlen[] = { local 317 construct(&litcode, litlen, sizeof(litlen));
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/blast/ |
| blast.c | 299 static const unsigned char litlen[] = { local 317 construct(&litcode, litlen, sizeof(litlen));
|
| /src/external/bsd/zstd/dist/lib/legacy/ |
| zstd_v06.c | 512 U32 litlen; member in struct:__anon6448
|
| zstd_v07.c | 2747 U32 litlen; member in struct:__anon6480
|