Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/klib/
H A Dkhash.h135 typedef unsigned int khint32_t; typedef
137 typedef unsigned long khint32_t; typedef
162 typedef khint32_t khint_t;
197 khint32_t *flags; \
226 memset(h->flags, 0xaa, __ac_fsize(h->n_buckets) * sizeof(khint32_t)); \
246 khint32_t *new_flags = 0; \
253 new_flags = (khint32_t*)kmalloc(__ac_fsize(new_n_buckets) * sizeof(khint32_t)); \
255 memset(new_flags, 0xaa, __ac_fsize(new_n_buckets) * sizeof(khint32_t)); \
375 #define kh_int_hash_func(key) (khint32_t)(key)
385 #define kh_int64_hash_func(key) (khint32_t)((key)>>33^(key)^(key)<<11)
[all …]