/src/tests/usr.bin/nbperf/ |
hash_driver.c | 49 printf("%" PRId32 "\n", hash(line, len));
|
/src/sys/arch/mips/include/ |
types.h | 83 #define PRIdPSIZE PRId32 98 #define PRIdVSIZE PRId32
|
int_fmtio.h | 46 #define PRId32 "d" /* int32_t */
|
/src/sys/dev/dtv/ |
dtv_math.c | 196 " %+11"PRId32" %+.5f\n",
|
/src/usr.sbin/perfused/ |
perfused.c | 133 DPRINTF("perfuse lengths: source = %"PRId32", " 134 "target = %"PRId32", filesystemtype = %"PRId32", " 135 "data = %"PRId32", sock = %"PRId32"\n",
|
/src/sys/kern/ |
subr_disk_open.c | 157 snprintf(dkw->dkw_devname, sizeof(dkw->dkw_devname), "%s%" PRId32 "%c", 163 snprintf(dkw->dkw_parent, sizeof(dkw->dkw_parent), "%s%" PRId32,
|
/src/sys/arch/alpha/include/ |
int_fmtio.h | 46 #define PRId32 "d" /* int32_t */
|
/src/sys/arch/amd64/include/ |
int_fmtio.h | 49 #define PRId32 "d" /* int32_t */
|
/src/sys/arch/hppa/include/ |
int_fmtio.h | 46 #define PRId32 "d" /* int32_t */
|
/src/sys/arch/i386/include/ |
int_fmtio.h | 47 #define PRId32 "d" /* int32_t */
|
/src/sys/arch/ia64/include/ |
int_fmtio.h | 46 #define PRId32 "d" /* int32_t */
|
/src/sys/arch/m68k/include/ |
int_fmtio.h | 46 #define PRId32 "d" /* int32_t */
|
/src/sys/arch/or1k/include/ |
int_fmtio.h | 45 #define PRId32 "d" /* int32_t */
|
/src/sys/arch/sh3/include/ |
int_fmtio.h | 46 #define PRId32 "d" /* int32_t */
|
/src/sys/arch/vax/include/ |
int_fmtio.h | 46 #define PRId32 "d" /* int32_t */
|
/src/usr.bin/nbperf/ |
nbperf-bdz.c | 154 "\tstatic const uint64_t g1[%" PRId32 "] = {\n", 176 "\tstatic const uint64_t g2[%" PRId32 "] = {\n", 198 "\tstatic const uint32_t holes64k[%" PRId32 "] = {\n", 208 "\tstatic const uint16_t holes64[%" PRId32 "] = {\n",
|
/src/sys/arch/atari/stand/binpatch/ |
binpatch.c | 277 printf("/%" PRId32, sval32); 320 printf("/%" PRId32, sval32);
|
/src/sys/arch/arm/include/ |
int_fmtio.h | 45 #define PRId32 "d" /* int32_t */
|
/src/sys/arch/powerpc/include/ |
int_fmtio.h | 46 #define PRId32 "d" /* int32_t */
|
/src/sys/arch/riscv/include/ |
int_fmtio.h | 45 #define PRId32 "d" /* int32_t */
|
/src/sys/arch/sparc/include/ |
int_fmtio.h | 46 #define PRId32 "d" /* int32_t */
|
/src/sys/dev/acpi/ |
apple_smc_acpi.c | 115 aprint_error_dev(self, "I/O resources too small: %"PRId32"\n",
|
/src/tools/compat/ |
compat_defs.h | 821 #ifndef PRId32 822 #define PRId32 "d" 859 #ifndef PRId32 860 #define PRId32 "ld" 896 #if ! (defined(PRId32) && defined(PRIi32) && defined(PRIo32) && \
|
/src/lib/libintl/ |
sysdep.c | 70 T_(PRId32),
|
/src/sys/sys/ |
common_int_fmtio.h | 46 #define PRId32 __INT32_FMTd__
|