Home | History | Annotate | Download | only in ksmutils

Lines Matching refs:hashsize

67 #define hashsize(n) ((uint32_t)1<<(n))
68 #define hashmask(n) (hashsize(n)-1)
270 In which case, the hash table should have hashsize(10) elements.