summaryrefslogtreecommitdiffstats
path: root/sys/libkern/fls.c
Commit message (Collapse)AuthorAgeFilesLines
* libkern: ffs, fls: s/4/3/ the 3rd BSD clausecem2015-10-221-1/+1
| | | | | Approved by: emaste Sponsored by: EMC / Isilon Storage Division
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
| | | | | | | license, per letter dated July 22, 1999 and email from Peter Wemm, Alan Cox and Robert Watson. Approved by: core, peter, alc, rwatson
* Translate from GNU C to ISO C.des2004-01-141-1/+1
|
* Cast to unsigned to avoid sign-extension problems.des2004-01-131-1/+1
|
* Add C implementations of ffsl(), fls() and flsl().des2004-01-131-0/+52
OpenPOWER on IntegriCloud