|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <strings.h>
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 |
1.8.15