Home
last modified time | relevance | path

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

/petsc/include/petsc/private/khash/
H A Dkhash.h170 #define __ac_isdel(flag, i) ((flag[i>>4]>>((i&0xfU)<<1))&1) macro
241 …while (!__ac_isempty(h->flags, i) && (__ac_isdel(h->flags, i) || !__hash_equal(h->keys[i], key))) …
329 …while (!__ac_isempty(h->flags, i) && (__ac_isdel(h->flags, i) || !__hash_equal(h->keys[i], key))) …
330 if (__ac_isdel(h->flags, i)) site = i; \
345 } else if (__ac_isdel(h->flags, x)) { /* deleted */ \