Searched refs:INT64_MIN (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DAIXDataTypesFix.h25 #undef INT64_MIN macro
H A DDataTypes.h.in185 #if !defined(INT64_MIN)
186 # define INT64_MIN ((-INT64_MAX)-1)
/freebsd-9.3-release/sys/ia64/include/
H A D_stdint.h63 #define INT64_MIN (-0x7fffffffffffffffL-1) macro
85 #define INT_LEAST64_MIN INT64_MIN
107 #define INT_FAST64_MIN INT64_MIN
125 #define INTPTR_MIN INT64_MIN
133 #define INTMAX_MIN INT64_MIN
142 #define PTRDIFF_MIN INT64_MIN
/freebsd-9.3-release/sys/sparc64/include/
H A D_stdint.h63 #define INT64_MIN (-0x7fffffffffffffffL-1) macro
85 #define INT_LEAST64_MIN INT64_MIN
107 #define INT_FAST64_MIN INT64_MIN
125 #define INTPTR_MIN INT64_MIN
133 #define INTMAX_MIN INT64_MIN
142 #define PTRDIFF_MIN INT64_MIN
/freebsd-9.3-release/sys/powerpc/include/
H A D_stdint.h86 #define INT64_MIN (-__INT64_C(0x7fffffffffffffff)-1) macro
108 #define INT_LEAST64_MIN INT64_MIN
130 #define INT_FAST64_MIN INT64_MIN
149 #define INTPTR_MIN INT64_MIN
162 #define INTMAX_MIN INT64_MIN
172 #define PTRDIFF_MIN INT64_MIN
176 #define SIG_ATOMIC_MIN INT64_MIN
/freebsd-9.3-release/sys/x86/include/
H A D_stdint.h85 #define INT64_MIN (-0x7fffffffffffffff-1) macro
89 #define INT64_MIN (-0x7fffffffffffffffLL-1) macro
102 #define INT_LEAST64_MIN INT64_MIN
124 #define INT_FAST64_MIN INT64_MIN
143 #define INTPTR_MIN INT64_MIN
156 #define INTMAX_MIN INT64_MIN
166 #define PTRDIFF_MIN INT64_MIN
/freebsd-9.3-release/sys/mips/include/
H A D_stdint.h87 #define INT64_MIN (-__INT64_C(0x7fffffffffffffff)-1) macro
109 #define INT_LEAST64_MIN INT64_MIN
131 #define INT_FAST64_MIN INT64_MIN
150 #define INTPTR_MIN INT64_MIN
163 #define INTMAX_MIN INT64_MIN
173 #define PTRDIFF_MIN INT64_MIN
/freebsd-9.3-release/lib/clang/include/llvm/Support/
H A DDataTypes.h96 #if !defined(INT64_MIN)
97 # define INT64_MIN ((-INT64_MAX)-1) macro
/freebsd-9.3-release/sys/arm/include/
H A D_stdint.h63 #define INT64_MIN (-0x7fffffffffffffffLL-1) macro
85 #define INT_LEAST64_MIN INT64_MIN
107 #define INT_FAST64_MIN INT64_MIN
133 #define INTMAX_MIN INT64_MIN
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_platform.h102 # undef INT64_MIN macro
124 #define INT64_MIN ((int64_t)(~INT64_MAX)) macro
H A Darchive_read_support_format_tar.c2095 lower_limit = INT64_MIN / 256;
2108 l = INT64_MIN;
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DTimeValue.cpp25 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
/freebsd-9.3-release/contrib/compiler-rt/lib/ppc/
H A Dfixtfdi.c71 /* x very close to INT64_MIN, care must be taken to see which side we are on. */
74 int64_t result = INT64_MIN;
78 /* If the tail is positive, the correct result is something other than INT64_MIN.
103 return INT64_MIN;
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dtime.h50 ((ts)->tv_sec < INT64_MIN || (ts)->tv_sec > INT64_MAX)
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c134 if (val > -(uint64_t)INT64_MIN)
187 if (max > INT64_MAX || min < INT64_MIN)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstdint.h477 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
479 # define __INT_LEAST64_MIN INT64_MIN
482 # define __INT_LEAST32_MIN INT64_MIN
485 # define __INT_LEAST16_MIN INT64_MIN
488 # define __INT_LEAST8_MIN INT64_MIN
/freebsd-9.3-release/usr.bin/make/
H A Darch.c914 return (INT64_MIN);
928 return (INT64_MIN);
949 return (INT64_MIN);
971 return (INT64_MIN);
1209 if (mtime == INT64_MIN) {
/freebsd-9.3-release/sys/x86/x86/
H A Dtsc.c422 min = INT64_MIN;
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1196 MaxOffset(INT64_MIN),
1352 // The cast does the right thing with INT64_MIN.
3388 if (Base.BaseOffset == INT64_MIN && Factor == -1)
3400 if (Offset == INT64_MIN && Factor == -1)
3438 if (F.UnfoldedOffset == INT64_MIN && Factor == -1)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c10017 agg->dtag_initial = INT64_MIN;

Completed in 392 milliseconds