http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
2f0d412
)
Add __constant_flsl(), because it's useful for finding out the next
author
Michael Brown
<mcb30@etherboot.org>
Mon, 24 Apr 2006 23:00:32 +0000
(23:00 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 24 Apr 2006 23:00:32 +0000
(23:00 +0000)
power-of-two up from a given constant via
( 1 << fls ( constant - 1 ) )
fls(), flsl(), ffs() and ffsl() appear in strings.h according to
POSIX.
No differences found