Home
last modified time | relevance | path

Searched refs:out_args (Results 1 – 14 of 14) 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.c528 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
605 if (out_args) { in __of_parse_phandle_with_args()
609 out_args->np = node; in __of_parse_phandle_with_args()
610 out_args->args_count = count; in __of_parse_phandle_with_args()
612 out_args->args[i] = in __of_parse_phandle_with_args()
658 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
664 index, out_args); in of_parse_phandle_with_args()
Dread.c119 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
123 out_args); in dev_read_phandle_with_args()
Dofnode.c326 struct ofnode_phandle_args *out_args) in ofnode_parse_phandle_with_args() argument
337 ofnode_from_of_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
348 ofnode_from_fdtdec_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
/external/u-boot/include/dm/
Dread.h263 struct ofnode_phandle_args *out_args);
551 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
555 out_args); in dev_read_phandle_with_args()
Dof_access.h352 int index, struct of_phandle_args *out_args);
Dofnode.h450 struct ofnode_phandle_args *out_args);
/external/u-boot/lib/
Dfdtdec.c725 struct fdtdec_phandle_args *out_args) in fdtdec_parse_phandle_with_args() argument
808 if (out_args) { in fdtdec_parse_phandle_with_args()
817 out_args->node = node; in fdtdec_parse_phandle_with_args()
818 out_args->args_count = count; in fdtdec_parse_phandle_with_args()
820 out_args->args[i] = in fdtdec_parse_phandle_with_args()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.h213 const Rendezvous::Args& out_args, const Tensor& in,
/external/u-boot/include/
Dfdtdec.h219 struct fdtdec_phandle_args *out_args);