Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c55 uint32_t aux1, aux2, aux3, aux4, aux5, aux6, aux7; in redisPopcount() local
59 aux3 = *p4++; in redisPopcount()
70 aux3 = aux3 - ((aux3 >> 1) & 0x55555555); in redisPopcount()
71 aux3 = (aux3 & 0x33333333) + ((aux3 >> 2) & 0x33333333); in redisPopcount()
82 ((aux3 + (aux3 >> 4)) & 0x0F0F0F0F) + in redisPopcount()