Searched refs:dmax (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dinflate.h110 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c114 unsigned dmax; /* maximum distance from zlib header */ local
141 dmax = state->dmax;
213 if (dist > dmax) {
H A Dinflate.c143 state->dmax = 32768U;
656 state->dmax = 1U << len;
1062 if (state->offset > state->dmax) {
H A Dinfback.c83 state->dmax = 32768U;
/darwin-on-arm/xnu/libkern/zlib/intel/
H A DinffastS.s64 #define dmax -20(%ebp)
93 movl 20(%edx), %ecx // state->dmax
94 movl %ecx, dmax // dmax = state->dmax;
364 cmpl dmax, %eax // dist vs dmax
365 ja Linvalid_distance_too_far_back // if (dist > dmax) break for invalid distance too far back
692 #define dmax %r11d
728 movl 20(state), dmax // dma
[all...]

Completed in 75 milliseconds