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

/seL4-camkes-master/projects/global-components/remote-drivers/picotcp-socket-sync/server/
H A Dkhash.h167 #define __ac_iseither(flag, i) ((flag[i>>4]>>((i&0xfU)<<1))&3) macro
248 return __ac_iseither(h->flags, i)? h->n_buckets : i; \
277 if (__ac_iseither(h->flags, j) == 0) { \
290 if (i < h->n_buckets && __ac_iseither(h->flags, i) == 0) { /* kick out the existing element */ \
358 if (x != h->n_buckets && !__ac_iseither(h->flags, x)) { \
506 #define kh_exist(h, x) (!__ac_iseither((h)->flags, (x)))

Completed in 24 milliseconds