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

/freebsd-12-stable/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)); \
372 @param key The integer [khint32_t]
[all...]

Completed in 108 milliseconds