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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngrio.c71 #define NEAR_BUF_SIZE 1024 macro
92 png_byte buf[NEAR_BUF_SIZE];
98 read = MIN(NEAR_BUF_SIZE, remaining);
H A Dpngwio.c66 #define NEAR_BUF_SIZE 1024 macro
87 png_byte buf[NEAR_BUF_SIZE];
93 written = MIN(NEAR_BUF_SIZE, remaining);
H A Dpngtest.c293 #define NEAR_BUF_SIZE 1024 macro
312 png_byte buf[NEAR_BUF_SIZE];
318 read = MIN(NEAR_BUF_SIZE, remaining);
367 #define NEAR_BUF_SIZE 1024 macro
386 png_byte buf[NEAR_BUF_SIZE];
392 written = MIN(NEAR_BUF_SIZE, remaining);

Completed in 64 milliseconds