rb_popcount32     298 internal.h         return rb_popcount32(x);
rb_popcount32     307 internal.h         return rb_popcount32((~x) & (x-1));