Query: fls
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FLS(9) Basic C Library Functions FLS(9)NAMEfls - find last set bit in wordSYNOPSISint fls(int x);ARGUMENTSx the word to searchDESCRIPTIONThis is defined in a similar way as the libc and compiler builtin ffs, but returns the position of the most significant set bit. fls(value) returns 0 if value is 0 or the position of the last set bit if value is nonzero. The last (most significant) bit is at position 32.COPYRIGHTKernel Hackers Manual 2.6. July 2010 FLS(9)
| Related Man Pages |
|---|
| ffs(3) - linux |
| ffsl(3) - linux |
| ffs(3) - debian |
| ffsl(3) - debian |
| ffs(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| What is meant by Kernel Parameter "dflssiz" in Digital Unix (OSF) |