Home
last modified time | relevance | path

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

/freebsd/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;
211 prefix = sizeof(CK_HS_WORD) * n_entries; in ck_hs_map_create()
243 map->probe_bound = (CK_HS_WORD *)&map[1]; in ck_hs_map_create()
562 CK_HS_WORD *bounds = NULL; in ck_hs_gc()
567 memset(map->probe_bound, 0, sizeof(CK_HS_WORD) * map->capacity); in ck_hs_gc()
576 size = sizeof(CK_HS_WORD) * map->capacity; in ck_hs_gc()