Searched defs:PNG_MAX_MALLOC_64K (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h529 # define PNG_MAX_MALLOC_64K /* only used in build */ macro
H A Dpngpriv.h124 #if defined(MAXSEG_64K) && !defined(PNG_MAX_MALLOC_64K)
125 # define PNG_MAX_MALLOC_64K macro
141 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)

Completed in 34 milliseconds