Searched refs:CK_HS_WORD (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_hs.c59 #define CK_HS_WORD uint8_t macro
64 #define CK_HS_WORD uint16_t macro
69 #define CK_HS_WORD uint32_t macro
93 CK_HS_WORD *probe_bound;
206 prefix = sizeof(CK_HS_WORD) * n_entries;
238 map->probe_bound = (CK_HS_WORD *)&map[1];
557 CK_HS_WORD *bounds = NULL;
562 memset(map->probe_bound, 0, sizeof(CK_HS_WORD) * map->capacity);
571 size = sizeof(CK_HS_WORD) * map->capacity;

Completed in 113 milliseconds