HomeSort by relevance Sort by last modified time
    Searched defs:wnext (Results 1 - 11 of 11) sorted by null

  /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
  /external/pdfium/third_party/zlib_v128/
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
  /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
  /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
  /external/zlib/src/
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
  /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];

Completed in 109 milliseconds