(svn r11564) -Codechange: Increase the usage of the for_each_bit macro and rename it fitting to the naming style
This commit is contained in:
@@ -48,7 +48,7 @@ uint8 FindFirstBit(uint32 x)
|
||||
* Search the last set bit in a 32 bit variable.
|
||||
*
|
||||
* This algorithm is a static implementation of a log
|
||||
* conguence search algorithm. It checks the first half
|
||||
* conguence search algorithm. It checks the second half
|
||||
* if there is a bit set search there further. And this
|
||||
* way further. If no bit is set return 0.
|
||||
*
|
||||
|
Reference in New Issue
Block a user