HomeSort by relevance Sort by last modified time
    Searched refs:l_buf (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 217 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
239 uInt last_lit; /* running index in l_buf */
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
326 s->l_buf[s->last_lit++] = cc; \
334 s->l_buf[s->last_lit++] = len; \
fx_zlib_trees.c     [all...]
fx_zlib_deflate.c 228 /* We overlay pending_buf and d_buf+l_buf. This works since the average
312 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
    [all...]
  /external/zlib/src/
deflate.h 217 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
239 uInt last_lit; /* running index in l_buf */
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
326 s->l_buf[s->last_lit++] = cc; \
334 s->l_buf[s->last_lit++] = len; \
trees.c     [all...]
deflate.c 229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/jszip/
jszip.min.js     [all...]

Completed in 85 milliseconds