Home
last modified time | relevance | path

Searched defs:INT_FAST16_MIN (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h147 #define INT_FAST16_MIN INT16_MIN macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h162 #define INT_FAST16_MIN INT16_MIN macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h162 #define INT_FAST16_MIN INT16_MIN macro
/external/libusb/msvc/
Dstdint.h160 #define INT_FAST16_MIN INT16_MIN macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py117 INT_FAST16_MIN = (-9223372036854775807L-1) variable
119 INT_FAST16_MIN = (-2147483647-1) variable
/external/clang/lib/Headers/
Dstdint.h628 # define INT_FAST16_MIN __INT_LEAST16_MIN macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py246 INT_FAST16_MIN = (-9223372036854775807L-1) variable
248 INT_FAST16_MIN = (-2147483647-1) variable