Searched defs:MAX_PTR (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/gzip/
H A Dzutil.c65 #define MAX_PTR 10 macro
75 local ptr_table table[MAX_PTR];
97 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
/external/opencv3/3rdparty/zlib/
H A Dzutil.c202 #define MAX_PTR 10 macro
212 local ptr_table table[MAX_PTR];
234 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
/external/zlib/src/
H A Dzutil.c202 #define MAX_PTR 10 macro
212 local ptr_table table[MAX_PTR];
234 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;

Completed in 89 milliseconds