Home
last modified time | relevance | path

Searched refs:c_id (Results 1 – 11 of 11) sorted by relevance

/external/libnl/lib/genl/
Dctrl.c495 .c_id = CTRL_CMD_NEWFAMILY,
502 .c_id = CTRL_CMD_DELFAMILY,
506 .c_id = CTRL_CMD_GETFAMILY,
510 .c_id = CTRL_CMD_NEWOPS,
514 .c_id = CTRL_CMD_DELOPS,
Dmngt.c40 if (cmd->c_id == cmd_id) in lookup_cmd()
128 if (cmd->c_id == op) { in genl_op2name()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h604 TypeId c_id = entry.binding_for_object_to_construct.deps->deps[i]; in performBindingCompression() local
605 auto itr = compressed_bindings_map.find(c_id); in performBindingCompression()
609 …std::cout << "InjectorStorage: ignoring compressed binding for " << c_id << " because the type " <… in performBindingCompression()
623 TypeId c_id = entry.first; in performBindingCompression() local
626 auto c_binding_data = binding_data_map.find(c_id); in performBindingCompression()
639 save_compressed_binding_undo_info(c_id, undo_info); in performBindingCompression()
654 …njectorStorage: performing binding compression for the edge " << i_id << "->" << c_id << std::endl; in performBindingCompression()
/external/libnl/include/netlink/genl/
Dmngt.h90 int c_id; member
/external/libnl/src/
Dnl-list-caches.c101 cmd->c_name, cmd->c_id, cmd->c_maxattr, in print()
/external/libnl/tests/
Dtest-genl.c55 .c_id = TASKSTATS_CMD_NEW,
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
Dmodel_ops_test.py43 def _append_to_leaf(leaf, c_id, w): argument
53 leaf.sparse_vector.index.append(c_id)
Dprediction_ops_test.py36 def _append_to_leaf(leaf, c_id, w): argument
46 leaf.sparse_vector.index.append(c_id)
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c747 int m, p_id, piv, c_set, assoc, desig_type, ci_off, c_id, d_id, naa; in sg_get_designation_descriptor_str() local
856 c_id = sg_get_unaligned_be24(ip + ci_off); in sg_get_designation_descriptor_str()
858 c_id); in sg_get_designation_descriptor_str()
890 c_id = sg_get_unaligned_be24(ip + 2); in sg_get_designation_descriptor_str()
896 lip, c_id); in sg_get_designation_descriptor_str()
931 c_id = (((ip[0] & 0xf) << 20) | (ip[1] << 12) | in sg_get_designation_descriptor_str()
940 "Company_id: 0x%x\n", lip, c_id); in sg_get_designation_descriptor_str()
961 c_id = (((ip[0] & 0xf) << 20) | (ip[1] << 12) | in sg_get_designation_descriptor_str()
970 "Company_id: 0x%x\n", lip, c_id); in sg_get_designation_descriptor_str()
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/
Dgbdt_batch_test.py50 def _append_to_leaf(leaf, c_id, w): argument
60 leaf.sparse_vector.index.append(c_id)
/external/python/cpython3/Lib/test/
Dtest_collections.py1941 c_id = id(c)
1945 self.assertEqual(id(inplace_result), c_id)