Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_platform.h157 #if !HAVE_INTTYPES_H || !defined(PRIx32) || !defined(PRId32)
167 #ifndef PRId32
169 #define PRId32 "d" macro
171 #define PRId32 "ld" macro
/freebsd/contrib/processor-trace/include/windows/
H A Dinttypes.h42 #ifndef PRId32
43 # define PRId32 "d" macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h29 #undef PRId32
64 #define PRId32 "d" macro
/freebsd/contrib/netbsd-tests/usr.bin/nbperf/
H A Dhash_driver.c49 printf("%" PRId32 "\n", hash(line, len)); in main()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp84 stream.Printf("%" PRId64 " %" PRId32 "th%sof a second", value, timescale, in CMTimeSummaryProvider()
/freebsd/usr.bin/bsdiff/bsdiff/
H A Ddivsufsort64.h58 #define PRIdSAINT_T PRId32
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h25 # define FMTd32 PRId32
/freebsd/sys/arm64/include/
H A D_inttypes.h47 #define PRId32 "d" /* int32_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h45 #define PRId32 "d" /* int32_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h43 #define PRId32 "d" /* int32_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h53 #define PRId32 "d" /* int32_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h53 #define PRId32 "d" /* int32_t */ macro
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp167 "callback for watchpoint %" PRId32 in VariableWatchpointDisabler()
174 "callback for watchpoint %" PRId32 in VariableWatchpointDisabler()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcinttypes24 PRId32
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes24 PRId32
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c76 PRINT(PRId32, i32); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dinttypes-macros.h209 #define PRId32 __INT32_FMTd__ macro
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1575 "property: only values between %" PRId32 " " in construct_spec()
1576 "and %" PRId32 " are allowed.\n"), in construct_spec()
H A Dzpool_main.c1517 (void) sprintf(strval, "%" PRId32, intval); in zpool_do_add()
7695 (void) sprintf(strval, "%" PRId32, intval); in zpool_do_attach_or_replace()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSpecialSymbolMap.inc523 SYMBOL(PRId32, None, <cinttypes>)
524 SYMBOL(PRId32, None, <inttypes.h>)
/freebsd/lib/libnetmap/
H A Dnmport.c399 nmctx_ferror(ctx, "cannot set mem_id to %"PRId32", already set to %"PRIu16"", in NPOPT_DECL()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp945 " sub %" PRId32, in SetArchitecture()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c775 "only values between %" PRId32 " and %" in zpool_valid_proplist()
776 PRId32 " are allowed."), in zpool_valid_proplist()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5121 LLDB_LOGF(log, "found %" PRId32 " modules in total", in GetLoadedModuleList()
5181 LLDB_LOGF(log, "found %" PRId32 " modules in total", in GetLoadedModuleList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp967 " offset = %" PRId32 "\n", in DoExecute()