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

/seL4-camkes-master/projects/global-components/remote-drivers/picotcp-socket-sync/server/
H A Dkhash.h165 #define __ac_isempty(flag, i) ((flag[i>>4]>>((i&0xfU)<<1))&2) macro
244 while (!__ac_isempty(h->flags, i) && (__ac_isdel(h->flags, i) || !__hash_equal(h->keys[i], key))) { \
288 while (!__ac_isempty(new_flags, i)) i = (i + (++step)) & new_mask; \
329 if (__ac_isempty(h->flags, i)) x = i; /* for speed up */ \
332 while (!__ac_isempty(h->flags, i) && (__ac_isdel(h->flags, i) || !__hash_equal(h->keys[i], key))) { \
338 if (__ac_isempty(h->flags, i) && site != h->n_buckets) x = site; \
343 if (__ac_isempty(h->flags, x)) { /* not present at all */ \

Completed in 26 milliseconds