Home
last modified time | relevance | path

Searched refs:PRIi8 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm64/include/
H A D_inttypes.h60 #define PRIi8 "i" /* int8_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h58 #define PRIi8 "i" /* int8_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h56 #define PRIi8 "i" /* int8_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h66 #define PRIi8 "i" /* int8_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h66 #define PRIi8 "i" /* int8_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes40 PRIi8
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c89 PRINT(PRIi8, i8); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp775 stream.Printf("%" PRIu64 " x 10^%" PRIi8, mantissa, exponent); in NSDecimalNumberSummaryProvider()