OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PNG_MAX_MALLOC_64K
(Results
1 - 5
of
5
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h
480
# define
PNG_MAX_MALLOC_64K
/* only used in build */
pngpriv.h
210
#if defined(MAXSEG_64K) && !defined(
PNG_MAX_MALLOC_64K
)
211
# define
PNG_MAX_MALLOC_64K
227
#if (PNG_ZBUF_SIZE > 65536L) && defined(
PNG_MAX_MALLOC_64K
)
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngconf.h
135
#define
PNG_MAX_MALLOC_64K
137
#if defined(MAXSEG_64K) && !defined(
PNG_MAX_MALLOC_64K
)
138
# define
PNG_MAX_MALLOC_64K
[
all
...]
/external/chromium_org/third_party/libpng/
pngconf.h
163
#define
PNG_MAX_MALLOC_64K
165
#if defined(MAXSEG_64K) && !defined(
PNG_MAX_MALLOC_64K
)
166
# define
PNG_MAX_MALLOC_64K
[
all
...]
/external/libpng/
pngconf.h
167
#define
PNG_MAX_MALLOC_64K
169
#if defined(MAXSEG_64K) && !defined(
PNG_MAX_MALLOC_64K
)
170
# define
PNG_MAX_MALLOC_64K
[
all
...]
Completed in 262 milliseconds