summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/ffsll.c
Commit message (Collapse)AuthorAgeFilesLines
* Renumber clauses to reduce diffs to other versionsemaste2013-05-281-1/+1
| | | | | NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier.
* Add the ffsll and flsll functions. These are ffs and fls operatingkib2008-11-031-0/+48
on long long arguments. Reviewed by: bde (previous version, that included asm implementation for all ffs and fls functions on i386 and amd64) MFC after: 2 weeks
OpenPOWER on IntegriCloud