HomeSort by: relevance | last modified time | path
    Searched refs:PRIo64 (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/arm/include/
int_fmtio.h 105 #define PRIo64 "llo" /* uint64_t */
107 #define PRIo64 "lo" /* uint64_t */
  /src/sys/arch/mips/include/
int_fmtio.h 117 #define PRIo64 "lo" /* uint64_t */
119 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 108 #define PRIo64 "lo" /* uint64_t */
110 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/riscv/include/
int_fmtio.h 109 #define PRIo64 "lo" /* uint64_t */
111 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/sparc/include/
int_fmtio.h 118 #define PRIo64 "lo" /* uint64_t */
120 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/alpha/include/
int_fmtio.h 79 #define PRIo64 "lo" /* uint64_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 82 #define PRIo64 "lo" /* uint64_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 79 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/i386/include/
int_fmtio.h 80 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 79 #define PRIo64 "lo" /* uint64_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 79 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 78 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 79 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/vax/include/
int_fmtio.h 79 #define PRIo64 "llo" /* uint64_t */
  /src/tools/compat/
compat_defs.h 912 #ifndef PRIo64
913 #define PRIo64 "lo"
950 #ifndef PRIo64
951 #define PRIo64 "llo"
981 #if ! (defined(PRId64) && defined(PRIi64) && defined(PRIo64) && \
  /src/lib/libintl/
sysdep.c 99 T_(PRIo64),
  /src/sys/ddb/
db_examine.c 195 db_printf("%-*" PRIo64, width, value);
  /src/sys/sys/
common_int_fmtio.h 79 #define PRIo64 __UINT64_FMTo__
  /src/tests/include/
t_inttypes.c 107 PRINT(PRIo64, ui64);
  /src/sys/arch/macppc/dev/
pmu.c 741 DPRINTF("tod: %" PRIo64 "\n", tvp->tv_sec);
cuda.c 843 DPRINTF("tod: %" PRIo64 "\n", tvp->tv_sec);

Completed in 25 milliseconds