Home
last modified time | relevance | path

Searched refs:node_count (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/compiler/
Dstate-values-utils.cc126 int node_count = static_cast<int>(count); in GetValuesNodeFromCache() local
127 node = graph()->NewNode(common()->StateValues(node_count, mask), node_count, in GetValuesNodeFromCache()
139 WorkingBuffer* node_buffer, size_t* node_count, size_t* values_idx, in FillBufferWithValues() argument
146 size_t virtual_node_count = *node_count; in FillBufferWithValues()
148 while (*values_idx < count && *node_count < kMaxInputCount && in FillBufferWithValues()
155 (*node_buffer)[(*node_count)++] = values[*values_idx]; in FillBufferWithValues()
162 DCHECK(*node_count <= StateValuesCache::kMaxInputCount); in FillBufferWithValues()
175 size_t node_count = 0; in BuildTree() local
179 input_mask = FillBufferWithValues(node_buffer, &node_count, values_idx, in BuildTree()
184 while (*values_idx < count && node_count < kMaxInputCount) { in BuildTree()
[all …]
Dstate-values-utils.h59 size_t* node_count,
Dinstruction-selector.h59 Zone* zone, size_t node_count, Linkage* linkage,
Dinstruction-selector.cc24 Zone* zone, size_t node_count, Linkage* linkage, in InstructionSelector() argument
39 defined_(node_count, false, zone), in InstructionSelector()
40 used_(node_count, false, zone), in InstructionSelector()
41 effect_level_(node_count, 0, zone), in InstructionSelector()
42 virtual_registers_(node_count, in InstructionSelector()
50 instructions_.reserve(node_count); in InstructionSelector()
Dwasm-compiler.cc4070 size_t node_count = 0; in ExecuteCompilation() local
4082 node_count = jsgraph_->graph()->NodeCount(); in ExecuteCompilation()
4109 node_count, pipeline_ms); in ExecuteCompilation()
/external/bison/src/
DInadequacyList.c31 InadequacyListNodeCount *node_count) in InadequacyList__new_conflict() argument
34 result->id = (*node_count)++; in InadequacyList__new_conflict()
35 aver (*node_count != 0); in InadequacyList__new_conflict()
DInadequacyList.h115 InadequacyListNodeCount *node_count);
/external/ltp/tools/pounder21/src/ramsnake/
Dsnake.c43 static void populate_graph(void *region, unsigned long long node_count);
75 static void populate_graph(void *graph, unsigned long long node_count) in populate_graph() argument
84 for (i = 0, ptr = graph; i < node_count; i++, ptr++) { in populate_graph()
85 gunk = (node_count - 1) * (rand() / (RAND_MAX + 1.0)); in populate_graph()
/external/freetype/src/cache/
Dftcsbits.c220 FT_UInt node_count; in FTC_SNode_New() local
243 for ( node_count = 0; node_count < count; node_count++ ) in FTC_SNode_New()
245 snode->sbits[node_count].width = 255; in FTC_SNode_New()
/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str01.c49 int node_count; /* number of nodes created so far */ variable
186 my_index = node_count++; in synchronize_children()
227 printf("thread %d node_count = %d\n", my_index, node_count); in synchronize_children()
238 if (node_count == num_nodes(breadth, cdepth)) { in synchronize_children()
355 node_count = 1; in doit()
Dpth_str03.c68 int node_count; /* number of nodes created so far */ variable
203 my_index = node_count++; in synchronize_children()
240 printf("thread %d node_count = %d\n", my_index, node_count); in synchronize_children()
249 if (node_count == num_nodes(breadth, cdepth)) { in synchronize_children()
353 node_count = 1; in doit()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c518 unsigned int i, input_node, node_count, node_index; in do_advanced_regalloc() local
528 node_count = rc_list_count(variables); in do_advanced_regalloc()
530 node_count * sizeof(unsigned int)); in do_advanced_regalloc()
570 node_count + s->NumInputs); in do_advanced_regalloc()
572 for (node_index = 0; node_index < node_count; node_index++) { in do_advanced_regalloc()
610 node_count + input_node); in do_advanced_regalloc()
614 ra_set_node_reg(graph, node_count + input_node, get_reg_id( in do_advanced_regalloc()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_reg_allocate.cpp206 int node_count = alloc.count; in reg_allocate() local
207 int first_payload_node = node_count; in reg_allocate()
208 node_count += payload_reg_count; in reg_allocate()
210 ra_alloc_interference_graph(compiler->vec4_reg_set.regs, node_count); in reg_allocate()
237 setup_payload_interference(g, first_payload_node, node_count); in reg_allocate()
Dbrw_fs_reg_allocate.cpp545 int node_count = this->alloc.count; in assign_regs() local
546 int first_payload_node = node_count; in assign_regs()
547 node_count += payload_node_count; in assign_regs()
548 int first_mrf_hack_node = node_count; in assign_regs()
550 node_count += BRW_MAX_GRF - GEN7_MRF_HACK_START; in assign_regs()
552 ra_alloc_interference_graph(compiler->fs_reg_sets[rsi].regs, node_count); in assign_regs()
/external/syslinux/lzo/src/
Dlzo_swd.ch128 lzo_uint node_count;
211 s->node_count = s->swd_n - len;
285 s->node_count = s->swd_n;
336 if (s->rp >= s->node_count)
337 s->rp -= s->node_count;
339 s->rp += s->b_size - s->node_count;
419 if (s->node_count == 0)
450 --s->node_count;
/external/syslinux/gpxe/src/util/
Dnrv2b.c262 unsigned int node_count; member
350 s->node_count = s->n - len; in swd_insertdict()
398 s->node_count = s->n; in swd_init()
427 if (s->rp >= s->node_count) in swd_init()
428 s->rp -= s->node_count; in swd_init()
430 s->rp += s->b_size - s->node_count; in swd_init()
482 if (s->node_count == 0) in swd_remove_node()
509 --s->node_count; in swd_remove_node()
/external/libdrm/
Dxf86drm.c3772 int ret, i, node_count; in drmGetDevice2()
3875 node_count = i; in drmGetDevice2()
3877 drmFoldDuplicatedDevices(local_devices, node_count); in drmGetDevice2()
3880 drmFreeDevices(&local_devices[1], node_count - 1); in drmGetDevice2()
3938 int ret, i, node_count, device_count; in drmGetDevices2() local
4025 node_count = i; in drmGetDevices2()
4027 drmFoldDuplicatedDevices(local_devices, node_count); in drmGetDevices2()
4030 for (i = 0; i < node_count; i++) { in drmGetDevices2()
/external/v8/src/ast/
Dast.h170 int node_count() { return node_count_; } in node_count() function
2665 int ast_node_count() { return ast_properties_.node_count(); } in ast_node_count()
/external/bison/
DChangeLog-20121556 node_count argument and use it to assign a unique ID.