Lines Matching full:popcount
2783 // return popcount(~x);2801 // for now, we use: { return popcount(~x & (x - 1)); }