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

/vbox/src/libs/libpng-1.2.8/
H A Dpngrio.c67 #define NEAR_BUF_SIZE 1024 macro
91 png_byte buf[NEAR_BUF_SIZE];
97 read = MIN(NEAR_BUF_SIZE, remaining);
H A Dpngwio.c63 #define NEAR_BUF_SIZE 1024 macro
87 png_byte buf[NEAR_BUF_SIZE];
93 written = MIN(NEAR_BUF_SIZE, remaining);
H A Dpngtest.c319 #define NEAR_BUF_SIZE 1024 macro
338 png_byte buf[NEAR_BUF_SIZE];
344 read = MIN(NEAR_BUF_SIZE, remaining);
398 #define NEAR_BUF_SIZE 1024 macro
417 png_byte buf[NEAR_BUF_SIZE];
423 written = MIN(NEAR_BUF_SIZE, remaining);

Completed in 48 milliseconds