Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dmemory_tracker_snapshot_parser.cc277 auto* node_table = context_->storage->mutable_memory_snapshot_node_table(); in EmitNode() local
279 static_cast<uint32_t>(*node_table->id().IndexOf(node_row_id)); in EmitNode()
289 node_table->mutable_size()->Set(node_row_index, value_int); in EmitNode()
291 node_table->mutable_effective_size()->Set(node_row_index, value_int); in EmitNode()
/external/libfuse/lib/
Dfuse.c89 struct node_table { struct
116 struct node_table name_table; argument
117 struct node_table id_table;
578 static void node_table_reduce(struct node_table *t) in node_table_reduce()
596 struct node_table *t = &f->id_table; in remerge_id()
635 static int node_table_resize(struct node_table *t) in node_table_resize()
654 struct node_table *t = &f->id_table; in rehash_id()
713 struct node_table *t = &f->name_table; in remerge_name()
767 struct node_table *t = &f->name_table; in rehash_name()
4828 static int node_table_init(struct node_table *t) in node_table_init()
/external/llvm-project/polly/lib/External/isl/
Disl_scheduler.c384 struct isl_hash_table *node_table; member
404 graph->node_table = isl_hash_table_alloc(ctx, graph->n); in graph_init_table()
405 if (!graph->node_table) in graph_init_table()
413 entry = isl_hash_table_find(ctx, graph->node_table, hash, in graph_init_table()
437 entry = isl_hash_table_find(ctx, graph->node_table, hash, in graph_find_node()
756 isl_hash_table_free(ctx, graph->node_table); in graph_free()