Searched refs:INT_FAST16_MIN (Results 1 - 15 of 15) sorted by relevance

/external/syslinux/com32/include/bitsize32/
H A Dstdintlimits.h5 #define INT_FAST16_MIN INT32_MIN macro
/external/syslinux/com32/include/bitsize64/
H A Dstdintlimits.h5 #define INT_FAST16_MIN INT64_MIN macro
/external/clang/test/Preprocessor/
H A Dstdint.c1442 INT_FAST16_MIN_ INT_FAST16_MIN
/external/syslinux/dos/
H A Dstdint.h90 # define INT_FAST16_MIN (-32767-1) macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h162 #define INT_FAST16_MIN INT16_MIN macro
/external/libusb/msvc/
H A Dstdint.h160 #define INT_FAST16_MIN INT16_MIN macro
/external/libvncserver/compat/msvc/
H A Dstdint.h162 #define INT_FAST16_MIN INT16_MIN macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h147 #define INT_FAST16_MIN INT16_MIN macro
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py117 INT_FAST16_MIN = (-9223372036854775807L-1) variable
119 INT_FAST16_MIN = (-2147483647-1) variable
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp191 static_assert(INT_FAST16_MIN <= -32768, "INT_FAST16_MIN <= -32768");
H A Dinttypes_h.pass.cpp115 #ifndef INT_FAST16_MIN
116 #error INT_FAST16_MIN not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp192 static_assert(INT_FAST16_MIN <= -32768, "INT_FAST16_MIN <= -32768");
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp115 #ifndef INT_FAST16_MIN
116 #error INT_FAST16_MIN not defined
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py246 INT_FAST16_MIN = (-9223372036854775807L-1) variable
248 INT_FAST16_MIN = (-2147483647-1) variable
/external/clang/lib/Headers/
H A Dstdint.h628 # define INT_FAST16_MIN __INT_LEAST16_MIN macro

Completed in 700 milliseconds