Macros | |
#define | ffs_func(func_name, type) |
#define | popcount_func(func_name, type) |
Functions | |
ffs_func (ffs, int) | |
ffs_func (ffsl, long) | |
ffs_func (ffsll, long long) | |
popcount_func (popcount, unsigned int) | |
popcount_func (popcountl, unsigned long) | |
popcount_func (popcountll, unsigned long long) | |
popcount_func (popcount32, uint32_t) | |
popcount_func (popcount64, uint64_t) | |
#define ffs_func | ( | func_name, | |
type | |||
) |
#define popcount_func | ( | func_name, | |
type | |||
) |
ffs_func | ( | ffs | , |
int | |||
) |
ffs_func | ( | ffsl | , |
long | |||
) |
ffs_func | ( | ffsll | , |
long | long | ||
) |
popcount_func | ( | popcount | , |
unsigned | int | ||
) |
popcount_func | ( | popcountl | , |
unsigned | long | ||
) |
popcount_func | ( | popcountll | , |
unsigned long | long | ||
) |
popcount_func | ( | popcount32 | , |
uint32_t | |||
) |
popcount_func | ( | popcount64 | , |
uint64_t | |||
) |