Searched refs:LLONG_MIN (Results 26 - 49 of 49) sorted by relevance

12

/macosx-10.9.5/xar-202/xar/lib/
H A Dio.c71 #if !defined(LLONG_MIN) && defined(LONG_LONG_MIN)
72 #define LLONG_MIN LONG_LONG_MIN macro
149 if( ((seekoff == LLONG_MAX) || (seekoff == LLONG_MIN)) && (errno == ERANGE) ) {
168 if( ((fsize == LLONG_MAX) || (fsize == LLONG_MIN)) && (errno == ERANGE) ) {
420 if( ((seekoff == LLONG_MAX) || (seekoff == 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/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/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/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/
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/ksh-20/ksh/src/lib/libast/comp/
H A Dconf.tab199 LLONG_MIN C XX 1 L
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Dgetconf.c1096 { "LLONG_MIN", LLCONST, VAL_LLONG_MIN },
1204 printf ("%lld\n", LLONG_MIN);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl.m32 # define LLONG_MIN LONG_LONG_MIN
2008 PyModule_AddObject(m, "LLONG_MIN", PyLong_FromLongLong(LLONG_MIN));
H A Dtestbndl2.m27 # define LLONG_MIN LONG_LONG_MIN
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl.m32 # define LLONG_MIN LONG_LONG_MIN
2128 if (PyModule_AddObject(m, "LLONG_MIN", PyLong_FromLongLong(LLONG_MIN)) < 0) {
H A Dtestbndl2.m27 # define LLONG_MIN LONG_LONG_MIN
/macosx-10.9.5/ruby-104/ruby/
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;
H A Dnumeric.c2199 #define LLONG_MIN_MINUS_ONE ((double)LLONG_MIN-1)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dc.vim216 syn keyword cConstant LLONG_MIN LLONG_MAX ULLONG_MAX
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c4627 if (d2 < (double)LLONG_MIN) {
4684 if (d1 < (double)LLONG_MIN) {
6165 * Need a bignum to represent (LLONG_MIN / -1)
6168 if ((w1 == LLONG_MIN) && (w2 == -1)) {
6392 if (w != LLONG_MIN) {
H A DtclBasic.c6580 if (w == 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/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_support.m2294 &temp, LLONG_MIN, LLONG_MAX);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_support.m2425 &temp, LLONG_MIN, LLONG_MAX);
/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)) {
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_descrip.c167 (((x) < 0) && ((y) < 0) && ((x) < LLONG_MIN - (y)))) \

Completed in 634 milliseconds

12