Searched refs:flags (Results 1 – 6 of 6) sorted by relevance
15 unsigned int flags : 8; /* flags to number() */ member287 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 …]
109 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags) in fdt_create_with_flags() argument118 if (flags & ~FDT_CREATE_FLAGS_ALL) in fdt_create_with_flags()132 fdt_set_last_comp_version(fdt, flags); in fdt_create_with_flags()
1460 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags);
111 # Arch-specific compilation flags180 # Generic compilation flags
1250 * Make.defaults (CFLAGS): Remove -nostdinc flags so we can pick
2724 #define EF_ARM_EABI_VERSION(flags) ((flags) & EF_ARM_EABIMASK) argument