Searched defs:NEAR_BUF_SIZE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrio.c100 #define NEAR_BUF_SIZE 1024 macro
124 png_byte buf[NEAR_BUF_SIZE];
131 read = MIN(NEAR_BUF_SIZE, remaining);
H A Dpngwio.c97 #define NEAR_BUF_SIZE 1024 macro
121 png_byte buf[NEAR_BUF_SIZE];
128 written = MIN(NEAR_BUF_SIZE, remaining);
H A Dpngtest.c405 #define NEAR_BUF_SIZE 1024 macro
424 png_byte buf[NEAR_BUF_SIZE];
431 read = MIN(NEAR_BUF_SIZE, remaining);
490 #define NEAR_BUF_SIZE 1024 macro
511 png_byte buf[NEAR_BUF_SIZE];
518 written = MIN(NEAR_BUF_SIZE, remaining);

Completed in 75 milliseconds