FLS64(9) Basic C Library Functions FLS64(9)NAMEfls64 - find last set bit in a 64-bit wordSYNOPSISint fls64(__u64 x);ARGUMENTSx the word to searchDESCRIPTIONThis is defined in a similar way as the libc and compiler builtin ffsll, but returns the position of the most significant set bit. fls64(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 64.COPYRIGHTKernel Hackers Manual 3.10 June 2014 FLS64(9)
| Related Man Pages |
|---|
| ffs(3) - linux |
| ffsl(3) - debian |
| ffsll(3) - centos |
| ffs32(3) - netbsd |
| fls32(3) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| How to increment version inside a file? |
| CentOS7 restoring file capabilities |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |