OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_buf
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/zlib/
deflate.h
219
uchf *
l_buf
; /* buffer for literals or lengths */
member in struct:internal_state
241
uInt last_lit; /* running index in
l_buf
*/
244
/* Buffer for distances. To simplify the code, d_buf and
l_buf
have
327
s->
l_buf
[s->last_lit++] = cc; \
335
s->
l_buf
[s->last_lit++] = len; \
trees.c
[
all
...]
deflate.c
227
/* We overlay pending_buf and d_buf+
l_buf
. This works since the average
305
s->
l_buf
= s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
[
all
...]
Completed in 66 milliseconds