Home
last modified time | relevance | path

Searched defs:INT_FAST32_MIN (Results 1 – 10 of 10) sorted by relevance

/external/syslinux/com32/include/bitsize64/
Dstdintlimits.h6 #define INT_FAST32_MIN INT64_MIN macro
/external/syslinux/com32/include/bitsize32/
Dstdintlimits.h6 #define INT_FAST32_MIN INT32_MIN macro
/external/syslinux/dos/
Dstdint.h91 # define INT_FAST32_MIN (-2147483647-1) macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h149 #define INT_FAST32_MIN INT32_MIN macro
/external/libvncserver/compat/msvc/
Dstdint.h164 #define INT_FAST32_MIN INT32_MIN macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h164 #define INT_FAST32_MIN INT32_MIN macro
/external/libusb/msvc/
Dstdint.h161 #define INT_FAST32_MIN INT32_MIN macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py118 INT_FAST32_MIN = (-9223372036854775807L-1) variable
120 INT_FAST32_MIN = (-2147483647-1) variable
/external/clang/lib/Headers/
Dstdint.h587 # define INT_FAST32_MIN __INT_LEAST32_MIN macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py247 INT_FAST32_MIN = (-9223372036854775807L-1) variable
249 INT_FAST32_MIN = (-2147483647-1) variable