Searched defs:wnext (Results 1 - 8 of 8) 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
/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
/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
/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

Completed in 435 milliseconds