Searched defs:match_bytes (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/lzo/src/
H A Dstats1b.h94 long match_bytes; member in struct:__anon25196
/external/syslinux/gpxe/src/util/
H A Dnrv2b.c192 unsigned long match_bytes; member in struct:ucl_compress
728 c->lit_bytes = c->match_bytes = c->rep_bytes = 0;
948 c->match_bytes += m_len;
1224 c->match_bytes, c->lit_bytes, c->lazy,
1227 assert(c->lit_bytes + c->match_bytes == in_len);

Completed in 120 milliseconds