Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A D_inttypes.h54 #define PRIdFAST16 "d" /* int_fast16_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h52 #define PRIdFAST16 "d" /* int_fast16_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h50 #define PRIdFAST16 "d" /* int_fast16_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h60 #define PRIdFAST16 "d" /* int_fast16_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h60 #define PRIdFAST16 "d" /* int_fast16_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes33 PRIdFAST16
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c83 PRINT(PRIdFAST16, if16); in ATF_TC_BODY()