Searched refs:kmp_dephash_entry_t (Results 1 – 3 of 3) sorted by relevance
76 new_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_extend()91 kmp_dephash_entry_t *next, *entry; in __kmp_dephash_extend()127 h_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_create()160 kmp_dephash_entry_t *entry; in __kmp_dephash_find()168 entry = (kmp_dephash_entry_t *)__kmp_fast_allocate( in __kmp_dephash_find()169 thread, sizeof(kmp_dephash_entry_t)); in __kmp_dephash_find()171 entry = (kmp_dephash_entry_t *)__kmp_thread_malloc( in __kmp_dephash_find()172 thread, sizeof(kmp_dephash_entry_t)); in __kmp_dephash_find()308 kmp_dephash_entry_t *info = in __kmp_process_deps()
58 kmp_dephash_entry_t *next; in __kmp_dephash_free_entries()59 for (kmp_dephash_entry_t *entry = h->buckets[i]; entry; entry = next) { in __kmp_dephash_free_entries()
2219 typedef struct kmp_dephash_entry kmp_dephash_entry_t; typedef2267 kmp_dephash_entry_t *next_in_bucket;2271 kmp_dephash_entry_t **buckets;