Searched refs:LLONG_MIN (Results 1 – 10 of 10) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | util.c | 275 uint64_t uv = (v != LLONG_MIN) ? in sdigits10() 307 if (svalue != LLONG_MIN) { in ll2string() 415 if (v > ((unsigned long long)(-(LLONG_MIN+1))+1)) /* Overflow. */ in string2ll() 743 assert(v == LLONG_MIN); in test_string2ll() 835 v = LLONG_MIN; in test_ll2string()
|
| H A D | t_string.c | 348 if ((incr < 0 && oldvalue < 0 && incr < (LLONG_MIN-oldvalue)) || in incrDecrCommand()
|
| H A D | t_hash.c | 580 if ((incr < 0 && oldvalue < 0 && incr < (LLONG_MIN-oldvalue)) || in hincrbyCommand()
|
| H A D | sds.c | 1160 x = sdscatfmt(x, "Hello %s World %I,%I--", "Hi!", LLONG_MIN,LLONG_MAX); in sdsTest()
|
| H A D | config.c | 877 if (min != LLONG_MIN && ll < min) goto badfmt; \
|
| H A D | module.c | 2627 if (reply->type != REDISMODULE_REPLY_INTEGER) return LLONG_MIN; in RM_CallReplyInteger()
|
| /f-stack/tools/compat/ |
| H A D | strtonum.c | 60 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
|
| /f-stack/freebsd/sys/ |
| H A D | limits.h | 70 #define LLONG_MIN __LLONG_MIN /* min for a long long */ macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | sysmacros.h | 60 #define INT64_MIN LLONG_MIN
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | sds.c | 1136 x = sdscatfmt(x, "Hello %s World %I,%I--", "Hi!", LLONG_MIN,LLONG_MAX); in sdsTest()
|