Home
last modified time | relevance | path

Searched refs:lit (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/blast/
A Dblast.c284 int lit; /* true if literals are coded */ in decomp() local
324 lit = bits(s, 8); in decomp()
325 if (lit > 1) return -1; in decomp()
370 symbol = lit ? decode(s, &litcode) : bits(s, 8); in decomp()
/AliOS-Things-master/components/freetype/src/gzip/
A Dinfcodes.c42 uInt lit; /* if LIT, literal */ member
128 c->sub.lit = t->base; in inflate_codes()
213 OUTBYTE(c->sub.lit) in inflate_codes()
/AliOS-Things-master/components/SDL2/src/image/
A Dminiz.h2076 mz_uint lit = *pLZ_codes++; in tdefl_compress_lz_codes() local
2078 TDEFL_PUT_BITS_FAST(d->m_huff_codes[0][lit], d->m_huff_code_sizes[0][lit]); in tdefl_compress_lz_codes()
2083 lit = *pLZ_codes++; in tdefl_compress_lz_codes()
2085 TDEFL_PUT_BITS_FAST(d->m_huff_codes[0][lit], d->m_huff_code_sizes[0][lit]); in tdefl_compress_lz_codes()
2090 lit = *pLZ_codes++; in tdefl_compress_lz_codes()
2092 TDEFL_PUT_BITS_FAST(d->m_huff_codes[0][lit], d->m_huff_code_sizes[0][lit]); in tdefl_compress_lz_codes()
2160 TDEFL_PUT_BITS(d->m_huff_codes[0][lit], d->m_huff_code_sizes[0][lit]); in tdefl_compress_lz_codes()
2455 *pLZ_code_buf++ = lit; in tdefl_compress_fast()
2459 d->m_huff_count[0][lit]++; in tdefl_compress_fast()
2487 *d->m_pLZ_code_buf++ = lit; in tdefl_record_literal()
[all …]

Completed in 18 milliseconds