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

/fuchsia/zircon/third_party/ulib/jemalloc/include/msvc_compat/C99/
H A Dstdint.h132 #define INT8_MIN ((int8_t)_I8_MIN) macro
146 #define INT_LEAST8_MIN INT8_MIN
160 #define INT_FAST8_MIN INT8_MIN
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdint.h166 #define INT8_MIN (-INT8_MAX - 1) macro
/fuchsia/zircon/system/utest/trace/
H A Devent_tests_common.h682 TRACE_DURATION_BEGIN("+enabled", "name", "key", int8_t(INT8_MIN));
828 enum Int8Enum : int8_t { kInt8_Min = INT8_MIN,

Completed in 33 milliseconds