Searched refs:list_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
H A DJob.h124 typedef SmallVector<Job*, 4> list_type; typedef in class:clang::driver::JobList
125 typedef list_type::size_type size_type;
126 typedef list_type::iterator iterator;
127 typedef list_type::const_iterator const_iterator;
130 list_type Jobs;
145 const list_type &getJobs() const { return Jobs; }
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DGCMetadataPrinter.h39 typedef GCStrategy::list_type list_type; typedef in class:llvm::GCMetadataPrinter
H A DGCStrategy.h57 typedef std::vector<GCFunctionInfo*> list_type; typedef in class:llvm::GCStrategy
58 typedef list_type::iterator iterator;
65 list_type Functions;
H A DGCMetadata.h166 typedef std::vector<GCStrategy*> list_type; typedef in class:llvm::GCModuleInfo
170 list_type StrategyList;
176 typedef list_type::const_iterator iterator;
/freebsd-10-stable/crypto/openssl/apps/
H A Dopenssl.c506 int list_type; local
510 list_type = FUNC_TYPE_GENERAL;
512 list_type = FUNC_TYPE_MD;
514 list_type = FUNC_TYPE_MD_ALG;
516 list_type = FUNC_TYPE_PKEY;
518 list_type = FUNC_TYPE_CIPHER_ALG;
520 list_type = FUNC_TYPE_CIPHER;
532 if (list_type == FUNC_TYPE_PKEY)
534 if (list_type == FUNC_TYPE_MD_ALG)
536 if (list_type
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLibCxxList.cpp275 ClangASTType list_type = m_backend.GetClangType();
276 if (list_type.IsReferenceType())
277 list_type = list_type.GetNonReferenceType();
279 if (list_type.GetNumTemplateArguments() == 0)
282 m_element_type = list_type.GetTemplateArgument(0, kind);
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Dext.c112 Der_type replace_type, list_type; local
135 &list_class, &list_type, &list_tag,
144 MAKE_TAG(list_class,list_type,list_type)) {
/freebsd-10-stable/sys/dev/mlx5/
H A Dvport.h97 enum mlx5_list_type list_type,
109 enum mlx5_list_type list_type,
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c676 static void mlx5e_fill_addr_array(struct mlx5e_priv *priv, int list_type, argument
679 bool is_uc = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC);
704 int list_type)
706 bool is_uc = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC);
738 mlx5e_fill_addr_array(priv, list_type, addr_array, size);
741 err = mlx5_modify_nic_vport_mac_list(priv->mdev, list_type, addr_array, size);
703 mlx5e_vport_context_update_addr_list(struct mlx5e_priv *priv, int list_type) argument
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c725 enum mlx5_list_type list_type,
740 max_list_size = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC) ?
760 MLX5_SET(query_nic_vport_context_in, in, allowed_list_type, list_type);
789 enum mlx5_list_type list_type,
801 max_list_size = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC ?
825 allowed_list_type, list_type);
723 mlx5_query_nic_vport_mac_list(struct mlx5_core_dev *dev, u16 vport, enum mlx5_list_type list_type, u8 addr_list[][ETH_ALEN], int *list_size) argument
788 mlx5_modify_nic_vport_mac_list(struct mlx5_core_dev *dev, enum mlx5_list_type list_type, u8 addr_list[][ETH_ALEN], int list_size) argument

Completed in 186 milliseconds