Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dlzo_mchw.ch58 unsigned long lit_bytes;
127 c->lit_bytes = c->match_bytes = c->rep_bytes = 0;
Dlzo1x_9x.c268 c->lit_bytes += (unsigned long) t; in STORE_RUN()
782 c->lit_bytes, c->lit1_r, c->lit2_r, c->lit3_r, c->lazy); in lzo1x_999_compress_internal()
784 assert(c->lit_bytes + c->match_bytes == in_len); in lzo1x_999_compress_internal()
/external/syslinux/gpxe/src/util/
Dnrv2b.c191 unsigned long lit_bytes; member
728 c->lit_bytes = c->match_bytes = c->rep_bytes = 0; in init_match()
987 c->lit_bytes += lit; in code_run()
1224 c->match_bytes, c->lit_bytes, c->lazy, in ucl_nrv2b_99_compress()
1227 assert(c->lit_bytes + c->match_bytes == in_len); in ucl_nrv2b_99_compress()