Searched refs:l_buf (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | deflate.h | 217 uchf *l_buf; /* buffer for literals or lengths */ member 326 s->l_buf[s->last_lit++] = cc; \ 334 s->l_buf[s->last_lit++] = len; \
|
D | fx_zlib_trees.c | 1016 s->l_buf[s->last_lit++] = (uch)lc; 1073 lc = s->l_buf[lx++];
|
D | fx_zlib_deflate.c | 312 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; in deflateInit2_() 1058 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize; in deflateCopy()
|
/external/zlib/src/ |
D | deflate.h | 217 uchf *l_buf; /* buffer for literals or lengths */ member 326 s->l_buf[s->last_lit++] = cc; \ 334 s->l_buf[s->last_lit++] = len; \
|
D | trees.c | 1016 s->l_buf[s->last_lit++] = (uch)lc; 1073 lc = s->l_buf[lx++];
|
D | deflate.c | 313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; 1059 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
|
/external/chromium-trace/trace-viewer/tracing/third_party/jszip/ |
D | jszip.min.js | 13 …l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matc… 14 …l_buf+k],k++,0===d?h(a,f,b):(i=hb[f],h(a,i+P+1,b),j=_[i],0!==j&&(f-=ib[i],g(a,f,j)),d--,i=e(d),h(a…
|