Update 'foo.h'
This commit is contained in:
4
foo.h
4
foo.h
@@ -1,3 +1,5 @@
|
|||||||
/**/
|
#define bit_for_each64(pos, tmp, ul) \
|
||||||
|
for (tmp = ul, pos = ffs64(tmp); pos; tmp &= (tmp - 1), pos = ffs64(tmp))
|
||||||
|
/**/
|
||||||
#define bit_for_each64(pos, tmp, ul) \
|
#define bit_for_each64(pos, tmp, ul) \
|
||||||
for (tmp = ul, pos = ffs64(tmp); pos; tmp &= (tmp - 1), pos = ffs64(tmp))
|
for (tmp = ul, pos = ffs64(tmp); pos; tmp &= (tmp - 1), pos = ffs64(tmp))
|
||||||
|
Reference in New Issue
Block a user