tmp copy
This commit is contained in:
5
foo.h-temp-copy
Normal file
5
foo.h-temp-copy
Normal file
@@ -0,0 +1,5 @@
|
||||
#define bit_for_each64_2(pos, tmp, ul) for (tmp = ul, pos = ffs64(tmp); pos; tmp &= (tmp - 1), pos = ffs64(tmp))
|
||||
|
||||
#define bit_for_each64(pos, tmp, ul) \
|
||||
for (tmp = ul, pos = ffs64(tmp); pos; tmp &= (tmp - 1), pos = ffs64(tmp))
|
||||
#define true 1
|
Reference in New Issue
Block a user