Population Count Byte
Counts the 1 bits in each byte of the parameter and places that count into the corresponding byte of the result.
unsigned long __popcntb(unsigned long);