Searched refs:__ac_isempty (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/private/khash/ |
| H A D | khash.h | 169 #define __ac_isempty(flag, i) ((flag[i>>4]>>((i&0xfU)<<1))&2) macro 241 …while (!__ac_isempty(h->flags, i) && (__ac_isdel(h->flags, i) || !__hash_equal(h->keys[i], key))) … 285 while (!__ac_isempty(new_flags, i)) i = (i + (++step)) & new_mask; \ 326 if (__ac_isempty(h->flags, i)) x = i; /* for speed up */ \ 329 …while (!__ac_isempty(h->flags, i) && (__ac_isdel(h->flags, i) || !__hash_equal(h->keys[i], key))) … 335 if (__ac_isempty(h->flags, i) && site != h->n_buckets) x = site; \ 340 if (__ac_isempty(h->flags, x)) { /* not present at all */ \
|