Searched defs:items (Results 1 – 3 of 3) sorted by relevance
| /arm-trusted-firmware/lib/zlib/ |
| H A D | zutil.c | 202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() argument 263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc() argument 286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() argument
|
| H A D | tf_gunzip.c | 27 static void * ZLIB_INTERNAL zcalloc(void *opaque, unsigned int items, in zcalloc() argument
|
| H A D | zutil.h | 266 #define ZALLOC(strm, items, size) \ argument
|