Home
last modified time | relevance | path

Searched refs:LONG_LONG_MIN (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlimits.h120 #undef LONG_LONG_MIN
125 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL) macro
/freebsd/crypto/openssh/openbsd-compat/regress/
H A Dstrtonumtest.c35 # define LLONG_MIN LONG_LONG_MIN
/freebsd/crypto/openssh/
H A Ddefines.h259 #if !defined(LLONG_MIN) && defined(LONG_LONG_MIN)
260 #define LLONG_MIN LONG_LONG_MIN