HomeSort by: relevance | last modified time | path
    Searched defs:wnext (Results 1 - 11 of 11) sorted by relevancy

  /src/common/dist/zlib/
inffast.c 64 unsigned wnext; /* window write index */ local
91 wnext = state->wnext;
199 if (wnext == 0) { /* very common case */
209 else if (wnext < op) { /* wrap around window */
210 from += wsize + wnext - op;
211 op -= wnext;
218 if (wnext < len) { /* some from start of window */
219 op = wnext;
229 from += wnext - op
    [all...]
inflate.h 99 unsigned wnext; /* window write index */ member in struct:inflate_state
  /src/external/gpl3/binutils/dist/zlib/
inffast.c 62 unsigned wnext; /* window write index */ local
89 wnext = state->wnext;
197 if (wnext == 0) { /* very common case */
207 else if (wnext < op) { /* wrap around window */
208 from += wsize + wnext - op;
209 op -= wnext;
216 if (wnext < len) { /* some from start of window */
217 op = wnext;
227 from += wnext - op
    [all...]
inflate.h 99 unsigned wnext; /* window write index */ member in struct:inflate_state
  /src/external/gpl3/binutils.old/dist/zlib/
inffast.c 65 unsigned wnext; /* window write index */ local
92 wnext = state->wnext;
200 if (wnext == 0) { /* very common case */
210 else if (wnext < op) { /* wrap around window */
211 from += wsize + wnext - op;
212 op -= wnext;
219 if (wnext < len) { /* some from start of window */
220 op = wnext;
230 from += wnext - op
    [all...]
inflate.h 99 unsigned wnext; /* window write index */ member in struct:inflate_state
  /src/external/gpl3/gdb/dist/zlib/
inffast.c 65 unsigned wnext; /* window write index */ local
92 wnext = state->wnext;
200 if (wnext == 0) { /* very common case */
210 else if (wnext < op) { /* wrap around window */
211 from += wsize + wnext - op;
212 op -= wnext;
219 if (wnext < len) { /* some from start of window */
220 op = wnext;
230 from += wnext - op
    [all...]
inflate.h 99 unsigned wnext; /* window write index */ member in struct:inflate_state
  /src/external/gpl3/gdb.old/dist/zlib/
inffast.c 65 unsigned wnext; /* window write index */ local
92 wnext = state->wnext;
200 if (wnext == 0) { /* very common case */
210 else if (wnext < op) { /* wrap around window */
211 from += wsize + wnext - op;
212 op -= wnext;
219 if (wnext < len) { /* some from start of window */
220 op = wnext;
230 from += wnext - op
    [all...]
inflate.h 99 unsigned wnext; /* window write index */ member in struct:inflate_state
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c 874 struct idrent *wnext; member in struct:idr::idrent
5885 idrent->wnext = idrent->avail = NULL;
5898 idr->wait_list.last = &(idrent->wnext);
5926 for (n = idr->wait_list.first; n != NULL; n = n->wnext) {

Completed in 36 milliseconds