Searched refs:items (Results 1 – 6 of 6) sorted by relevance
/arm-trusted-firmware-2.8.0/lib/zlib/ |
A D | zutil.c | 219 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 222 ulg bsize = (ulg)items*size; in zcalloc() 282 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) in zcalloc() argument 285 return _halloc((long)items, size); in zcalloc() 303 extern voidp calloc OF((uInt items, uInt size)); 307 voidpf ZLIB_INTERNAL zcalloc(opaque, items, size) in zcalloc() argument 309 unsigned items; 313 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : 314 (voidpf)calloc(items, size);
|
A D | tf_gunzip.c | 27 static void * ZLIB_INTERNAL zcalloc(void *opaque, unsigned int items, in zcalloc() argument 32 size *= items; in zcalloc()
|
A D | zutil.h | 261 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 266 #define ZALLOC(strm, items, size) \ argument 267 (*((strm)->zalloc))((strm)->opaque, (items), (size))
|
A D | zlib.h | 81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
|
/arm-trusted-firmware-2.8.0/lib/romlib/ |
A D | romlib_generator.py | 25 self.items = [] 68 self.items.append({"type": "reserved"}) 80 self.items.append({"type": "function", "library_name": library_name, 143 for item in index_file_parser.items: 181 for item in index_file_parser.items: 211 for item_index in range(0, len(index_file_parser.items)): 212 item = index_file_parser.items[item_index]
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | warp7.rst | 178 # Copy required items to $TEMP
|
Completed in 10 milliseconds