Searched refs:INT8_C (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/utest/int-types/
H A Dint-types.c188 static_assert(INT8_C(0) == 0, "");
189 static_assert(INT8_C(-0x7f - 1) == -0x7f - 1, "");
190 static_assert(INT8_C(0x7f) == 0x7f, "");
H A Dint-types.cpp186 static_assert(INT8_C(0) == fbl::integral_constant<int_least8_t, 0>::value, "");
187 static_assert(INT8_C(-0x7f - 1) == fbl::integral_constant<int_least8_t, -0x7f - 1>::value, "");
188 static_assert(INT8_C(0x7f) == fbl::integral_constant<int_least8_t, 0x7f>::value, "");
/fuchsia/zircon/third_party/ulib/jemalloc/include/msvc_compat/C99/
H A Dstdint.h230 #define INT8_C(val) val##i8 macro
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdint.h264 #define INT8_C(c) __INT8_C(c) macro

Completed in 32 milliseconds