Home
last modified time | relevance | path

Searched refs:MAX_PTR (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/gzip/
Dzutil.c65 #define MAX_PTR 10 macro
75 local ptr_table table[MAX_PTR];
97 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
Dzutil.c65 #define MAX_PTR 10 macro
75 local ptr_table table[MAX_PTR];
97 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
/external/zlib/src/
Dzutil.c202 #define MAX_PTR 10 macro
212 local ptr_table table[MAX_PTR];
234 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
/external/pdfium/third_party/zlib_v128/
Dzutil.c204 #define MAX_PTR 10
214 local ptr_table table[MAX_PTR];
236 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;