Searched refs:kmp_dephash_entry_t (Results 1 – 3 of 3) sorted by relevance
79 new_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_extend()101 kmp_dephash_entry_t *next, *entry; in __kmp_dephash_extend()136 size_t size = h_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_create()167 kmp_dephash_entry_t *entry; in __kmp_dephash_find()175 entry = (kmp_dephash_entry_t *)__kmp_fast_allocate( in __kmp_dephash_find()176 thread, sizeof(kmp_dephash_entry_t)); in __kmp_dephash_find()178 entry = (kmp_dephash_entry_t *)__kmp_thread_malloc( in __kmp_dephash_find()179 thread, sizeof(kmp_dephash_entry_t)); in __kmp_dephash_find()417 kmp_dephash_entry_t *info = h->buckets[i]; in __kmp_process_dep_all()467 kmp_dephash_entry_t *info = in __kmp_process_deps()
60 kmp_dephash_entry_t *next; in __kmp_dephash_free_entries()61 for (kmp_dephash_entry_t *entry = h->buckets[i]; entry; entry = next) { in __kmp_dephash_free_entries()
2502 typedef struct kmp_dephash_entry kmp_dephash_entry_t; typedef2574 kmp_dephash_entry_t *next_in_bucket;2578 kmp_dephash_entry_t **buckets;