OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PTR
(Results
1 - 5
of
5
) sorted by null
/external/freetype/src/gzip/
zutil.c
65
#define
MAX_PTR
10
75
local ptr_table table[
MAX_PTR
];
97
if (buf == NULL || next_ptr >=
MAX_PTR
) return NULL;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
zutil.c
65
#define
MAX_PTR
10
75
local ptr_table table[
MAX_PTR
];
97
if (buf == NULL || next_ptr >=
MAX_PTR
) return NULL;
/external/opencv3/3rdparty/zlib/
zutil.c
202
#define
MAX_PTR
10
212
local ptr_table table[
MAX_PTR
];
234
if (buf == NULL || next_ptr >=
MAX_PTR
) return NULL;
/external/pdfium/third_party/zlib_v128/
zutil.c
204
#define
MAX_PTR
10
214
local ptr_table table[
MAX_PTR
];
236
if (buf == NULL || next_ptr >=
MAX_PTR
) return NULL;
/external/zlib/src/
zutil.c
202
#define
MAX_PTR
10
212
local ptr_table table[
MAX_PTR
];
234
if (buf == NULL || next_ptr >=
MAX_PTR
) return NULL;
Completed in 1460 milliseconds