Home
last modified time | relevance | path

Searched refs:next_table (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/wind/
H A Dgen-normalize.py168 next_table = [] variable
175 tableToNext[k] = len(next_table)
192 next_table.extend(n)
205 for k in next_table:
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp3155 if (!lock_table->next_table) { in __kmp_allocate_indirect_lock()
3156 kmp_indirect_lock_table_t *next_table = in __kmp_allocate_indirect_lock() local
3159 next_table->table = (kmp_indirect_lock_t **)__kmp_allocate( in __kmp_allocate_indirect_lock()
3161 next_table->nrow_ptrs = 2 * lock_table->nrow_ptrs; in __kmp_allocate_indirect_lock()
3162 next_table->next = 0; in __kmp_allocate_indirect_lock()
3163 next_table->next_table = nullptr; in __kmp_allocate_indirect_lock()
3164 lock_table->next_table = next_table; in __kmp_allocate_indirect_lock()
3166 lock_table = lock_table->next_table; in __kmp_allocate_indirect_lock()
3461 kmp_indirect_lock_table_t *next_table = ptr->next_table; __kmp_cleanup_indirect_user_locks() local
[all...]
H A Dkmp_lock.h1243 struct kmp_indirect_lock_table *next_table; in __kmp_get_i_lock()
1262 lock_table = lock_table->next_table;
1233 struct kmp_indirect_lock_table *next_table; global() member