Searched defs:INT64_MIN (Results 1 - 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DAIXDataTypesFix.h25 #undef INT64_MIN macro
H A DDataTypes.h181 #if !defined(INT64_MIN)
182 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h74 #undef INT64_MIN macro
124 #if !defined(INT64_MIN)
125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h74 #undef INT64_MIN macro
124 #if !defined(INT64_MIN)
125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H A DDataTypes.h74 #undef INT64_MIN macro
124 #if !defined(INT64_MIN)
125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h196 #if !defined(INT64_MIN)
197 #define INT64_MIN ((-INT64_MAX) - 1) macro
/external/capstone/include/
H A Dplatform.h49 #define INT64_MIN (-9223372036854775807i64 - 1) macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h196 #if !defined(INT64_MIN)
197 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/nanopb-c/generator/google/protobuf/internal/
H A Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/skia/src/ports/
H A DSkImageEncoder_WIC.cpp21 #undef INT64_MIN macro
/external/skqp/src/ports/
H A DSkImageEncoder_WIC.cpp21 #undef INT64_MIN macro
/external/syslinux/com32/include/
H A Dstdint.h34 #define INT64_MIN (__INT64_C(-9223372036854775807)-1) macro
49 #define INT_LEAST64_MIN INT64_MIN
62 #define INT_FAST64_MIN INT64_MIN
70 #define INTMAX_MIN INT64_MIN
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h282 #undef INT64_MIN macro
283 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
152 #define INT_LEAST64_MIN INT64_MIN
166 #define INT_FAST64_MIN INT64_MIN
175 # define INTPTR_MIN INT64_MIN
185 #define INTMAX_MIN INT64_MIN
/external/libusb/msvc/
H A Dstdint.h130 #define INT64_MIN (-9223372036854775807LL - 1) macro
146 #define INT_LEAST64_MIN INT64_MIN
162 #define INT_FAST64_MIN INT64_MIN
177 #define INTPTR_MIN INT64_MIN
187 #define INTMAX_MIN INT64_MIN
193 #define PTRDIFF_MIN INT64_MIN
/external/libvncserver/compat/msvc/
H A Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
152 #define INT_LEAST64_MIN INT64_MIN
166 #define INT_FAST64_MIN INT64_MIN
175 # define INTPTR_MIN INT64_MIN
185 #define INTMAX_MIN INT64_MIN
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h123 #define INT64_MIN ((int64_t)_I64_MIN) macro
137 #define INT_LEAST64_MIN INT64_MIN
151 #define INT_FAST64_MIN INT64_MIN
160 # define INTPTR_MIN INT64_MIN
170 #define INTMAX_MIN INT64_MIN
/external/syslinux/dos/
H A Dstdint.h62 # define INT64_MIN (-9223372036854775807LL-1) macro
/external/clang/lib/Headers/
H A Dstdint.h476 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
478 # define __INT_LEAST64_MIN INT64_MIN
481 # define __INT_LEAST32_MIN INT64_MIN
484 # define __INT_LEAST16_MIN INT64_MIN
487 # define __INT_LEAST8_MIN INT64_MIN
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py97 INT64_MIN = (-__INT64_C(9223372036854775807)-1) variable

Completed in 1659 milliseconds

12