Home
last modified time | relevance | path

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

/src/klibc/
A Drt_vsnprintf_std.c139 #define FLAGS_SHORT (1U << 7U) macro
156 #define FLAGS_INT16 FLAGS_SHORT
168 #define FLAGS_INT32 FLAGS_SHORT
180 #define FLAGS_INT64 FLAGS_SHORT
1096 flags |= FLAGS_SHORT; in format_string_loop()
1178 (flags & FLAGS_SHORT) ? (short int) va_arg(args, int) : in format_string_loop()
1199 (flags & FLAGS_SHORT) ? (unsigned short int)va_arg(args, unsigned int) : in format_string_loop()
1299 else if (flags & FLAGS_SHORT) *(va_arg(args, short*)) = (short) output->pos; in format_string_loop()

Completed in 5 milliseconds