Searched refs:kmp_dephash_entry (Results 1 – 2 of 2) sorted by relevance
89 h->buckets = (kmp_dephash_entry **)(h + 1); in __kmp_dephash_extend()148 h->buckets = (kmp_dephash_entry **)(h + 1); in __kmp_dephash_create()157 static kmp_dephash_entry *__kmp_dephash_find(kmp_info_t *thread, in __kmp_dephash_find()
2502 typedef struct kmp_dephash_entry kmp_dephash_entry_t;2567 struct kmp_dephash_entry { struct