Searched refs:kh_n_buckets (Results 1 – 3 of 3) sorted by relevance
127 *n = (PetscInt)kh_n_buckets(ht); \
158 *n = (PetscInt)kh_n_buckets(ht); \
553 #define kh_n_buckets(h) ((h)->n_buckets) macro