Home
last modified time | relevance | path

Searched defs:base (Results 1 – 7 of 7) sorted by relevance

/DragonStub/inc/dragonstub/linux/
H A Ddiv64.h45 #define do_div(n, base) \ argument
/DragonStub/apps/lib/
H A Dstring.c54 unsigned int base) in simple_strtoull()
79 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol()
H A Dvsprintf.c16 unsigned int base : 8; /* number base, 8, 10 or 16 only */ member
/DragonStub/apps/lib/libfdt/
H A Dfdt.c59 uint32_t base, uint32_t size) in check_block_()
/DragonStub/apps/
H A Delf.c168 static bool check_image_region(u64 base, u64 size) in check_image_region()
/DragonStub/inc/dragonstub/
H A Ddragonstub.h157 #define strtoul(cp, endp, base) simple_strtoull(cp, endp, base) argument
H A Dlinux-efi.h376 phys_addr_t base; member