librfn
An ad-hoc utility library
Functions
bitops.h File Reference
#include <stdint.h>

Go to the source code of this file.

Functions

int bitcnt (uint32_t x)
 
int clz (uint32_t x)
 
int ctz (uint32_t x)
 
int ilog2 (uint32_t x)