Home
last modified time | relevance | path

Searched refs:INT16_MIN (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/deps/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
/f-stack/freebsd/arm/include/
H A D_stdint.h63 #define INT16_MIN (-0x7fff-1) macro
85 #define INT_LEAST16_MIN INT16_MIN
/f-stack/freebsd/arm64/include/
H A D_stdint.h61 #define INT16_MIN (-0x7fff-1) macro
83 #define INT_LEAST16_MIN INT16_MIN
/f-stack/freebsd/x86/include/
H A D_stdint.h77 #define INT16_MIN (-0x7fff-1) macro
104 #define INT_LEAST16_MIN INT16_MIN
/f-stack/freebsd/mips/include/
H A D_stdint.h87 #define INT16_MIN (-0x7fff-1) macro
109 #define INT_LEAST16_MIN INT16_MIN
/f-stack/dpdk/app/test/
H A Dtest_cmdline_num.c137 {"-32768", INT16_MIN },
138 {"-32769", INT16_MIN - 1 },
282 if (expected_result > INT16_MAX || expected_result < INT16_MIN) in can_parse_signed()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h50 #define INT16_MIN (-32768) macro
/f-stack/app/redis-5.0.5/src/
H A Dintset.c48 else if (v < INT16_MIN || v > INT16_MAX) in _intsetValueEncoding()
H A Dziplist.c491 } else if (value >= INT16_MIN && value <= INT16_MAX) { in zipTryEncoding()