Home
last modified time | relevance | path

Searched refs:ALIGN_POWER2 (Results 1 – 2 of 2) sorted by relevance

/external/kmod/shared/
Dutil.h65 static _always_inline_ unsigned int ALIGN_POWER2(unsigned int u) in ALIGN_POWER2() function
Dhash.c52 n_buckets = ALIGN_POWER2(n_buckets); in hash_new()