Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h62 #undef SCNxFAST32
97 #define SCNxFAST32 "x" macro
/freebsd/sys/arm64/include/
H A D_inttypes.h211 #define SCNxFAST32 "x" /* uint_fast32_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h209 #define SCNxFAST32 "x" /* uint_fast32_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h207 #define SCNxFAST32 "x" /* uint_fast32_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h217 #define SCNxFAST32 "x" /* uint_fast32_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h217 #define SCNxFAST32 "x" /* uint_fast32_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes214 SCNxFAST32
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c235 SCAN(SCNxFAST32, uif32); in ATF_TC_BODY()