Searched refs:hashsize (Results 1 – 1 of 1) sorted by relevance
67 #define hashsize(n) ((uint32_t)1<<(n)) macro68 #define hashmask(n) (hashsize(n)-1)