#include <linux/bitops.h>
Go to the source code of this file.
hweightN - returns the hamming weight of a N-bit word : the word to weigh
The Hamming Weight of a number is the total number of bits set in it.
Definition at line 10 of file hweight.c.
Definition at line 19 of file hweight.c.