Home
last modified time | relevance | path

Searched refs:pending_buf (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c294 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;
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,
688 strm->adler = crc32(strm->adler, s->pending_buf + beg,
701 strm->adler = crc32(strm->adler, s->pending_buf + beg,
[all …]
Ddeflate.h97 Bytef *pending_buf; /* output still pending */ member
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c302 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;
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,
801 strm->adler = crc32(strm->adler, s->pending_buf + beg,
814 strm->adler = crc32(strm->adler, s->pending_buf + beg,
[all …]
Ddeflate.h100 Bytef *pending_buf; /* output still pending */ member
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}