Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/regress/
H A Dstrtonumtest.c29 # define LLONG_MIN LONGLONG_MIN macro
35 # define LLONG_MIN LONG_LONG_MIN macro
/freebsd/contrib/sendmail/include/sm/
H A Dlimits.h33 # define LLONG_MIN ((LONGLONG_T)(~(ULLONG_MAX >> 1))) macro
/freebsd/sys/sys/
H A Dlimits.h68 #define LLONG_MIN __LLONG_MIN /* min for a long long */ macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlimits.h110 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL) macro
/freebsd/usr.bin/getconf/
H A Dlimits.gperf76 LLONG_MIN, LLONG_MIN keyword
/freebsd/contrib/tnftp/
H A Dtnftp.h406 # define LLONG_MIN (-0x7fffffffffffffffLL-1) macro
/freebsd/contrib/ntp/sntp/libopts/
H A Dintprops.h76 # define LLONG_MIN __INT64_MIN macro
/freebsd/crypto/openssh/
H A Ddefines.h262 #define LLONG_MIN LONG_LONG_MIN macro
H A Dconfigure.ac4044 AC_DEFINE_UNQUOTED([LLONG_MIN], [${llong_min}LL], definition
/freebsd/contrib/tzcode/
H A Dprivate.h352 # define LLONG_MIN (-1 - LLONG_MAX) macro
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c105 #define LLONG_MIN (-LLONG_MAX - 1I64) macro
207 # define LLONG_MIN (-LLONG_MAX - 1LL) macro