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

/vbox/src/libs/zlib-1.2.6/
H A Dinflate.h87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */ local
105 dmax = state->dmax;
177 if (dist > dmax) {
H A Dinflate.c117 state->dmax = 32768U;
684 state->dmax = 1U << len;
1119 if (state->offset > state->dmax) {
H A Dinfback.c63 state->dmax = 32768U;
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dinffas32.asm36 ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head
/vbox/src/libs/libpng-1.2.8/
H A Dpngrtran.c502 int dmax = ((dm > db) ? dm : db); local
503 int d = dmax + dt + db;

Completed in 144 milliseconds