Home
last modified time | relevance | path

Searched refs:LLONG_MIN (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dutil.c275 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 Dt_string.c348 if ((incr < 0 && oldvalue < 0 && incr < (LLONG_MIN-oldvalue)) || in incrDecrCommand()
H A Dt_hash.c580 if ((incr < 0 && oldvalue < 0 && incr < (LLONG_MIN-oldvalue)) || in hincrbyCommand()
H A Dsds.c1160 x = sdscatfmt(x, "Hello %s World %I,%I--", "Hi!", LLONG_MIN,LLONG_MAX); in sdsTest()
H A Dconfig.c877 if (min != LLONG_MIN && ll < min) goto badfmt; \
H A Dmodule.c2627 if (reply->type != REDISMODULE_REPLY_INTEGER) return LLONG_MIN; in RM_CallReplyInteger()
/f-stack/tools/compat/
H A Dstrtonum.c60 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
/f-stack/freebsd/sys/
H A Dlimits.h70 #define LLONG_MIN __LLONG_MIN /* min for a long long */ macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h60 #define INT64_MIN LLONG_MIN
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.c1136 x = sdscatfmt(x, "Hello %s World %I,%I--", "Hi!", LLONG_MIN,LLONG_MAX); in sdsTest()