Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c44 …static const unsigned char bitsinbyte[256] = {0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4,1,2,2,3,2,3,3,4,2,3,… in redisPopcount() local
48 bits += bitsinbyte[*p++]; in redisPopcount()
90 while(count--) bits += bitsinbyte[*p++]; in redisPopcount()