hweight32(9)
NAME
hweight32 - returns the hamming weight of a N-bit word
SYNOPSIS
hweight32 (x);
ARGUMENTS
x the word to weigh
DESCRIPTION
- The Hamming Weight of a number is the total number of bits
set in it.
hweight32 - returns the hamming weight of a N-bit word
hweight32 (x);
x the word to weigh