HomeSort by relevance Sort by last modified time
    Searched refs:wnext (Results 1 - 25 of 32) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inffast.c 82 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 - op;
    [all...]
inflate.h 95 unsigned wnext; /* window write index */ member in struct:inflate_state
inflate.c 48 * - 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 = 0;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/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 98 unsigned wnext; /* window write index */ member in struct:inflate_state
inflate.c 48 * - Pull out common wnext == 0 case for speed in inflate_fast()
153 state->wnext = 0;
417 state->wnext = 0;
424 state->wnext = 0;
428 dist = state->wsize - state->wnext;
430 zmemcpy(state->window + state->wnext, end - copy, dist);
434 state->wnext = copy;
438 state->wnext += dist;
439 if (state->wnext == state->wsize) state->wnext = 0
    [all...]
  /external/python/cpython2/Modules/zlib/
inffast.c 82 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 - op
    [all...]
inflate.h 95 unsigned wnext; /* window write index */ member in struct:inflate_state
inflate.c 48 * - 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 = 0
    [all...]
  /external/python/cpython3/Modules/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 98 unsigned wnext; /* window write index */ member in struct:inflate_state
inflate.c 48 * - Pull out common wnext == 0 case for speed in inflate_fast()
153 state->wnext = 0;
417 state->wnext = 0;
424 state->wnext = 0;
428 dist = state->wsize - state->wnext;
430 zmemcpy(state->window + state->wnext, end - copy, dist);
434 state->wnext = copy;
438 state->wnext += dist;
439 if (state->wnext == state->wsize) state->wnext = 0
    [all...]
  /external/syslinux/com32/lib/zlib/
inffast.c 82 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 - op
    [all...]
inflate.h 95 unsigned wnext; /* window write index */ member in struct:inflate_state
inflate.c 48 * - 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 = 0
    [all...]
  /external/zlib/src/
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 98 unsigned wnext; /* window write index */ member in struct:inflate_state
inflate.c 48 * - Pull out common wnext == 0 case for speed in inflate_fast()
153 state->wnext = 0;
417 state->wnext = 0;
424 state->wnext = 0;
428 dist = state->wsize - state->wnext;
430 zmemcpy(state->window + state->wnext, end - copy, dist);
434 state->wnext = copy;
438 state->wnext += dist;
439 if (state->wnext == state->wsize) state->wnext = 0
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
inffast.c 82 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 - op
    [all...]
inflate.h 95 unsigned wnext; /* window write index */ member in struct:inflate_state
inflate.c 48 * - 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 = 0
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
EventCount.h 149 Waiter* wnext = w->next.load(std::memory_order_relaxed); local
151 if (wnext != nullptr) next = wnext - &waiters_[0];
  /external/zlib/src/contrib/masmx64/
inffas8664.c 133 ar.write = state->wnext;
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
inffas8664.c 133 ar.write = state->wnext;
  /external/zlib/src/contrib/inflate86/
inffas86.c 116 ar.write = state->wnext;
    [all...]

Completed in 464 milliseconds

1 2