Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/include/
H A Dck_ht.h64 #define CK_HT_KEY_LENGTH ((sizeof(void *) * 8) - CK_MD_VMA_BITS) macro
65 #define CK_HT_KEY_MASK ((1U << CK_HT_KEY_LENGTH) - 1)
67 #define CK_HT_KEY_LENGTH 65535U macro