Home
last modified time | relevance | path

Searched refs:out_args (Results 1 – 16 of 16) sorted by relevance

/external/boringssl/src/tool/
Dargs.cc26 bool ParseKeyValueArguments(std::map<std::string, std::string> *out_args, in ParseKeyValueArguments() argument
29 out_args->clear(); in ParseKeyValueArguments()
46 if (out_args->find(arg) != out_args->end()) { in ParseKeyValueArguments()
52 (*out_args)[arg] = ""; in ParseKeyValueArguments()
58 (*out_args)[arg] = args[++i]; in ParseKeyValueArguments()
65 out_args->find(templ->name) == out_args->end()) { in ParseKeyValueArguments()
Dinternal.h67 bool ParseKeyValueArguments(std::map<std::string, std::string> *out_args, const
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi.c208 void **out_args; in ffi_closure_SYSV_inner() local
210 out_args = (void **) alloca(cif->nargs * sizeof (void *)); in ffi_closure_SYSV_inner()
218 ffi_prep_incoming_args_SYSV(in_args, &rvalue, out_args, cif); in ffi_closure_SYSV_inner()
220 (closure->fun)(cif, rvalue, out_args, closure->user_data); in ffi_closure_SYSV_inner()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dconnector.cc34 grpc_connect_out_args* out_args, in grpc_connector_connect() argument
36 connector->vtable->connect(connector, in_args, out_args, notify); in grpc_connector_connect()
Dconnector.h60 grpc_connect_out_args* out_args, grpc_closure* notify);
68 grpc_connect_out_args* out_args,
/external/u-boot/drivers/core/
Dof_access.c575 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
652 if (out_args) { in __of_parse_phandle_with_args()
656 out_args->np = node; in __of_parse_phandle_with_args()
657 out_args->args_count = count; in __of_parse_phandle_with_args()
659 out_args->args[i] = in __of_parse_phandle_with_args()
705 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
711 index, out_args); in of_parse_phandle_with_args()
Dread.c192 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
196 out_args); in dev_read_phandle_with_args()
Dofnode.c374 struct ofnode_phandle_args *out_args) in ofnode_parse_phandle_with_args() argument
385 ofnode_from_of_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
396 ofnode_from_fdtdec_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
/external/u-boot/include/dm/
Dread.h388 struct ofnode_phandle_args *out_args);
768 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
772 out_args); in dev_read_phandle_with_args()
Dof_access.h384 int index, struct of_phandle_args *out_args);
Dofnode.h485 struct ofnode_phandle_args *out_args);
/external/u-boot/drivers/net/ti/
Dam65-cpsw-nuss.c590 struct ofnode_phandle_args out_args; in am65_cpsw_ofdata_parse_phy() local
613 NULL, 0, 0, &out_args); in am65_cpsw_ofdata_parse_phy()
621 priv->phy_node = out_args.node; in am65_cpsw_ofdata_parse_phy()
Dcpsw.c1185 struct ofnode_phandle_args out_args; in cpsw_eth_of_parse_slave() local
1198 NULL, 0, 0, &out_args); in cpsw_eth_of_parse_slave()
1200 slave_data->phy_of_handle = out_args.node; in cpsw_eth_of_parse_slave()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.h220 const Rendezvous::Args& out_args, const Tensor& in,
/external/u-boot/lib/
Dfdtdec.c690 struct fdtdec_phandle_args *out_args) in fdtdec_parse_phandle_with_args() argument
773 if (out_args) { in fdtdec_parse_phandle_with_args()
782 out_args->node = node; in fdtdec_parse_phandle_with_args()
783 out_args->args_count = count; in fdtdec_parse_phandle_with_args()
785 out_args->args[i] = in fdtdec_parse_phandle_with_args()
/external/u-boot/include/
Dfdtdec.h223 struct fdtdec_phandle_args *out_args);