Searched refs:kh_exist (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | hashtable.h | 61 if (!kh_exist(h, __i)) continue; \ 80 if (!kh_exist(h, __i)) continue; \ 98 if (!kh_exist(h, __i)) continue; \ 121 #define PetscHashIterIncContinue(ht, it) (!PetscHashIterAtEnd((ht), (it)) && !kh_exist((ht), (it))) 137 …t) (PetscHashIterAtEnd((ht), (it)) || (!PetscHashIterAtBegin((ht), (it)) && !kh_exist((ht), (it))))
|
| H A D | hashmap.h | 283 … *val = PetscLikely(iter < kh_end(ht) && kh_exist(ht, iter)) ? kh_val(ht, iter) : (DefaultValue); \ 291 if (PetscLikely(iter < kh_end(ht) && kh_exist(ht, iter))) kh_val(ht, iter) = val; \
|
| /petsc/include/petsc/private/khash/ |
| H A D | khash.h | 503 #define kh_exist(h, x) (!__ac_iseither((h)->flags, (x))) macro 564 if (!kh_exist(h,__i)) continue; \ 578 if (!kh_exist(h,__i)) continue; \
|