Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 6 of 6) sorted by relevance

/DragonStub/apps/lib/
H A Dvsprintf.c15 unsigned int flags : 8; /* flags to number() */ member
287 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10); in number()
295 locase = (spec.flags & SMALL); in number()
296 if (spec.flags & LEFT) in number()
297 spec.flags &= ~ZEROPAD; in number()
299 if (spec.flags & SIGN) { in number()
304 } else if (spec.flags & PLUS) { in number()
307 } else if (spec.flags & SPACE) { in number()
343 if (!(spec.flags & (ZEROPAD | LEFT))) { in number()
370 if (!(spec.flags & LEFT)) { in number()
[all …]
/DragonStub/apps/lib/libfdt/
H A Dfdt_sw.c109 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags) in fdt_create_with_flags() argument
118 if (flags & ~FDT_CREATE_FLAGS_ALL) in fdt_create_with_flags()
132 fdt_set_last_comp_version(fdt, flags); in fdt_create_with_flags()
H A Dlibfdt.h1460 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags);
/DragonStub/
H A DMake.defaults111 # Arch-specific compilation flags
180 # Generic compilation flags
H A DChangeLog1250 * Make.defaults (CFLAGS): Remove -nostdinc flags so we can pick
/DragonStub/inc/
H A Delf.h2724 #define EF_ARM_EABI_VERSION(flags) ((flags) & EF_ARM_EABIMASK) argument