Searched refs:kroundup32 (Results 1 – 2 of 2) sorted by relevance
/third_party/iowow/src/utils/ |
D | khash.h | 177 #ifndef kroundup32 178 #define kroundup32(x) (--(x), (x)|=(x)>>1, (x)|=(x)>>2, (x)|=(x)>>4, (x)|=(x)>>8, (x)|=(x)>>16, ++(… macro 251 kroundup32(new_n_buckets); \
|
/third_party/ejdb/src/util/ |
D | khash.h | 167 #ifndef kroundup32 168 #define kroundup32(x) (--(x), (x)|=(x)>>1, (x)|=(x)>>2, (x)|=(x)>>4, (x)|=(x)>>8, (x)|=(x)>>16, ++(… macro 241 kroundup32(new_n_buckets); \
|