Home
last modified time | relevance | path

Searched refs:INT_FAST16_MIN (Results 1 – 19 of 19) sorted by relevance

/external/syslinux/com32/include/bitsize64/
Dstdintlimits.h5 #define INT_FAST16_MIN INT64_MIN macro
/external/syslinux/com32/include/bitsize32/
Dstdintlimits.h5 #define INT_FAST16_MIN INT32_MIN macro
/external/clang/test/Preprocessor/
Dstdint.c1442 INT_FAST16_MIN_ INT_FAST16_MIN
/external/syslinux/dos/
Dstdint.h90 # define INT_FAST16_MIN (-32767-1) macro
/external/bison/darwin-lib/
Dstdint.h437 #undef INT_FAST16_MIN
440 #define INT_FAST16_MIN INT_FAST32_MIN macro
/external/bison/lib/
Dstdint.in.h436 #undef INT_FAST16_MIN
439 #define INT_FAST16_MIN INT_FAST32_MIN
/external/libcxx/include/
Dcstdint50 INT_FAST16_MIN
/external/python/cpython2/Lib/plat-linux2/
DIN.py117 INT_FAST16_MIN = (-9223372036854775807L-1) variable
119 INT_FAST16_MIN = (-2147483647-1) variable
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h162 #define INT_FAST16_MIN INT16_MIN macro
/external/libvncserver/compat/msvc/
Dstdint.h162 #define INT_FAST16_MIN INT16_MIN macro
/external/libusb/msvc/
Dstdint.h160 #define INT_FAST16_MIN INT16_MIN macro
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp115 #ifndef INT_FAST16_MIN
116 #error INT_FAST16_MIN not defined
Dstdint_h.pass.cpp191 static_assert(INT_FAST16_MIN <= -32768, "INT_FAST16_MIN <= -32768"); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp115 #ifndef INT_FAST16_MIN
116 #error INT_FAST16_MIN not defined
/external/python/cpython2/Lib/plat-atheos/
DIN.py246 INT_FAST16_MIN = (-9223372036854775807L-1) variable
248 INT_FAST16_MIN = (-2147483647-1) variable
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp192 static_assert(INT_FAST16_MIN <= -32768, "INT_FAST16_MIN <= -32768"); in main()
/external/clang/lib/Headers/
Dstdint.h628 # define INT_FAST16_MIN __INT_LEAST16_MIN macro
/external/bison/m4/
Dstdint.m4134 int_fast16_t e2min = INT_FAST16_MIN;
/external/bison/
Dconfigure14259 int_fast16_t e2min = INT_FAST16_MIN;