Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/regress/
Dstrtonumtest.c27 # define LLONG_MIN LONGLONG_MIN macro
33 # define LLONG_MIN LONG_LONG_MIN macro
/external/clang/test/Headers/
Dlimits.cpp41 int LLONG_MIN, LLONG_MAX, ULLONG_MAX; // Not defined. variable
/external/clang/lib/Headers/
Dlimits.h99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL) macro
/external/u-boot/include/linux/
Dkernel.h17 #define LLONG_MIN (-LLONG_MAX - 1) macro
/external/python/cpython2/Lib/test/
Dtest_getargs2.py63 LLONG_MIN = -2**63 variable
/external/python/cpython3/Lib/test/
Dtest_getargs2.py53 LLONG_MIN = -2**63 variable
/external/iperf3/src/
Dcjson.c63 #define LLONG_MIN (-LLONG_MAX - 1LL) macro
/external/openssh/
Dconfigure.ac3422 AC_DEFINE_UNQUOTED([LLONG_MIN], [${llong_min}LL], definition