Lines Matching defs:pop
5504 unsigned int pop = 0;5506 pop += __builtin_popcount (*i);5507 bool negate = pop > nbits / 2;5511 char printed[(negate ? nbits - pop : pop) * 16];