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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.h238 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
260 uInt last_lit; /* running index in l_buf */
263 /* Buffer for distances. To simplify the code, d_buf and l_buf have
335 s->l_buf[s->last_lit++] = cc; \
343 s->l_buf[s->last_lit++] = len; \

Completed in 36 milliseconds