Searched refs:aux4 (Results 1 – 1 of 1) sorted by relevance
55 uint32_t aux1, aux2, aux3, aux4, aux5, aux6, aux7; in redisPopcount() local60 aux4 = *p4++; in redisPopcount()72 aux4 = aux4 - ((aux4 >> 1) & 0x55555555); in redisPopcount()73 aux4 = (aux4 & 0x33333333) + ((aux4 >> 2) & 0x33333333); in redisPopcount()83 ((aux4 + (aux4 >> 4)) & 0x0F0F0F0F) + in redisPopcount()