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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h26 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>;
27 using instr_iterator = typename list_type::iterator;
28 using nonconst_instr_iterator = typename list_type::iterator;
29 using const_instr_iterator = typename list_type::const_iterator;
32 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>;
33 using instr_iterator = typename list_type::reverse_iterator;
34 using nonconst_instr_iterator = typename list_type::reverse_iterator;
35 using const_instr_iterator = typename list_type::const_reverse_iterator;
38 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>;
39 using instr_iterator = typename list_type
[all...]
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h47 using list_type = simple_ilist<Node>;
49 list_type List;
83 using size_type = typename list_type::size_type;
84 using difference_type = typename list_type::difference_type;
131 using iterator = IteratorImpl<T, typename list_type::iterator>;
133 IteratorImpl<T, typename list_type::reverse_iterator>;
135 IteratorImpl<const T, typename list_type::const_iterator>;
137 IteratorImpl<const T, typename list_type::const_reverse_iterator>;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h193 using list_type = SmallVector<std::unique_ptr<Command>, 4>;
194 using size_type = list_type::size_type;
195 using iterator = llvm::pointee_iterator<list_type::iterator>;
196 using const_iterator = llvm::pointee_iterator<list_type::const_iterator>;
199 list_type Jobs;
211 const list_type &getJobs() const { return Jobs; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp184 CompilerType list_type = m_backend.GetCompilerType(); local
185 if (list_type.IsReferenceType())
186 list_type = list_type.GetNonReferenceType();
188 if (list_type.GetNumTemplateArguments() == 0)
190 m_element_type = list_type.GetTypeTemplateArgument(0);
/freebsd-11-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-11-stable/sys/dev/mlx5/
H A Dvport.h107 enum mlx5_list_type list_type,
119 enum mlx5_list_type list_type,
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c475 u32 vport_num, int list_type)
478 bool is_uc = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC;
510 u32 vport_num, int list_type)
513 bool is_uc = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC;
538 err = mlx5_query_nic_vport_mac_list(esw->dev, vport_num, list_type,
474 esw_apply_vport_addr_list(struct mlx5_eswitch *esw, u32 vport_num, int list_type) argument
509 esw_update_vport_addr_list(struct mlx5_eswitch *esw, u32 vport_num, int list_type) argument
H A Dmlx5_vport.c712 enum mlx5_list_type list_type,
727 max_list_size = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC) ?
746 MLX5_SET(query_nic_vport_context_in, in, allowed_list_type, list_type);
775 enum mlx5_list_type list_type,
787 max_list_size = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC ?
810 allowed_list_type, list_type);
710 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
774 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
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c902 static void mlx5e_fill_addr_array(struct mlx5e_priv *priv, int list_type, argument
905 bool is_uc = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC);
930 int list_type)
932 bool is_uc = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC);
964 mlx5e_fill_addr_array(priv, list_type, addr_array, size);
967 err = mlx5_modify_nic_vport_mac_list(priv->mdev, list_type, addr_array, size);
929 mlx5e_vport_context_update_addr_list(struct mlx5e_priv *priv, int list_type) argument

Completed in 114 milliseconds