Searched refs:LLONG_MIN (Results 1 - 25 of 49) sorted by last modified time

12

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_descrip.c167 (((x) < 0) && ((y) < 0) && ((x) < LLONG_MIN - (y)))) \
/macosx-10.9.5/CF-855.17/
H A DCFInternal.h245 #if !defined(LLONG_MIN)
247 #define LLONG_MIN _I64_MIN macro
249 #warning Arbitrarily defining LLONG_MIN
250 #define LLONG_MIN (-LLONG_MAX - (int64_t)1) macro
252 #endif /* !defined(LLONG_MIN) */
H A DCFStringScanner.c85 /* ??? This might not handle LLONG_MIN correctly... */
86 longlongResult = neg ? LLONG_MIN : LLONG_MAX;
/macosx-10.9.5/ruby-104/ruby/
H A Dnumeric.c2199 #define LLONG_MIN_MINUS_ONE ((double)LLONG_MIN-1)
H A Dbignum.c1292 if (num == 1+(unsigned LONG_LONG)(-(LLONG_MIN+1)))
1293 return LLONG_MIN;
1312 if (num == 1+(unsigned LONG_LONG)(-(LLONG_MIN+1)))
1313 return LLONG_MIN;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dapplehelpers.c753 if( ((tmpll == LLONG_MAX) || (tmpll == LLONG_MIN)) && (errno == ERANGE) ) {
821 if( ((tmpll == LLONG_MAX) || (tmpll == LLONG_MIN)) && (errno == ERANGE) ) {
975 if( ((tmpll == LLONG_MAX) || (tmpll == LLONG_MIN)) && (errno == ERANGE) ) {
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dconfig.h.in1311 #undef LLONG_MIN
H A Dconfigure12429 # compute LLONG_MIN and LLONG_MAX if we don't know them.
12489 #if defined(LLONG_MIN) && defined(LLONG_MAX)
12490 fprintf(stderr, "Using system header for LLONG_MIN and LLONG_MAX\n");
12491 llmin = LLONG_MIN;
12494 fprintf(stderr, "Calculating LLONG_MIN and LLONG_MAX\n");
12539 #define LLONG_MIN ${llong_min}LL
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h225 # ifndef LLONG_MIN
227 # define LLONG_MIN LONG_LONG_MIN macro
230 # define LLONG_MIN _I64_MIN macro
232 # define LLONG_MIN (-LLONG_MAX-1) macro
296 # define SSIZE_MIN LLONG_MIN
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/regress/
H A Dstrtonumtest.c27 # define LLONG_MIN LONGLONG_MIN macro
33 # define LLONG_MIN LONG_LONG_MIN macro
67 test("-9223372036854775808", LLONG_MIN, LLONG_MAX, 1);
68 test("9223372036854775807", LLONG_MIN, LLONG_MAX, 1);
69 test("-9223372036854775809", LLONG_MIN, LLONG_MAX, 0);
70 test("9223372036854775808", LLONG_MIN, LLONG_MAX, 0);
71 test("1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0);
72 test("-1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0);
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dstrtoll.c101 cutoff = neg ? LLONG_MIN : LLONG_MAX;
125 acc = LLONG_MIN;
H A Dstrtonum.c58 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval)
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclExecute.c5595 if (d < Tcl_WideAsDouble(LLONG_MIN)) {
5784 if (i <= Tcl_WideAsDouble(LLONG_MIN)) {
H A DtclPort.h31 #if !defined(LLONG_MIN)
33 # define LLONG_MIN LONG_MIN macro
36 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<(LLONG_BIT-1))) macro
39 # define LLONG_MIN ((Tcl_WideInt)(Tcl_LongAsWide(1)<<63)) macro
42 /* Assume that if LLONG_MIN is undefined, then so is LLONG_MAX */
43 # define LLONG_MAX (~LLONG_MIN)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dpyobjc-compat.h55 #ifndef LLONG_MIN
57 #define LLONG_MIN LONG_LONG_MIN macro
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dpyobjc-compat.h59 #ifndef LLONG_MIN
61 #define LLONG_MIN LONG_LONG_MIN macro
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/fcntlrangecheck_tests_11202484_src/
H A Dfcntlrangecheck_tests_11202484.c72 is_read_lock(fd, lock_start, SEEK_SET, LLONG_MIN, FAILURE);
78 is_read_lock(fd, LLONG_MIN, SEEK_SET, lock_len, FAILURE);
86 is_read_lock(fd, LLONG_MIN, SEEK_SET, lock_len, FAILURE);
89 lock_len = LLONG_MIN;
92 is_read_lock(fd, LLONG_MIN, SEEK_SET, lock_len, FAILURE);
112 is_read_lock(fd, lock_start, SEEK_CUR, LLONG_MIN, FAILURE);
119 is_read_lock(fd, LLONG_MIN, SEEK_CUR, lock_len, FAILURE);
127 is_read_lock(fd, LLONG_MIN, SEEK_CUR, lock_len, FAILURE);
130 lock_len = LLONG_MIN;
133 is_read_lock(fd, LLONG_MIN, SEEK_CU
[all...]
/macosx-10.9.5/ruby-104/ruby/test/-ext-/num2int/
H A Dtest_num2int.rb28 LLONG_MIN = -9223372036854775808
174 Num2int.print_num2ll(LLONG_MIN-1)
204 Num2int.print_num2ull(LLONG_MIN)
207 Num2int.print_num2ull(LLONG_MIN-1)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dutils.c603 /* LLONG_MIN, LLONG_MAX are C99 only */
604 #if defined (LLONG_MIN) && defined(LLONG_MAX)
605 if ( ( ll == LLONG_MIN || ll == LLONG_MAX ) && save_errno != 0 ) {
608 #endif /* LLONG_MIN && LLONG_MAX */
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dtclprimtypes.swg150 if ((v == LLONG_MAX || v == LLONG_MIN) && errno == ERANGE) {
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dfragments.swg329 # define LLONG_MIN (-LLONG_MAX - 1LL)
/macosx-10.9.5/Libc-997.90.3/include/
H A Dlimits.h133 #define OFF_MIN LLONG_MIN /* min value for an off_t */
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dwcstoll.c88 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
117 acc = neg ? LLONG_MIN : LLONG_MAX;
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dstrtoll.c110 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
134 acc = neg ? LLONG_MIN : LLONG_MAX;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dstreval.h61 # ifdef LLONG_MIN
62 # define LDBL_LLONG_MIN ((Sfdouble_t)LLONG_MIN)

Completed in 339 milliseconds

12