Searched defs:INT32_MIN (Results 1 - 21 of 21) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h41 #define INT32_MIN _I32_MIN macro
/external/bison/src/
H A Dsystem.h28 # undef INT32_MIN macro
H A Dscan-skel.c108 #ifndef INT32_MIN
109 #define INT32_MIN (-2147483647-1) macro
H A Dscan-code.c108 #ifndef INT32_MIN
109 #define INT32_MIN (-2147483647-1) macro
H A Dscan-gram.c108 #ifndef INT32_MIN
109 #define INT32_MIN (-2147483647-1) macro
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h165 #ifndef INT32_MIN
167 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h91 #define INT32_MIN -2147483648 macro
136 #ifndef INT32_MIN
138 # define INT32_MIN (-INT32_MAX - 1) macro
/external/nanopb-c/generator/google/protobuf/internal/
H A Dwire_format.py58 INT32_MIN = int(-(1 << 31)) variable
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py58 INT32_MIN = int(-(1 << 31)) variable
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h204 #ifndef INT32_MIN
205 #define INT32_MIN (-1 - INT32_MAX) macro
206 #endif /* !defined INT32_MIN */
/external/skia/src/ports/
H A DSkImageDecoder_WIC.cpp21 #undef INT32_MIN macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h272 #undef INT32_MIN macro
273 #define INT32_MIN (-2147483647-1) macro
/external/jemalloc/include/msvc_compat/C99/
H A 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
/external/libvncserver/compat/msvc/
H A 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
/external/mesa3d/include/c99/
H A 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
/external/opencv3/3rdparty/include/
H A Dmsc_stdint.h107 #define INT32_MIN _I32_MIN macro
121 #define INT_LEAST32_MIN INT32_MIN
135 #define INT_FAST32_MIN INT32_MIN
150 # define INTPTR_MIN INT32_MIN
/external/bison/darwin-lib/
H A Dstdint.h367 #undef INT32_MIN macro
370 #define INT32_MIN (~ INT32_MAX) macro
408 #define INT_LEAST32_MIN INT32_MIN
486 # define INTMAX_MIN INT32_MIN
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc89 #ifndef INT32_MIN
90 #define INT32_MIN (-2147483647-1) macro
/external/clang/lib/Headers/
H A Dstdint.h570 # define INT32_MIN (-INT32_C(2147483647)-1) macro
572 # define __INT_LEAST32_MIN INT32_MIN
575 # define __INT_LEAST16_MIN INT32_MIN
578 # define __INT_LEAST8_MIN INT32_MIN
/external/libpcap/
H A Dscanner.c87 #ifndef INT32_MIN
88 #define INT32_MIN (-2147483647-1) macro
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c2103 # define INT32_MIN 0x80000000 macro
2125 mkU32(INT32_MIN) );
2132 /* (argL == INT32_MIN && argR == -1) || argR == 0 */
2136 binop(Iop_CmpEQ32, argL, mkU32(INT32_MIN)),
2168 /* argL == INT32_MIN */
2171 binop(Iop_CmpEQ32, argL, mkU32(INT32_MIN)) );
2181 mkU32(INT32_MIN) );
2220 # undef INT32_MIN macro

Completed in 911 milliseconds