Searched refs:INT64_MIN (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/x86/include/ |
| H A D | _stdint.h | 89 #define INT64_MIN (-0x7fffffffffffffff-1) macro 93 #define INT64_MIN (-0x7fffffffffffffffLL-1) macro 106 #define INT_LEAST64_MIN INT64_MIN 128 #define INT_FAST64_MIN INT64_MIN 147 #define INTPTR_MIN INT64_MIN 160 #define INTMAX_MIN INT64_MIN 170 #define PTRDIFF_MIN INT64_MIN
|
| /f-stack/freebsd/arm64/include/ |
| H A D | _stdint.h | 63 #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
|
| /f-stack/freebsd/mips/include/ |
| H A D | _stdint.h | 89 #define INT64_MIN (-__INT64_C(0x7fffffffffffffff)-1) macro 111 #define INT_LEAST64_MIN INT64_MIN 133 #define INT_FAST64_MIN INT64_MIN 152 #define INTPTR_MIN INT64_MIN 165 #define INTMAX_MIN INT64_MIN 175 #define PTRDIFF_MIN INT64_MIN
|
| /f-stack/freebsd/arm/include/ |
| H A D | _stdint.h | 65 #define INT64_MIN (-0x7fffffffffffffffLL-1) macro 87 #define INT_LEAST64_MIN INT64_MIN 109 #define INT_FAST64_MIN INT64_MIN 135 #define INTMAX_MIN INT64_MIN
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/C99/ |
| H A D | stdint.h | 138 #define INT64_MIN ((int64_t)_I64_MIN) macro 152 #define INT_LEAST64_MIN INT64_MIN 166 #define INT_FAST64_MIN INT64_MIN 175 # define INTPTR_MIN INT64_MIN 185 #define INTMAX_MIN INT64_MIN
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cmdline_num.c | 141 {"-9223372036854775808", INT64_MIN }, 178 {"-9223372036854775808\0garbage", INT64_MIN }, 179 {"-9223372036854775808\rgarbage", INT64_MIN }, 180 {"-9223372036854775808\tgarbage", INT64_MIN }, 181 {"-9223372036854775808\ngarbage", INT64_MIN }, 182 {"-9223372036854775808#garbage", INT64_MIN }, 183 {"-9223372036854775808 garbage", INT64_MIN },
|
| H A D | test_bpf.c | 68 #define TEST_IMM_2 ((uint64_t)INT64_MIN)
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | time.h | 34 #define TIME_MIN INT64_MIN
|
| H A D | sysmacros.h | 60 #define INT64_MIN LLONG_MIN macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | time.h | 60 ((ts)->tv_sec < INT64_MIN || (ts)->tv_sec > INT64_MAX)
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | listpack.c | 193 if (v > ((uint64_t)(-(INT64_MIN+1))+1)) /* Overflow. */ in lpStringToInt64()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | tsc.c | 466 min = INT64_MIN; in adj_smp_tsc()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 719 if (op == OP_DIV && e1->u.nval == INT64_MIN && e2->u.nval == -1) in constfolding()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_stats.c | 306 [VSD_DTYPE_INT_S64] = {.int64 = {.s64 = INT64_MIN}}, 312 [VSD_DTYPE_Q_S64] = {.q64 = {.sq64 = Q_IFMINVAL(INT64_MIN)}},
|