Home
last modified time | relevance | path

Searched refs:INT32_MIN (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/py/compat/win32/
Dstdint.h136 #define INT32_MIN ((int32_t)_I32_MIN) macro
150 #define INT_LEAST32_MIN INT32_MIN
164 #define INT_FAST32_MIN INT32_MIN
179 # define INTPTR_MIN INT32_MIN
/thrift-3.4.0/compiler/cpp/src/thrift/
Dthrifty.yy502 if ($3 < INT32_MIN || $3 > INT32_MAX) {
550 if (!g_allow_64bit_consts && ($1 < INT32_MIN || $1 > INT32_MAX)) {