Searched refs:INT_FAST64_MIN (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/Preprocessor/
H A Dstdint.c1131 // TCE:INT_FAST64_MIN_ INT_FAST64_MIN
1462 INT_FAST64_MIN_ INT_FAST64_MIN
/external/syslinux/dos/
H A Dstdint.h92 # define INT_FAST64_MIN (-9223372036854775807LL-1) macro
/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
H A Dzic.c37 #define ZIC_MIN INT_FAST64_MIN
/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/bison/darwin-lib/
H A Dstdint.h457 #undef INT_FAST64_MIN macro
460 # define INT_FAST64_MIN INT64_MIN macro
/external/bison/lib/
H A Dstdint.in.h456 #undef INT_FAST64_MIN
459 # define INT_FAST64_MIN INT64_MIN
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp193 static_assert(INT_FAST64_MIN <= -9223372036854775807LL - 1, "INT_FAST64_MIN <= -9223372036854775808LL");
H A Dinttypes_h.pass.cpp123 #ifndef INT_FAST64_MIN
124 #error INT_FAST64_MIN not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp194 static_assert(INT_FAST64_MIN <= -9223372036854775807LL - 1, "INT_FAST64_MIN <= -9223372036854775808LL");
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp123 #ifndef INT_FAST64_MIN
124 #error INT_FAST64_MIN not defined
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py121 INT_FAST64_MIN = (-__INT64_C(9223372036854775807)-1) variable
/external/clang/lib/Headers/
H A Dstdint.h496 # define INT_FAST64_MIN __INT_LEAST64_MIN macro
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py250 INT_FAST64_MIN = (-__INT64_C(9223372036854775807)-1) variable
/external/bison/
H A Dconfigure14263 int_fast64_t e4min = INT_FAST64_MIN;

Completed in 470 milliseconds