Searched refs:wnext (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dinffast.c82 unsigned wnext; /* window write index */ local
109 wnext = state->wnext;
217 if (wnext == 0) { /* very common case */
227 else if (wnext < op) { /* wrap around window */
228 from += wsize + wnext - op;
229 op -= wnext;
236 if (wnext < len) { /* some from start of window */
237 op = wnext;
247 from += wnext
[all...]
H A Dinflate.h95 unsigned wnext; /* window write index */ member in struct:inflate_state
H A Dinflate.c48 * - Pull out common wnext == 0 case for speed in inflate_fast()
120 state->wnext = 0;
378 state->wnext = 0;
386 state->wnext = 0;
390 dist = state->wsize - state->wnext;
392 zmemcpy(state->window + state->wnext, strm->next_out - copy, dist);
396 state->wnext = copy;
400 state->wnext += dist;
401 if (state->wnext == state->wsize) state->wnext
[all...]
H A Dinfback.c58 state->wnext = 0;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inffast.c82 unsigned wnext; /* window write index */ local
109 wnext = state->wnext;
217 if (wnext == 0) { /* very common case */
227 else if (wnext < op) { /* wrap around window */
228 from += wsize + wnext - op;
229 op -= wnext;
236 if (wnext < len) { /* some from start of window */
237 op = wnext;
247 from += wnext
[all...]
H A Dinflate.h95 unsigned wnext; /* window write index */ member in struct:inflate_state
H A Dfx_zlib_inflate.c48 * - Pull out common wnext == 0 case for speed in inflate_fast()
138 state->wnext = 0;
400 state->wnext = 0;
407 state->wnext = 0;
411 dist = state->wsize - state->wnext;
413 zmemcpy(state->window + state->wnext, end - copy, dist);
417 state->wnext = copy;
421 state->wnext += dist;
422 if (state->wnext == state->wsize) state->wnext
[all...]
H A Dfx_zlib_infback.c67 state->wnext = 0;
/external/qemu/distrib/zlib-1.2.8/
H A Dinffast.c82 unsigned wnext; /* window write index */ local
109 wnext = state->wnext;
217 if (wnext == 0) { /* very common case */
227 else if (wnext < op) { /* wrap around window */
228 from += wsize + wnext - op;
229 op -= wnext;
236 if (wnext < len) { /* some from start of window */
237 op = wnext;
247 from += wnext
[all...]
H A Dinflate.h95 unsigned wnext; /* window write index */ member in struct:inflate_state
H A Dinflate.c48 * - Pull out common wnext == 0 case for speed in inflate_fast()
138 state->wnext = 0;
400 state->wnext = 0;
407 state->wnext = 0;
411 dist = state->wsize - state->wnext;
413 zmemcpy(state->window + state->wnext, end - copy, dist);
417 state->wnext = copy;
421 state->wnext += dist;
422 if (state->wnext == state->wsize) state->wnext
[all...]
H A Dinfback.c67 state->wnext = 0;
/external/zlib/src/
H A Dinffast.c82 unsigned wnext; /* window write index */ local
109 wnext = state->wnext;
217 if (wnext == 0) { /* very common case */
227 else if (wnext < op) { /* wrap around window */
228 from += wsize + wnext - op;
229 op -= wnext;
236 if (wnext < len) { /* some from start of window */
237 op = wnext;
247 from += wnext
[all...]
H A Dinflate.h95 unsigned wnext; /* window write index */ member in struct:inflate_state
H A Dinflate.c48 * - Pull out common wnext == 0 case for speed in inflate_fast()
138 state->wnext = 0;
400 state->wnext = 0;
407 state->wnext = 0;
411 dist = state->wsize - state->wnext;
413 zmemcpy(state->window + state->wnext, end - copy, dist);
417 state->wnext = copy;
421 state->wnext += dist;
422 if (state->wnext == state->wsize) state->wnext
[all...]
H A Dinfback.c67 state->wnext = 0;
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c133 ar.write = state->wnext;
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c116 ar.write = state->wnext;

Completed in 203 milliseconds