Home
last modified time | relevance | path

Searched refs:dmax (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinffast.c61 unsigned dmax; /* maximum distance from zlib header */ local
88 dmax = state->dmax;
160 if (dist > dmax) {
A Dinflate.h90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
A Dinflate.c133 state->dmax = 32768U;
699 state->dmax = 1U << len;
1138 if (state->offset > state->dmax) {
A Dinfback.c63 state->dmax = 32768U;
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */ local
105 dmax = state->dmax;
177 if (dist > dmax) {
A Dinflate.c116 state->dmax = 32768U;
664 state->dmax = 1U << len;
1100 if (state->offset > state->dmax) {
A Dinfback.c54 state->dmax = 32768U;
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dinflate.h87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/
A Dinffas32.asm36 ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngrtran.c798 int dmax = ((dm > db) ? dm : db); in png_set_quantize() local
799 int d = dmax + dt + db; in png_set_quantize()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c27045 duk_double_t d, dmin, dmax; in duk_to_int_clamped_raw() local
27056 dmax = (duk_double_t) maxval; in duk_to_int_clamped_raw()
27062 } else if (d > dmax) { in duk_to_int_clamped_raw()
27065 d = dmax; in duk_to_int_clamped_raw()

Completed in 259 milliseconds