Home
last modified time | relevance | path

Searched refs:PRId8 (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/arm64/include/
H A D_inttypes.h45 #define PRId8 "d" /* int8_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h43 #define PRId8 "d" /* int8_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h41 #define PRId8 "d" /* int8_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h51 #define PRId8 "d" /* int8_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h51 #define PRId8 "d" /* int8_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcinttypes22 PRId8
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes22 PRId8
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h73 # if !defined(PRId8)
74 # define PRId8 "d" macro
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c74 PRINT(PRId8, i8); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dinttypes-macros.h207 #define PRId8 __INT8_FMTd__ macro
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSpecialSymbolMap.inc519 SYMBOL(PRId8, None, <cinttypes>)
520 SYMBOL(PRId8, None, <inttypes.h>)
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp661 ", but the prologue maximum_operations_per_instruction value is %" PRId8 in advanceAddrOpIndex()