Home
last modified time | relevance | path

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

/external/clang/test/Headers/
Dlimits.cpp41 int LLONG_MIN, LLONG_MAX, ULLONG_MAX; // Not defined. variable
/external/syslinux/gpxe/src/arch/i386/include/
Dlimits.h54 #define LLONG_MIN (-LONG_MAX - 1LL) macro
/external/syslinux/gpxe/src/arch/x86_64/include/
Dlimits.h52 #define LLONG_MIN (-LONG_MAX - 1LL) macro
/external/clang/lib/Headers/
Dlimits.h99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL) macro
/external/python/cpython2/Lib/test/
Dtest_getargs2.py62 LLONG_MIN = -2**63 variable
/external/python/cpython3/Lib/test/
Dtest_getargs2.py52 LLONG_MIN = -2**63 variable
/external/safe-iop/src/
Dsafe_iop.c148 # define LLONG_MIN (-LLONG_MAX - 1LL) macro