| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | zutil.c | 51 extern voidp calloc OF((uInt items, uInt size)); 56 voidpf zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 59 items += size - size; /* make compiler happy */ in zcalloc() 60 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : in zcalloc() 61 (voidpf)calloc(items, size); in zcalloc()
|
| H A D | zutil.h | 118 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); 121 #define ZALLOC(strm, items, size) \ argument 122 (*((strm)->zalloc))((strm)->opaque, (items), (size))
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | settings.py | 100 for setting_name, setting_value in project_defaults.items(): 121 def items(self, section, *args, **kwargs): member in _ProjectConfigParser 135 project_items = ConfigParser.SafeConfigParser.items( 144 top_items = ConfigParser.SafeConfigParser.items( 154 return item_dict.items() 241 for name, val in config.items('settings'): 301 return config.items(section)
|
| /rk3399_rockchip-uboot/common/ |
| H A D | menu.c | 42 struct list_head items; member 61 list_for_each_safe(pos, n, &m->items) { in menu_items_iter() 327 list_add_tail(&item->list, &m->items); in menu_item_add() 390 INIT_LIST_HEAD(&m->items); in menu_create()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | gzip.c | 22 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc() argument 26 size *= items; in zalloc()
|
| H A D | gunzip.c | 29 void *gzalloc(void *x, unsigned items, unsigned size) in gzalloc() argument 33 size *= items; in gzalloc()
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | dtb_platdata.py | 353 for name, prop in node.props.items(): 360 for name, prop in fields.items(): 375 for name, prop in node.props.items(): 399 for pname, prop in node.props.items(): 462 for pname, prop in node.props.items():
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | bsettings.py | 45 return settings.items(section)
|
| H A D | kconfiglib.py | 3087 def __init__(self, items): argument 3088 self.items = items 3089 self.length = len(self.items) 3095 item = self.items[self.i] 3100 return None if self.i >= self.length else self.items[self.i] 3105 if self.i < self.length and self.items[self.i] == token:
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | mailmapper | 154 for mail, name in output.items():
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.menu | 14 Menus are composed of items. Each item has a key used to identify it in 69 * menu_destroy() - frees the memory used by a menu and its items.
|
| H A D | README.bootmenu | 10 a simple mechanism for creating menus with different boot items. 12 the items. Current active menu item is highlighted and can be
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | genboardscfg.py | 181 for key, symbol in self._SYMBOL_TABLE.items():
|
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | zlib.h | 414 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | conftest.py | 172 ubconfig.buildconfig.update(parser.items('root'))
|
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H A D | bzlib.c | 154 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc() argument 156 void* v = malloc ( items * size ); in default_bzalloc()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/ |
| H A D | pinctrl-bindings.txt | 185 Many data items that are represented in a pin configuration node are common
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | gpl-2.0.txt | 323 mouse-clicks or menu items--whatever suits your program.
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | README.txt | 104 collected 199 items
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 2077 SPI configuration items (port pins to use, etc). For
|