Home
last modified time | relevance | path

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

/kernel/tests/
A Dprintf_tests.cpp76 … "uintmax_t: %ju %ju %ju", (uintmax_t)-12345678, (uintmax_t)0, (uintmax_t)12345678), ""); in printf_tests()
/kernel/lib/libc/
A Dprintf.c290 (flags & INTMAXFLAG) ? va_arg(ap, uintmax_t) : in PRINTF_DECL()
308 (flags & INTMAXFLAG) ? va_arg(ap, uintmax_t) : in PRINTF_DECL()
/kernel/lib/libc/include/
A Dstdint.h227 typedef __UINTMAX_TYPE__ uintmax_t; typedef

Completed in 22 milliseconds