Home
last modified time | relevance | path

Searched refs:PRIxFAST32 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h43 #undef PRIxFAST32
78 #define PRIxFAST32 "x" macro
/freebsd/sys/arm64/include/
H A D_inttypes.h117 #define PRIxFAST32 "x" /* uint_fast32_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h115 #define PRIxFAST32 "x" /* uint_fast32_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h113 #define PRIxFAST32 "x" /* uint_fast32_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h123 #define PRIxFAST32 "x" /* uint_fast32_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h123 #define PRIxFAST32 "x" /* uint_fast32_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes106 PRIxFAST32
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c144 PRINT(PRIxFAST32, uif32); in ATF_TC_BODY()