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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinflate.h107 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c102 unsigned dmax; /* maximum distance from zlib header */ local
129 dmax = state->dmax;
201 if (dist > dmax) {
H A Dinflate.c140 state->dmax = 32768U;
651 state->dmax = 1U << len;
1057 if (state->offset > state->dmax) {
H A Dinfback.c78 state->dmax = 32768U;
/openjdk7/jdk/test/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java204 float dmax = (float) Math.max(Math.abs(x1 - x0), Math.abs(y1 - y0));
205 float dx = (x1 - x0) / dmax;
206 float dy = (y1 - y0) / dmax;
209 for (int i = 1; i <= dmax; i += 10) {
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColorTrue2Index.c2246 dmax = vis_to_double_dup( MLIB_S32_MAX ); \
2267 dpmin[ 0 ] = dmax; \
2299 dpmin[ 0 ] = dmax; \
2325 dmax = vis_to_double_dup( MLIB_S32_MAX ); \
2343 dpmin[ 0 ] = dmax; \
2374 dpmin[ 0 ] = dmax; \
2400 dmax = vis_to_double_dup( MLIB_S32_MAX ); \
2418 dpmin[ 0 ] = dmax; \
2449 dpmin[ 0 ] = dmax; \
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp1968 for (DUIterator_Fast dmax, i = def->fast_outs(dmax); i < dmax; i++) {
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c777 int dmax = ((dm > db) ? dm : db); local
778 int d = dmax + dt + db;

Completed in 81 milliseconds