Home
last modified time | relevance | path

Searched refs:PRIxFAST16 (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sys/sparc64/include/
D_inttypes.h115 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd-12-stable/sys/arm64/include/
D_inttypes.h113 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd-12-stable/sys/riscv/include/
D_inttypes.h113 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd-12-stable/sys/arm/include/
D_inttypes.h115 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd-12-stable/sys/mips/include/
D_inttypes.h124 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd-12-stable/sys/x86/include/
D_inttypes.h123 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd-12-stable/sys/powerpc/include/
D_inttypes.h123 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dcinttypes105 PRIxFAST16
/freebsd-12-stable/contrib/netbsd-tests/include/
Dt_inttypes.c143 PRINT(PRIxFAST16, uif16); in ATF_TC_BODY()