ffs ffsl ffsll fls flsl flsll - find first or last bit set in a bit string
Lb libc
The
fls (,);
flsl ();
and
flsll ();
functions find the last bit set in
Fa value
and return the index of that bit.
Bits are numbered starting at 1 (the least significant bit). A return value of zero from any of these functions means that the argument was zero.
The
ffsl (,);
fls ();
and
flsl ();
functions appeared in
Fx 5.3 .
The
ffsll ();
and
flsll ();
functions appeared in
Fx 8.0 .
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |