Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A D_inttypes.h116 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h114 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h112 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h122 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h122 #define PRIxFAST16 "x" /* uint_fast16_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes105 PRIxFAST16
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c143 PRINT(PRIxFAST16, uif16); in ATF_TC_BODY()