Searched refs:items (Results 1 – 10 of 10) sorted by relevance
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | zutil.c | 202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() argument 204 ulg bsize = (ulg)items*size; in zcalloc() 263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc() argument 265 return _halloc((long)items, size); in zcalloc() 282 extern voidp calloc(uInt items, uInt size); 286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() argument 288 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : in zcalloc() 289 (voidpf)calloc(items, size); in zcalloc()
|
| H A D | tf_gunzip.c | 27 static void * ZLIB_INTERNAL zcalloc(void *opaque, unsigned int items, in zcalloc() argument 32 size *= items; in zcalloc()
|
| H A D | zutil.h | 243 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, 248 #define ZALLOC(strm, items, size) \ argument 249 (*((strm)->zalloc))((strm)->opaque, (items), (size))
|
| H A D | zlib.h | 85 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size);
|
| /rk3399_ARM-atf/lib/romlib/ |
| H 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: 196 fns = [item["function_name"] for item in index_file_parser.items 227 for item_index in range(0, len(index_file_parser.items)): 228 item = index_file_parser.items[item_index]
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | memmap.py | 109 obj.printer.print_footprint({k: v.footprint for k, v in images.items()}) 139 for k, v in images.items() 181 symbols = {k: v.symbols for k, v in images.items()} 185 for symbol, symbol_value in symbols.items() 188 for image, symbols in symbols.items()
|
| H A D | summary.py | 97 for module_path, contents in self._modules.items(): 214 for name, stats in self._modules.items(): 284 for module_name, v in self.modules.items(): 290 for section_idx, value in v.items(): 295 for module_name, v in self.old_modules.items(): 301 for section_idx, value in v.items(): 396 for module_name, dct in self.modules.items(): 401 for module_name, dct in self.old_modules.items(): 520 for name, sizes in sorted(self.short_modules.items()):
|
| H A D | printer.py | 93 for mod, vals in app_mem_usage.items(): 132 for mod, syms in symbol_table.items() 133 for name, addr in syms.items()
|
| H A D | elfparser.py | 67 for mem, attrs in self._memory_layout.items(): 171 for mem, attrs in self._memory_layout.items():
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | warp7.rst | 178 # Copy required items to $TEMP
|