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

/fuchsia/zircon/system/utest/int-types/
H A Dint-types.c192 static_assert(INT16_C(0) == 0, "");
193 static_assert(INT16_C(-0x7fff - 1) == -0x7fff - 1, "");
194 static_assert(INT16_C(0x7fff) == 0x7fff, "");
H A Dint-types.cpp190 static_assert(INT16_C(0) == fbl::integral_constant<int_least16_t, 0>::value, "");
191 static_assert(INT16_C(-0x7fff - 1) == fbl::integral_constant<int_least16_t, -0x7fff - 1>::value, "");
192 static_assert(INT16_C(0x7fff) == fbl::integral_constant<int_least16_t, 0x7fff>::value, "");
/fuchsia/zircon/third_party/ulib/jemalloc/include/msvc_compat/C99/
H A Dstdint.h231 #define INT16_C(val) val##i16 macro
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdint.h265 #define INT16_C(c) __INT16_C(c) macro

Completed in 30 milliseconds