Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/src/
H A Dck_ht.c64 #define CK_HT_WORD uint8_t macro
69 #define CK_HT_WORD uint16_t macro
74 #define CK_HT_WORD uint32_t macro
93 CK_HT_WORD *probe_bound;
156 prefix = sizeof(CK_HT_WORD) * n_entries; in ck_ht_map_create()
181 map->probe_bound = (CK_HT_WORD *)&map[1]; in ck_ht_map_create()
388 CK_HT_WORD *bounds = NULL; in ck_ht_gc()
396 memset(map->probe_bound, 0, sizeof(CK_HT_WORD) * map->capacity); in ck_ht_gc()
405 size = sizeof(CK_HT_WORD) * map->capacity; in ck_ht_gc()