Searched refs:ALIGN_POWER2 (Results 1 – 2 of 2) sorted by relevance
/external/kmod/shared/ | ||
D | util.h | 65 static _always_inline_ unsigned int ALIGN_POWER2(unsigned int u) in ALIGN_POWER2() function |
D | hash.c | 52 n_buckets = ALIGN_POWER2(n_buckets); in hash_new() |