Home
last modified time | relevance | path

Searched refs:PRIo32 (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HDinttypes.h35 #undef PRIo32
70 #define PRIo32 "o" macro
/freebsd-14-stable/sys/riscv/include/
HD_inttypes.h75 #define PRIo32 "o" /* uint32_t */ macro
/freebsd-14-stable/sys/arm/include/
HD_inttypes.h77 #define PRIo32 "o" /* uint32_t */ macro
/freebsd-14-stable/sys/arm64/include/
HD_inttypes.h79 #define PRIo32 "o" /* uint32_t */ macro
/freebsd-14-stable/sys/powerpc/include/
HD_inttypes.h85 #define PRIo32 "o" /* uint32_t */ macro
/freebsd-14-stable/sys/x86/include/
HD_inttypes.h85 #define PRIo32 "o" /* uint32_t */ macro
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDcinttypes60 PRIo32
/freebsd-14-stable/contrib/netbsd-tests/include/
HDt_inttypes.c106 PRINT(PRIo32, ui32); in ATF_TC_BODY()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSpecialSymbolMap.inc520 SYMBOL(PRIo32, None, <cinttypes>)
521 SYMBOL(PRIo32, None, <inttypes.h>)
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectPlatform.cpp929 "File permissions of %s (remote): 0o%04" PRIo32 "\n", in DoExecute()