Searched defs:items (Results 1 – 8 of 8) sorted by relevance
/u-boot/lib/zlib/ |
A D | zutil.c | 57 voidpf zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc()
|
A D | zutil.h | 121 #define ZALLOC(strm, items, size) \ argument
|
/u-boot/lib/ |
A D | gzip.c | 22 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc()
|
A D | gunzip.c | 30 void *gzalloc(void *x, unsigned items, unsigned size) in gzalloc()
|
/u-boot/tools/patman/ |
A D | settings.py | 122 def items(self, section, *args, **kwargs): member in _ProjectConfigParser
|
/u-boot/common/ |
A D | menu.c | 43 struct list_head items; member
|
/u-boot/lib/bzip2/ |
A D | bzlib.c | 155 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc()
|
/u-boot/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 1315 struct btrfs_item items[]; member
|
Completed in 14 milliseconds