Home
last modified time | relevance | path

Searched refs:start (Results 1 – 14 of 14) sorted by relevance

/DragonStub/inc/dragonstub/
H A Dminmax.h239 static inline bool in_range64(u64 val, u64 start, u64 len) in in_range64() argument
241 return (val - start) < len; in in_range64()
244 static inline bool in_range32(u32 val, u32 start, u32 len) in in_range32() argument
246 return (val - start) < len; in in_range32()
261 #define in_range(val, start, len) \ argument
262 ((sizeof(start) | sizeof(len) | sizeof(val)) <= sizeof(u32) ? \
263 in_range32(val, start, len) : \
264 in_range64(val, start, len))
/DragonStub/apps/lib/libfdt/
H A Dfdt_wip.c51 static void fdt_nop_region_(void *start, int len) in fdt_nop_region_() argument
55 for (p = start; (char *)p < ((char *)start + len); p++) in fdt_nop_region_()
/DragonStub/apps/lib/
H A Dvsprintf.c916 const char *start = fmt; in format_decode() local
947 if (fmt != start || !*fmt) in format_decode()
948 return fmt - start; in format_decode()
990 return ++fmt - start; in format_decode()
1005 return ++fmt - start; in format_decode()
1031 return ++fmt - start; in format_decode()
1035 return ++fmt - start; in format_decode()
1039 return ++fmt - start; in format_decode()
1043 return ++fmt - start; in format_decode()
1078 return fmt - start; in format_decode()
[all …]
/DragonStub/gnuefi/
H A Delf_mips64el_efi.lds33 * command, so they don't start with a size. Because of p2align and the
H A Delf_x86_64_fbsd_efi.lds41 * command, so they don't start with a size. Because of p2align and the
H A Delf_aarch64_efi.lds45 * command, so they don't start with a size. Because of p2align and the
H A Delf_x86_64_efi.lds44 * command, so they don't start with a size. Because of p2align and the
H A Delf_ia32_fbsd_efi.lds46 * command, so they don't start with a size. Because of p2align and the
H A Delf_ia32_efi.lds37 * command, so they don't start with a size. Because of p2align and the
H A Delf_ia64_efi.lds48 * command, so they don't start with a size. Because of p2align and the
H A Delf_arm_efi.lds45 * command, so they don't start with a size. Because of p2align and the
H A Delf_riscv64_efi.lds48 * command, so they don't start with a size. Because of p2align and the
/DragonStub/docs/
H A DREADME.gnuefi282 However, a start address of 0 makes debugging a wee bit easier
/DragonStub/
H A DLICENSE289 to attach them to the start of each source file to most effectively