Searched defs:INT_FAST64_MIN (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h143 # define INT_FAST64_MIN LLONG_MIN macro
146 # define INT_FAST64_MIN __LONG_LONG_MIN__ macro
156 # define INT_FAST64_MIN LONG_MIN macro
/external/syslinux/com32/include/
H A Dstdint.h62 #define INT_FAST64_MIN INT64_MIN macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h166 #define INT_FAST64_MIN INT64_MIN macro
/external/libusb/msvc/
H A Dstdint.h162 #define INT_FAST64_MIN INT64_MIN macro
/external/libvncserver/compat/msvc/
H A Dstdint.h166 #define INT_FAST64_MIN INT64_MIN macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h151 #define INT_FAST64_MIN INT64_MIN macro
/external/syslinux/dos/
H A Dstdint.h92 # define INT_FAST64_MIN (-9223372036854775807LL-1) macro
/external/clang/lib/Headers/
H A Dstdint.h496 # define INT_FAST64_MIN __INT_LEAST64_MIN macro
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py121 INT_FAST64_MIN = (-__INT64_C(9223372036854775807)-1) variable
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py250 INT_FAST64_MIN = (-__INT64_C(9223372036854775807)-1) variable

Completed in 264 milliseconds