Home
last modified time | relevance | path

Searched refs:aux7 (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
63 aux7 = *p4++; in redisPopcount()
78 aux7 = aux7 - ((aux7 >> 1) & 0x55555555); in redisPopcount()
79 aux7 = (aux7 & 0x33333333) + ((aux7 >> 2) & 0x33333333); in redisPopcount()
86 ((aux7 + (aux7 >> 4)) & 0x0F0F0F0F))* 0x01010101) >> 24; in redisPopcount()