Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
#include <strings.h>
Go to the source code of this file.
Functions | |
int | flsll (long long mask) |
Finds the last (most significant) bit set in the given mask. More... | |
int flsll | ( | long long | mask | ) |
Finds the last (most significant) bit set in the given mask.
Finds the last (most significant) bit set in the given (long long) mask and return the index of that bit.
Bits are numbered starting at 1, the least significant bit.
mask | The bit mask |