Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A D_inttypes.h101 #define PRIuFAST16 "u" /* uint_fast16_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h99 #define PRIuFAST16 "u" /* uint_fast16_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h97 #define PRIuFAST16 "u" /* uint_fast16_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h107 #define PRIuFAST16 "u" /* uint_fast16_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h107 #define PRIuFAST16 "u" /* uint_fast16_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes87 PRIuFAST16
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c128 PRINT(PRIuFAST16, uif16); in ATF_TC_BODY()