HomeSort by: relevance | last modified time | path
    Searched defs:UINTMAX_T (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h 32 typedef __sanitizer::u64 UINTMAX_T;
  /src/sys/lib/libsa/
subr_prf.c 46 #define UINTMAX_T u_longlong_t
49 #define UINTMAX_T u_long
59 static void kprintn(void (*)(int), UINTMAX_T, int, int, int);
61 static void kprintn(void (*)(int), UINTMAX_T, int);
167 UINTMAX_T ul;
308 kprintn(void (*put)(int), UINTMAX_T ul, int base, int lflag, int width)
310 kprintn(void (*put)(int), UINTMAX_T ul, int base)
  /src/external/gpl3/gcc/dist/libsanitizer/interception/
interception.h 32 typedef __sanitizer::u64 UINTMAX_T;
  /src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception.h 31 typedef __sanitizer::u64 UINTMAX_T;
  /src/external/bsd/ntp/dist/libntp/
snprintf.c 386 /* Support for uintmax_t. We also need UINTMAX_MAX. */
387 #ifdef UINTMAX_T
388 #undef UINTMAX_T
389 #endif /* defined(UINTMAX_T) */
390 #if HAVE_UINTMAX_T || defined(uintmax_t)
391 #define UINTMAX_T uintmax_t
396 #define UINTMAX_T ULLONG
401 #endif /* HAVE_UINTMAX_T || defined(uintmax_t) */
546 static int convert(UINTMAX_T, char *, size_t, int, int)
    [all...]

Completed in 28 milliseconds