Searched refs:PRIi8 (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/arm64/include/ |
| H A D | _inttypes.h | 60 #define PRIi8 "i" /* int8_t */ macro
|
| /freebsd/sys/arm/include/ |
| H A D | _inttypes.h | 58 #define PRIi8 "i" /* int8_t */ macro
|
| /freebsd/sys/riscv/include/ |
| H A D | _inttypes.h | 56 #define PRIi8 "i" /* int8_t */ macro
|
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | munit.h | 61 # if !defined(PRIi8) 62 # define PRIi8 "i" macro 273 munit_assert_type(munit_int8_t, PRIi8, a, op, b)
|
| /freebsd/sys/powerpc/include/ |
| H A D | _inttypes.h | 66 #define PRIi8 "i" /* int8_t */ macro
|
| /freebsd/sys/x86/include/ |
| H A D | _inttypes.h | 66 #define PRIi8 "i" /* int8_t */ macro
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cinttypes | 40 PRIi8
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cinttypes | 40 PRIi8
|
| /freebsd/contrib/netbsd-tests/include/ |
| H A D | t_inttypes.c | 89 PRINT(PRIi8, i8); in ATF_TC_BODY()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | inttypes-macros.h | 222 #define PRIi8 __INT8_FMTi__ macro
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSpecialSymbolMap.inc | 547 SYMBOL(PRIi8, None, <cinttypes>) 548 SYMBOL(PRIi8, None, <inttypes.h>)
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | Cocoa.cpp | 774 stream.Printf("%" PRIu64 " x 10^%" PRIi8, mantissa, exponent); in NSDecimalNumberSummaryProvider()
|