Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_platform.h152 #if !HAVE_INTTYPES_H || !defined(PRIx32) || !defined(PRId32)
162 #ifndef PRId32
164 #define PRId32 "d"
166 #define PRId32 "ld"
170 #endif // PRId32
171 #endif // !HAVE_INTTYPES_H || !defined(PRIx32) || !defined(PRId32)
179 #define PRId32 global() macro
181 #define PRId32 global() macro
H A Darchive_read_support_format_zip.c2137 "Invalid parameter set in PPMd8 stream (order=%" PRId32 ", " in zipx_ppmd8_init()
2138 "restore=%" PRId32 ")", order, restore_method); in zipx_ppmd8_init()
2145 "Unable to allocate memory for PPMd8 stream: %" PRId32 " bytes", in zipx_ppmd8_init()
/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.h23 # 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/
H A Dcinttypes24 PRId32
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c76 PRINT(PRId32, i32); in ATF_TC_BODY()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c400 "property: only values between %" PRId32 " " in make_leaf_vdev()
401 "and %" PRId32 " are allowed.\n"), in make_leaf_vdev()
H A Dzpool_main.c1522 (void) sprintf(strval, "%" PRId32, intval); in zpool_do_add()
7600 (void) sprintf(strval, "%" PRId32, intval); in zpool_do_attach_or_replace()
/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.cpp919 " sub %" PRId32, in SetArchitecture()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c713 "only values between %" PRId32 " and %" in zpool_valid_proplist()
714 PRId32 " are allowed."), in zpool_valid_proplist()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4986 LLDB_LOGF(log, "found %" PRId32 " modules in total", in GetLoadedModuleList()
5046 LLDB_LOGF(log, "found %" PRId32 " modules in total", in GetLoadedModuleList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp960 " offset = %" PRId32 "\n", in DoExecute()