__bitcount64
__bitcount64(__uint64_t _x)
#define __bitcount64(x) __builtin_popcountll((__uint64_t)(x))