Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sparc64/include/
D_inttypes.h84 #define PRIoFAST8 "o" /* uint_fast8_t */ macro
/freebsd-12-stable/sys/arm64/include/
D_inttypes.h82 #define PRIoFAST8 "o" /* uint_fast8_t */ macro
/freebsd-12-stable/sys/riscv/include/
D_inttypes.h82 #define PRIoFAST8 "o" /* uint_fast8_t */ macro
/freebsd-12-stable/sys/arm/include/
D_inttypes.h84 #define PRIoFAST8 "o" /* uint_fast8_t */ macro
/freebsd-12-stable/sys/mips/include/
D_inttypes.h93 #define PRIoFAST8 "o" /* uint_fast8_t */ macro
/freebsd-12-stable/sys/x86/include/
D_inttypes.h92 #define PRIoFAST8 "o" /* uint_fast8_t */ macro
/freebsd-12-stable/sys/powerpc/include/
D_inttypes.h92 #define PRIoFAST8 "o" /* uint_fast8_t */ macro
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dcinttypes68 PRIoFAST8
/freebsd-12-stable/contrib/netbsd-tests/include/
Dt_inttypes.c112 PRINT(PRIoFAST8, uif8); in ATF_TC_BODY()