Searched refs:c_id (Results 1 – 11 of 11) sorted by relevance
/external/libnl/lib/genl/ |
D | ctrl.c | 495 .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,
|
D | mngt.c | 40 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/ |
D | binding_normalization.templates.h | 604 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/ |
D | mngt.h | 90 int c_id; member
|
/external/libnl/src/ |
D | nl-list-caches.c | 101 cmd->c_name, cmd->c_id, cmd->c_maxattr, in print()
|
/external/libnl/tests/ |
D | test-genl.c | 55 .c_id = TASKSTATS_CMD_NEW,
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/ |
D | model_ops_test.py | 43 def _append_to_leaf(leaf, c_id, w): argument 53 leaf.sparse_vector.index.append(c_id)
|
D | prediction_ops_test.py | 36 def _append_to_leaf(leaf, c_id, w): argument 46 leaf.sparse_vector.index.append(c_id)
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 747 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/ |
D | gbdt_batch_test.py | 50 def _append_to_leaf(leaf, c_id, w): argument 60 leaf.sparse_vector.index.append(c_id)
|
/external/python/cpython3/Lib/test/ |
D | test_collections.py | 1941 c_id = id(c) 1945 self.assertEqual(id(inplace_result), c_id)
|