Home
last modified time | relevance | path

Searched refs:redisPopcount (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c40 size_t redisPopcount(void *s, long count) { in redisPopcount() function
813 addReplyLongLong(c,redisPopcount(p+start,bytes)); in bitcountCommand()
H A Dserver.h1423 size_t redisPopcount(void *s, long count);