Searched defs:count (Results 1 – 11 of 11) sorted by relevance
| /bootable/bootloader/legacy/libc/ |
| D | memset.c | 29 void *memset(void *_p, unsigned v, unsigned count) in memset()
|
| D | sha.h | 39 uint64_t count; member
|
| /bootable/bootloader/legacy/arch_msm7k/ |
| D | mddi_console.c | 82 unsigned count = fb_width * fb_height; in console_clear() local 92 unsigned count = fb_height * (fb_width - 12); in scroll_up() local
|
| D | nand.c | 516 unsigned count = ptn->length; in flash_erase() local 531 unsigned count = (bytes + 2047 + extra_per_page) / (2048 + extra_per_page); in flash_read_ext() local
|
| /bootable/bootloader/legacy/libboot/ |
| D | tags.c | 34 void tags_parse(void *_tags, struct tag_handler *handlers, unsigned count) in tags_parse()
|
| /bootable/recovery/minzip/ |
| D | Hash.c | 117 int i, count; in countTombStones() local 320 int count = 0; in countProbes() local 374 int count; in mzHashTableProbeCount() local
|
| D | Zip.c | 535 size_t count; in processStoredEntry() local
|
| /bootable/recovery/tools/ota/ |
| D | check-lost+found.c | 104 int count = 0; in main() local
|
| /bootable/bootloader/legacy/nandwrite/ |
| D | nandwrite.c | 118 int count = 0; in hexdump() local
|
| /bootable/recovery/ |
| D | recovery.c | 289 int count = 0; in prepend_title() local
|
| /bootable/recovery/edify/ |
| D | expr.c | 301 Expr* Build(Function fn, YYLTYPE loc, int count, ...) { in Build() 379 int ReadArgs(State* state, Expr* argv[], int count, ...) { in ReadArgs()
|