Home
last modified time | relevance | path

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

/aosp_15_r20/external/zlib/
H A Dzutil.c184 #define MAX_PTR 10 macro
194 local ptr_table table[MAX_PTR];
217 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
/aosp_15_r20/external/freetype/src/gzip/
H A Dzutil.c208 #define MAX_PTR 10 macro
218 local ptr_table table[MAX_PTR];
242 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/zlib/
Dzutil.c184 #define MAX_PTR 10 macro
194 local ptr_table table[MAX_PTR];
217 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/
Dzutil.c199 #define MAX_PTR 10 macro
209 local ptr_table table[MAX_PTR];
233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
/aosp_15_r20/external/libwebsockets/win32port/zlib/
H A Dzutil.c198 #define MAX_PTR 10 macro
208 local ptr_table table[MAX_PTR];
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Dzutil.c199 #define MAX_PTR 10 macro
209 local ptr_table table[MAX_PTR];
233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()