Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/klib/
H A Dkhash.h166 #define __ac_isdel(flag, i) ((flag[i>>4]>>((i&0xfU)<<1))&1) macro
237 …while (!__ac_isempty(h->flags, i) && (__ac_isdel(h->flags, i) || !__hash_equal(h->keys[i], key))) …
325 …while (!__ac_isempty(h->flags, i) && (__ac_isdel(h->flags, i) || !__hash_equal(h->keys[i], key))) …
326 if (__ac_isdel(h->flags, i)) site = i; \
341 } else if (__ac_isdel(h->flags, x)) { /* deleted */ \