Searched defs:base (Results 1 – 7 of 7) sorted by relevance
/DragonStub/inc/dragonstub/linux/ |
H A D | div64.h | 45 #define do_div(n, base) \ argument
|
/DragonStub/apps/lib/ |
H A D | string.c | 54 unsigned int base) in simple_strtoull() 79 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol()
|
H A D | vsprintf.c | 16 unsigned int base : 8; /* number base, 8, 10 or 16 only */ member
|
/DragonStub/apps/lib/libfdt/ |
H A D | fdt.c | 59 uint32_t base, uint32_t size) in check_block_()
|
/DragonStub/apps/ |
H A D | elf.c | 168 static bool check_image_region(u64 base, u64 size) in check_image_region()
|
/DragonStub/inc/dragonstub/ |
H A D | dragonstub.h | 157 #define strtoul(cp, endp, base) simple_strtoull(cp, endp, base) argument
|
H A D | linux-efi.h | 376 phys_addr_t base; member
|