Searched refs:kroundup32 (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/libucl/klib/
H A Dkhash.h175 #ifndef kroundup32
176 #define kroundup32(x) (--(x), (x)|=(x)>>1, (x)|=(x)>>2, (x)|=(x)>>4, (x)|=(x)>>8, (x)|=(x)>>16, ++(x)) macro
249 kroundup32(new_n_buckets); \

Completed in 64 milliseconds