Searched defs:input (Results 226 - 250 of 299) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h52 static StringRef input(StringRef Scalar, void *Ctx, StringValue &S) { function in struct:llvm::yaml::ScalarTraits
73 static StringRef input(StringRef Scalar, void *Ctx, FlowStringValue &S) { function in struct:llvm::yaml::ScalarTraits
93 static StringRef input(StringRef Scalar, void *Ctx, BlockStringValue &S) { function in struct:llvm::yaml::BlockScalarTraits
117 static StringRef input(StringRef Scalar, void *Ctx, UnsignedValue &Value) { function in struct:llvm::yaml::ScalarTraits
150 static StringRef input(StringRef Scalar, void *, MaybeAlign &Alignment) { function in struct:llvm::yaml::ScalarTraits
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_openssl.c137 struct evbuffer *input; local
583 struct evbuffer *input = bev->input; local
737 struct evbuffer *input = bev->bev.bev.input; local
[all...]
/freebsd-13-stable/contrib/dialog/
H A Dfselect.c306 show_both_lists(char *input, LIST * d_list, LIST * f_list, bool keep) argument
432 fill_lists(char *current, char *input, LIST * d_list, LIST * f_list, bool keep) argument
595 char *input; local
[all...]
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h714 cvmx_dfa_submit(const cvmx_dfa_graph_t *graph, int start_node, void *input, int input_length, int use_gather, int is_little_endian, cvmx_dfa_result0_t *result, int max_results, cvmx_wqe_t *work) argument
/freebsd-13-stable/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c100 systemd_escape(const char *input, const char *prepend, const char *append) argument
165 systemd_escape_path(char *input, const char *prepend, const char *append) argument
[all...]
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c715 dump_command(struct mlx5_core_dev *dev, struct mlx5_cmd_work_ent *ent, int input) argument
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_edid.h217 u8 input; member in struct:edid
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dcmd.c133 ibv_cmd_query_device_ex(struct ibv_context *context, const struct ibv_query_device_ex_input *input, struct ibv_device_attr_ex *attr, size_t attr_size, uint64_t *raw_fw_ver, struct ibv_query_device_ex *cmd, size_t cmd_core_size, size_t cmd_size, struct ibv_query_device_resp_ex *resp, size_t resp_core_size, size_t resp_size) argument
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dverbs.c67 mlx4_query_device_ex(struct ibv_context *context, const struct ibv_query_device_ex_input *input, struct ibv_device_attr_ex *attr, size_t attr_size) argument
/freebsd-13-stable/contrib/opie/
H A Dopieftpd.c324 static VOIDRET lostconn FUNCTION((input), int input) argument
1288 static VOIDRET myoob FUNCTION((input), int input) argument
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c140 struct evbuffer *input; local
579 struct evbuffer *input = bev->input; local
731 struct evbuffer *input = bev->bev.bev.input; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h1262 static StringRef input(StringRef Str, void *Ctx, endian_type &E) { function in struct:llvm::ScalarTraits
[all...]
/freebsd-13-stable/contrib/ntp/include/
H A Dparse.h353 parse_inp_fnc_t *input; member in struct:clockformat
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_82599.c1474 u32 ixgbe_atr_compute_sig_hash_82599(union ixgbe_atr_hash_dword input, argument
1540 ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_hash_dword input, union ixgbe_atr_hash_dword common, u8 queue) argument
1614 ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask) argument
1875 ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, u16 soft_id, u8 queue, bool cloud_mode) argument
1965 ixgbe_fdir_erase_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, u16 soft_id) argument
2013 ixgbe_fdir_add_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask, u16 soft_id, u8 queue, bool cloud_mode) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcrypto.c2448 krb5_crypto_prf(krb5_context context, const krb5_crypto crypto, const krb5_data *input, krb5_data *output) argument
2468 krb5_crypto_prfplus(krb5_context context, const krb5_crypto crypto, const krb5_data *input, size_t length, krb5_data *output) argument
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dauth-pam.c1073 char input[PAM_MAX_MSG_SIZE]; local
H A Dchannels.h134 struct sshbuf *input; /* data read from socket, to be sent over member in struct:Channel
H A Dssh-agent.c110 struct sshbuf *input; member in struct:__anon6898
[all...]
H A Dumac.c1045 static int uhash_update(uhash_ctx_t ctx, const u_char *input, long len) argument
1254 umac_update(struct umac_ctx *ctx, const u_char *input, long len) argument
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Dts.c478 static int create_digest(BIO *input, const char *digest, const EVP_MD *md, argument
871 BIO *input = NULL; local
/freebsd-13-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c1161 input(int *cmd) function
/freebsd-13-stable/tools/tools/crypto/
H A Dcryptocheck.c1057 ocf_gmac(const struct alg *alg, const char *input, size_ argument
659 openssl_cipher(const struct alg *alg, const EVP_CIPHER *cipher, const char *key, const char *iv, const char *input, char *output, size_t size, int enc) argument
703 ocf_cipher(const struct ocf_session *ses, const struct alg *alg, const char *iv, const char *input, char *output, size_t size, int op) argument
838 ocf_eta(const struct ocf_session *ses, const char *iv, size_t iv_len, const char *aad, size_t aad_len, const char *input, char *output, size_t size, char *digest, int op) argument
1027 openssl_gmac(const struct alg *alg, const EVP_CIPHER *cipher, const char *key, const char *iv, const char *input, size_t size, char *tag) argument
1136 openssl_gcm_encrypt(const struct alg *alg, const EVP_CIPHER *cipher, const char *key, const char *iv, const char *aad, size_t aad_len, const char *input, char *output, size_t size, char *tag) argument
1180 openssl_gcm_decrypt(const struct alg *alg, const EVP_CIPHER *cipher, const char *key, const char *iv, const char *aad, size_t aad_len, const char *input, char *output, size_t size, char *tag) argument
1224 openssl_ccm_encrypt(const struct alg *alg, const EVP_CIPHER *cipher, const char *key, const char *iv, size_t iv_len, const char *aad, size_t aad_len, const char *input, char *output, size_t size, char *tag) argument
1292 ocf_aead(const struct ocf_session *ses, const char *iv, size_t iv_len, const char *aad, size_t aad_len, const char *input, char *output, size_t size, char *tag, int op) argument
[all...]
/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.cc259 property::parse_string(text_input_buffer &input) argument
282 property::parse_cells(text_input_buffer &input, int cell_size) argument
370 parse_bytes(text_input_buffer &input) argument
397 parse_reference(text_input_buffer &input) argument
456 parse_define(text_input_buffer &input, define_map *defines) argument
477 property(text_input_buffer &input, string &&k, string_set &&l, bool semicolonTerminated, define_map *defines) argument
585 parse(text_input_buffer &input, string &&key, string_set &&label, bool semicolonTerminated, define_map *defines) argument
710 parse_name(text_input_buffer &input, bool &is_property, const char *error) argument
851 node(text_input_buffer &input, device_tree &tree, string &&n, std::unordered_set<string> &&l, string &&a, define_map *defines) argument
1014 parse(text_input_buffer &input, device_tree &tree, string &&name, string_set &&label, string &&address, define_map *defines) argument
1560 parse_file(text_input_buffer &input, std::vector<node_ptr> &roots, bool &read_header) argument
1776 input_buffer &input = *in; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dshelf.c77 const char *input = codename; local
H A Dshelf2.c77 const char *input = codename; local

Completed in 537 milliseconds

1234567891011>>