Lines Matching defs:lit
2321 unsigned int lit;
2332 lit = v;
2340 lit = t & ZLIB_HUFFMAN_VALUE_MASK;
2345 if (lit < 256)
2353 *pout++ = lit;
2360 else if (lit == 256)
2370 /* Convert lit into a length. */
2372 if (lit < 265)
2373 len = lit - 257 + 3;
2374 else if (lit == 285)
2376 else if (unlikely (lit > 285))
2390 lit -= 265;
2391 extra = (lit >> 2) + 1;
2392 len = (lit & 3) << extra;
3254 static int16_t lit[36] =
3307 if (!elf_zstd_build_fse (lit, sizeof lit / sizeof lit[0], next,