Home
last modified time | relevance | path

Searched refs:aux5 (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
61 aux5 = *p4++; in redisPopcount()
74 aux5 = aux5 - ((aux5 >> 1) & 0x55555555); in redisPopcount()
75 aux5 = (aux5 & 0x33333333) + ((aux5 >> 2) & 0x33333333); in redisPopcount()
84 ((aux5 + (aux5 >> 4)) & 0x0F0F0F0F) + in redisPopcount()