OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEAR_BUF_SIZE
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/libpng/
pngrio.c
77
#define
NEAR_BUF_SIZE
1024
104
png_byte buf[
NEAR_BUF_SIZE
];
110
read = MIN(
NEAR_BUF_SIZE
, remaining);
pngwio.c
71
#define
NEAR_BUF_SIZE
1024
97
png_byte buf[
NEAR_BUF_SIZE
];
103
written = MIN(
NEAR_BUF_SIZE
, remaining);
/external/libpng/
pngrio.c
92
#define
NEAR_BUF_SIZE
1024
119
png_byte buf[
NEAR_BUF_SIZE
];
125
read = MIN(
NEAR_BUF_SIZE
, remaining);
pngwio.c
71
#define
NEAR_BUF_SIZE
1024
97
png_byte buf[
NEAR_BUF_SIZE
];
103
written = MIN(
NEAR_BUF_SIZE
, remaining);
pngtest.c
338
#define
NEAR_BUF_SIZE
1024
357
png_byte buf[
NEAR_BUF_SIZE
];
363
read = MIN(
NEAR_BUF_SIZE
, remaining);
412
#define
NEAR_BUF_SIZE
1024
431
png_byte buf[
NEAR_BUF_SIZE
];
437
written = MIN(
NEAR_BUF_SIZE
, remaining);
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngrio.c
70
#define
NEAR_BUF_SIZE
1024
95
png_byte buf[
NEAR_BUF_SIZE
];
101
read = MIN(
NEAR_BUF_SIZE
, remaining);
pngwio.c
64
#define
NEAR_BUF_SIZE
1024
89
png_byte buf[
NEAR_BUF_SIZE
];
95
written = MIN(
NEAR_BUF_SIZE
, remaining);
Completed in 83 milliseconds