| /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/ |
| input_arrays.h | 31 {INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN (…) [all...] |
| /src/external/lgpl3/gmp/dist/mpf/ |
| fits_sint.c | 34 #define MINIMUM INT_MIN
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| fits_sint.c | 34 #define MINIMUM INT_MIN
|
| /src/external/lgpl3/mpfr/dist/src/ |
| fits_sint.c | 25 #define MINIMUM INT_MIN
|
| /src/external/cddl/osnet/sys/sys/ |
| misc.h | 43 #define _FIOFFS (INT_MIN) 44 #define _FIOGDIO (INT_MIN+1) 45 #define _FIOSDIO (INT_MIN+2)
|
| /src/sys/arch/hpc/stand/include/machine/ |
| limits.h | 23 #define INT_MIN (-2147483647-1) /* min value for an int */
|
| /src/external/gpl2/diffutils/dist/lib/ |
| posixver.c | 59 return v < INT_MIN ? INT_MIN : v < INT_MAX ? v : INT_MAX;
|
| /src/lib/libc/compat-43/ |
| killpg.c | 54 if (pgid == 1 || pgid <= INT_MIN) {
|
| /src/external/gpl2/groff/dist/src/include/ |
| lib.h | 132 /* It's not safe to rely on people getting INT_MIN right (ie signed). */ 134 #ifdef INT_MIN 135 #undef INT_MIN 142 #define INT_MIN ((long)(-INT_MAX-1)) 146 #define INT_MIN (-INT_MAX-1)
|
| /src/sys/arch/i386/include/ |
| limits.h | 51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ 69 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
|
| /src/sys/arch/m68k/include/ |
| limits.h | 51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ 69 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
|
| /src/sys/arch/sh3/include/ |
| limits.h | 51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ 69 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
|
| /src/external/gpl3/gcc/dist/gcc/ |
| fibonacci_heap.cc | 43 int_heap_t *h1 = new int_heap_t (INT_MIN, &allocator); 49 int_heap_t *h2 = new int_heap_t (INT_MIN, &allocator); 68 int_heap_t *h1 = new int_heap_t (INT_MIN); 100 int_heap_t *h = new int_heap_t (INT_MIN); 144 int_heap_t *heap = new int_heap_t (INT_MIN); 176 int_heap_t *heap1 = new int_heap_t (INT_MIN, &allocator); 180 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); 204 int_heap_t *heap1 = new int_heap_t (INT_MIN, &allocator); 208 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); 259 class_fibonacci_heap_t *heap = new class_fibonacci_heap_t (INT_MIN); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fibonacci_heap.cc | 43 int_heap_t *h1 = new int_heap_t (INT_MIN, &allocator); 49 int_heap_t *h2 = new int_heap_t (INT_MIN, &allocator); 68 int_heap_t *h1 = new int_heap_t (INT_MIN); 100 int_heap_t *h = new int_heap_t (INT_MIN); 144 int_heap_t *heap = new int_heap_t (INT_MIN); 176 int_heap_t *heap1 = new int_heap_t (INT_MIN, &allocator); 180 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); 204 int_heap_t *heap1 = new int_heap_t (INT_MIN, &allocator); 208 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); 259 class_fibonacci_heap_t *heap = new class_fibonacci_heap_t (INT_MIN); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_priolist_types.h | 39 #define I915_PRIORITY_INVALID (INT_MIN | (u8)I915_PRIORITY_MASK)
|
| /src/external/bsd/mdocml/dist/ |
| eqn.h | 68 #define EQN_DEFSIZE INT_MIN
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| safe_math_test.c | 46 { INT_MIN, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0 }, 47 { 1, INT_MIN, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 }, 48 { INT_MIN, 2, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0 }, 49 { 2, INT_MIN, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1 }, 50 { INT_MIN, -1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0 }, 51 { INT_MAX, INT_MIN, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1 }, 52 { INT_MIN, INT_MAX, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0 }, 304 { INT_MIN, INT_MIN, INT_MAX, 1 }, 305 { INT_MIN, INT_MIN, INT_MIN, 0 } [all...] |
| /src/sys/arch/hppa/include/ |
| limits.h | 71 * INT_MIN and LONG_MIN is so the value is not unsigned; 2147483648 is an 86 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ 104 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
|
| /src/sys/arch/mips/include/ |
| limits.h | 46 * INT_MIN and LONG_MIN is so the value is not unsigned; 2147483648 is an 61 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ 93 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
|
| /src/sys/arch/powerpc/include/ |
| limits.h | 46 * INT_MIN and LONG_MIN is so the value is not unsigned; 2147483648 is an 61 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ 93 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| limits.h | 32 #undef INT_MIN 51 #define INT_MIN (-__INT_MAX__ -1)
|
| /src/sys/arch/alpha/include/ |
| limits.h | 46 * INT_MIN and LONG_MIN is so the value is not unsigned; 2147483648 is an 61 #define INT_MIN (-0x7fffffff-1) /* min value for an int */
|
| /src/sys/arch/amd64/include/ |
| limits.h | 53 #define INT_MIN (-0x7fffffff-1) /* min value for an int */
|
| /src/sys/arch/ia64/include/ |
| limits.h | 51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */
|
| /src/sys/arch/sparc/include/ |
| limits.h | 51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */
|