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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
302 s->pending_buf = (uchf *) overlay;
306 s->pending_buf == Z_NULL) {
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
408 s->pending_out = s->pending_buf;
626 * pending_buf.
660 s->pending_out = s->pending_buf;
729 strm->adler = crc32(strm->adler, s->pending_buf,
772 strm->adler = crc32(strm->adler, s->pending_buf + beg,
783 strm->adler = crc32(strm->adler, s->pending_buf + beg,
    [all...]
deflate.h 100 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
101 ulg pending_buf_size; /* size of pending_buf */
276 * IN assertion: there is enough room in pending_buf.
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 232 /* We overlay pending_buf and d_buf+l_buf. This works since the average
294 s->pending_buf = (uchf *) overlay;
298 s->pending_buf == Z_NULL) {
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
373 s->pending_out = s->pending_buf;
516 * pending_buf.
547 strm->state->pending_out = strm->state->pending_buf;
616 strm->adler = crc32(strm->adler, s->pending_buf,
659 strm->adler = crc32(strm->adler, s->pending_buf + beg,
670 strm->adler = crc32(strm->adler, s->pending_buf + beg,
    [all...]
deflate.h 97 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
98 ulg pending_buf_size; /* size of pending_buf */
266 * IN assertion: there is enough room in pending_buf.
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
  /external/pdfium/third_party/zlib_v128/
deflate.c 228 /* We overlay pending_buf and d_buf+l_buf. This works since the average
301 s->pending_buf = (uchf *) overlay;
305 s->pending_buf == Z_NULL) {
312 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
407 s->pending_out = s->pending_buf;
625 * pending_buf.
659 s->pending_out = s->pending_buf;
728 strm->adler = crc32(strm->adler, s->pending_buf,
771 strm->adler = crc32(strm->adler, s->pending_buf + beg,
782 strm->adler = crc32(strm->adler, s->pending_buf + beg
    [all...]
deflate.h 100 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
101 ulg pending_buf_size; /* size of pending_buf */
276 * IN assertion: there is enough room in pending_buf.
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
  /external/syslinux/com32/lib/zlib/
deflate.c 226 /* We overlay pending_buf and d_buf+l_buf. This works since the average
290 s->pending_buf = (uchf *) overlay;
294 s->pending_buf == Z_NULL) {
301 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
369 s->pending_out = s->pending_buf;
546 * pending_buf.
577 strm->state->pending_out = strm->state->pending_buf;
646 strm->adler = crc32(strm->adler, s->pending_buf,
689 strm->adler = crc32(strm->adler, s->pending_buf + beg,
700 strm->adler = crc32(strm->adler, s->pending_buf + beg
    [all...]
deflate.h 97 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
98 ulg pending_buf_size; /* size of pending_buf */
273 * IN assertion: there is enough room in pending_buf.
275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
  /external/zlib/src/
deflate.c 229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
302 s->pending_buf = (uchf *) overlay;
306 s->pending_buf == Z_NULL) {
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
408 s->pending_out = s->pending_buf;
626 * pending_buf.
660 s->pending_out = s->pending_buf;
729 strm->adler = crc32(strm->adler, s->pending_buf,
772 strm->adler = crc32(strm->adler, s->pending_buf + beg,
783 strm->adler = crc32(strm->adler, s->pending_buf + beg
    [all...]
deflate.h 100 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
101 ulg pending_buf_size; /* size of pending_buf */
276 * IN assertion: there is enough room in pending_buf.
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}

Completed in 141 milliseconds