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