rb_popcount64 296 internal.h return rb_popcount64(x); rb_popcount64 316 internal.h return rb_popcount64((~x) & (x-1));