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

/haiku-buildtools/gcc/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()
137 state->wnext = 0;
398 state->wnext = 0;
406 state->wnext = 0;
410 dist = state->wsize - state->wnext;
412 zmemcpy(state->window + state->wnext, strm->next_out - copy, dist);
416 state->wnext = copy;
420 state->wnext += dist;
421 if (state->wnext == state->wsize) state->wnext
[all...]
H A Dinfback.c67 state->wnext = 0;
/haiku-buildtools/binutils/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()
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;
/haiku-buildtools/gcc/zlib/contrib/masmx64/
H A Dinffas8664.c133 ar.write = state->wnext;
/haiku-buildtools/binutils/zlib/contrib/masmx64/
H A Dinffas8664.c133 ar.write = state->wnext;
/haiku-buildtools/gcc/zlib/contrib/inflate86/
H A Dinffas86.c116 ar.write = state->wnext;
/haiku-buildtools/binutils/zlib/contrib/inflate86/
H A Dinffas86.c116 ar.write = state->wnext;

Completed in 229 milliseconds