Home
last modified time | relevance | path

Searched refs:LONG_MIN (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Ddiv.c2 #define LONG_MIN (-__LONG_MAX__ - 1) macro
10 static long yl = LONG_MIN / -1;
14 static long zl = LONG_MIN % -1;
/illumos-gate/usr/src/uts/common/sys/
H A Drwstlock.h62 ((l)->rwst_count == (LONG_MIN | (intptr_t)curthread))
64 ((struct _kthread *)((l)->rwst_count & ~LONG_MIN)) : NULL)
74 #define RWST_WRITE_ENTER(l) (l)->rwst_count = LONG_MIN | (intptr_t)curthread
H A Dtypes.h605 #define LONG_MIN (-9223372036854775807L-1L) macro
612 #define LONG_MIN (-2147483647L-1L) macro
626 #define OFF_MIN LONG_MIN
/illumos-gate/usr/src/head/iso/
H A Dlimits_iso.h77 #define LONG_MIN (-9223372036854775807L-1L) macro
84 #define LONG_MIN (-2147483647L-1L)
/illumos-gate/usr/src/common/util/
H A Dstrtol.c124 limit = LONG_MIN; in ddi_strtol()
157 return (neg ? LONG_MIN : LONG_MAX); in ddi_strtol()
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dlimits31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dlimits31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dlimits31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dlimits31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlimits.c233 #ifndef LONG_MIN in main()
252 #ifndef LONG_MIN in main()
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h410 #define LONG_MIN (-2147483647L-1L) /* min value of a "long int" */ macro
414 #define LONG_MIN (-9223372036854775807L-1L) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dgetopts.c125 …switch(opt_info.index>=0 && opt_info.index<=argc?(opt_info.num= LONG_MIN,flag=optget(argv,options)… in b_getopts()
182 if(opt_info.num == LONG_MIN) in b_getopts()
/illumos-gate/usr/src/boot/sys/sys/
H A Dlimits.h63 #define LONG_MIN __LONG_MIN /* min for a long */ macro
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwcstol.c49 #define _WLONG_MIN LONG_MIN
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_stdint.h170 #define SIG_ATOMIC_MIN LONG_MIN
/illumos-gate/usr/src/cmd/getconf/
H A Dgetconf.c432 #ifndef LONG_MIN
433 #define LONG_MIN -1 macro
507 LONG_MIN, "LONG_MIN", SELFCONF, NOFLAGS,
/illumos-gate/usr/src/cmd/valtools/
H A Dckrange.c223 lvalue = LONG_MIN; in main()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c256 if ((ret_long == LONG_MIN || ret_long == LONG_MAX) && errno != 0) in profile_get_integer()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_grammar.y307 if ($1 == LONG_MIN && $3 == -1L)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c742 overflow = t > LONG_MAX || t < LONG_MIN || in mktime1()
745 overflow = t > LONG_MAX || t < LONG_MIN; in mktime1()
818 if (overflow || t > LONG_MAX || t < LONG_MIN) { in mktime1()
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c349 absolute_min_time = LONG_MIN; in setabsolutes()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c315 if ((slotid == LONG_MIN || slotid == LONG_MAX) && errno != 0) { in parse_pkcs11_options()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c1043 if (off > LONG_MAX || off < LONG_MIN) { in _xseek64()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dconf.tab206 LONG_MIN C XX 1 L -2147483647
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdloverlay.c167 ((ival == LONG_MAX || ival == LONG_MIN) && in dladm_overlay_parse_prop()

12