Parent Directory
|
Revision Log
|
Patch
revision 6527 by michael, Sun Jan 11 12:41:14 2015 UTC | revision 6528 by michael, Fri Sep 11 16:33:52 2015 UTC | |
---|---|---|
# | Line 42 | Line 42 |
42 | #include "log.h" | #include "log.h" |
43 | #include "mempool.h" | #include "mempool.h" |
44 | ||
45 | ||
46 | /** Returns floor(log2(u64)). If u64 is 0, (incorrectly) returns 0. */ | /** Returns floor(log2(u64)). If u64 is 0, (incorrectly) returns 0. */ |
47 | static int | static int |
48 | tor_log2(uint64_t u64) | tor_log2(uint64_t u64) |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |