Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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()