Searched refs:INT16_MIN (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/msvc_compat/C99/
H A Dstdint.h134 #define INT16_MIN ((int16_t)_I16_MIN) macro
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdint.h167 #define INT16_MIN (-INT16_MAX - 1) macro
/fuchsia/zircon/system/utest/trace/
H A Devent_tests_common.h685 TRACE_DURATION_BEGIN("+enabled", "name", "key", int16_t(INT16_MIN));
833 enum Int16Enum : int16_t { kInt16_Min = INT16_MIN,

Completed in 83 milliseconds