Home | History | Annotate | Download | only in config

Lines Matching defs:popcnt

2623   static const unsigned char popcnt[16] =
2631 if (x < NELEMS (popcnt))
2632 return popcnt[x];
2633 return popcnt[x % NELEMS (popcnt)] + popcount (x / NELEMS (popcnt));