Home
last modified time | relevance | path

Searched defs:node_count (Results 1 – 25 of 29) sorted by relevance

12

/third_party/rust/rust/compiler/rustc_ast_passes/src/
Dlib.rs21 pub mod node_count; module
/third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/
Dserialized.rs87 pub fn node_count(&self) -> usize { in node_count() method
102 let node_count = IntEncodedWithFixedSize::decode(d).0 as usize; in decode() localVariable
207 let node_count = total_node_count.try_into().unwrap(); in finish() localVariable
Dquery.rs15 let node_count = prev_node_count + prev_node_count / 4; in new() localVariable
/third_party/mesa3d/src/panfrost/util/
Dlcra.h34 unsigned node_count; member
Dlcra.c43 lcra_alloc_equations(unsigned node_count, unsigned class_count) in lcra_alloc_equations()
/third_party/ninja/src/
Ddeps_log.h84 int node_count; member
Ddeps_log.cc67 int node_count, Node** nodes) { in RecordDeps()
Ddeps_log_test.cc415 int node_count = 5; in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_statistics.h68 int64_t node_count = 0; member
/third_party/protobuf/third_party/abseil-cpp/absl/strings/internal/
Dcordz_statistics.h69 size_t node_count = 0; member
/third_party/ltp/testcases/kernel/sched/pthreads/
Dpth_str01.c49 int node_count; /* number of nodes created so far */ variable
Dpth_str03.c68 int node_count; /* number of nodes created so far */ variable
/third_party/mesa3d/src/panfrost/compiler/
Dbi_ra.c33 unsigned node_count; member
62 lcra_alloc_equations(unsigned node_count) in lcra_alloc_equations()
346 uint64_t preload_live, unsigned node_count, bool is_blend, in bi_mark_interference()
Dbi_opt_push_ubo.c234 unsigned node_count = 0; in bi_create_fau_interference_graph() local
/third_party/openssl/crypto/x509/
Dpcy_local.h115 size_t node_count; member
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/node/
Dnode_manager.py63 def node_count(self): member in NodeManager
/third_party/mesa3d/src/intel/compiler/elk/
Delk_vec4_reg_allocate.cpp171 int node_count = alloc.count; in reg_allocate() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dlite_model.h233 auto node_count = meta_graph.nodes()->size(); in MetaGraphMappingSubGraph() local
Dlite_model.cc123 auto node_count = sub_graph.nodeIndices()->size(); in ConvertSubGraph() local
/third_party/skia/third_party/externals/freetype/src/cache/
Dftcsbits.c226 FT_UInt node_count; in FTC_SNode_New() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c247 unsigned int i, input_node, node_count, node_index; in do_advanced_regalloc() local
Dr3xx_vertprog.c638 unsigned int node_count, node_index; in allocate_temporary_registers() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dstrategy.cc128 int node_count = SizeToInt(ms_func_graph->nodes().size()); in MakeGCStrategy() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c102 unsigned node_count) in mir_create_dependency_graph()
1460 unsigned node_count = ctx->temp_count + 1; in schedule_block() local
/third_party/mesa3d/src/gallium/frontends/teflon/
Dtfl_device.c501 unsigned node_count = 0; in PrepareDelegate() local

12