Searched refs:int_fast8_t (Results 1 – 15 of 15) sorted by relevance
/freebsd/lib/libc/tests/stdio/ |
H A D | snprintf_test.c | 165 SNPRINTF_TEST("0", "%wf8d", (int_fast8_t)0); in ATF_TC_BODY() 166 SNPRINTF_TEST("-2147483648", "%wf8d", (int_fast8_t)INT_MIN); in ATF_TC_BODY() 167 SNPRINTF_TEST("2147483647", "%wf8d", (int_fast8_t)INT_MAX); in ATF_TC_BODY()
|
H A D | swprintf_test.c | 166 SWPRINTF_TEST("0", "%wf8d", (int_fast8_t)0); in ATF_TC_BODY() 167 SWPRINTF_TEST("-2147483648", "%wf8d", (int_fast8_t)INT_MIN); in ATF_TC_BODY() 168 SWPRINTF_TEST("2147483647", "%wf8d", (int_fast8_t)INT_MAX); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdint | 124 int_fast8_t 181 using ::int_fast8_t _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 492 typedef atomic<int_fast8_t> atomic_int_fast8_t;
|
/freebsd/sys/sys/ |
H A D | stdint.h | 48 typedef __int_fast8_t int_fast8_t; typedef
|
/freebsd/contrib/netbsd-tests/lib/libc/sync/ |
H A D | cpp_atomic_ops_linkable.cc | 89 ATest<int_fast8_t>(); in main()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdint.inc | 20 using ::int_fast8_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdint.cppm |
|
H A D | cstdint.inc | 20 using std::int_fast8_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | aliases.h | 58 using atomic_int_fast8_t = atomic<int_fast8_t>;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdatomic.h | 124 typedef _Atomic(int_fast8_t) atomic_int_fast8_t;
|
H A D | stdint.h | 280 typedef __int_least8_t int_fast8_t; typedef
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_inttypes.c | 48 int_fast8_t if8 = 0; in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 535 SYMBOL(int_fast8_t, None, <stdint.h>)
|
H A D | StdSymbolMap.inc | 1561 SYMBOL(int_fast8_t, std::, <cstdint>) 1562 SYMBOL(int_fast8_t, None, <cstdint>) 1563 SYMBOL(int_fast8_t, None, <stdint.h>)
|