Home
last modified time | relevance | path

Searched refs:items (Results 1 – 20 of 20) sorted by relevance

/rk3399_rockchip-uboot/lib/zlib/
H A Dzutil.c51 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 Dzutil.h118 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 Dsettings.py100 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 Dmenu.c42 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 Dgzip.c22 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc() argument
26 size *= items; in zalloc()
H A Dgunzip.c29 void *gzalloc(void *x, unsigned items, unsigned size) in gzalloc() argument
33 size *= items; in gzalloc()
/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtb_platdata.py353 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 Dbsettings.py45 return settings.items(section)
H A Dkconfiglib.py3087 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 Dmailmapper154 for mail, name in output.items():
/rk3399_rockchip-uboot/doc/
H A DREADME.menu14 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 DREADME.bootmenu10 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 Dgenboardscfg.py181 for key, symbol in self._SYMBOL_TABLE.items():
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h414 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
/rk3399_rockchip-uboot/test/py/
H A Dconftest.py172 ubconfig.buildconfig.update(parser.items('root'))
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib.c154 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 Dpinctrl-bindings.txt185 Many data items that are represented in a pin configuration node are common
/rk3399_rockchip-uboot/Licenses/
H A Dgpl-2.0.txt323 mouse-clicks or menu items--whatever suits your program.
/rk3399_rockchip-uboot/doc/driver-model/
H A DREADME.txt104 collected 199 items
/rk3399_rockchip-uboot/
H A DREADME2077 SPI configuration items (port pins to use, etc). For