Home
last modified time | relevance | path

Searched refs:node_table (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dhash.c57 cache->node_table in objc_hash_new()
59 assert (cache->node_table); in objc_hash_new()
90 if ((node = cache->node_table[i])) in objc_hash_delete()
104 objc_free(cache->node_table); in objc_hash_delete()
120 node->next = (*cachep)->node_table[indx]; in objc_hash_add()
125 node_ptr node1 = (*cachep)->node_table[indx]; in objc_hash_add()
135 (*cachep)->node_table[indx] = node; in objc_hash_add()
173 node_ptr node = cache->node_table[indx]; in objc_hash_remove()
183 cache->node_table[indx] = node->next; in objc_hash_remove()
239 if (cache->node_table[cache->last_bucket]) in objc_hash_next()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dhash.c57 cache->node_table in objc_hash_new()
59 assert (cache->node_table); in objc_hash_new()
90 if ((node = cache->node_table[i])) in objc_hash_delete()
104 objc_free(cache->node_table); in objc_hash_delete()
120 node->next = (*cachep)->node_table[indx]; in objc_hash_add()
125 node_ptr node1 = (*cachep)->node_table[indx]; in objc_hash_add()
135 (*cachep)->node_table[indx] = node; in objc_hash_add()
173 node_ptr node = cache->node_table[indx]; in objc_hash_remove()
183 cache->node_table[indx] = node->next; in objc_hash_remove()
239 if (cache->node_table[cache->last_bucket]) in objc_hash_next()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dhash.h82 node_ptr *node_table; /* Pointer to an array of hash nodes. */ member
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dhash.h82 node_ptr *node_table; /* Pointer to an array of hash nodes. */ member
/netbsd-src/external/mit/isl/dist/
H A Disl_scheduler.h244 struct isl_hash_table *node_table; member
H A Disl_scheduler.c183 graph->node_table = isl_hash_table_alloc(ctx, graph->n); in graph_init_table()
184 if (!graph->node_table) in graph_init_table()
192 entry = isl_hash_table_find(ctx, graph->node_table, hash, in graph_init_table()
216 entry = isl_hash_table_find(ctx, graph->node_table, hash, in isl_sched_graph_find_node()
535 isl_hash_table_free(ctx, graph->node_table); in isl_sched_graph_free()