Home
last modified time | relevance | path

Searched defs:func_arg (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Python/
Dthread_solaris.h19 struct func_arg { struct
30 func = ((struct func_arg *) funcarg)->func; in new_func() argument
/external/selinux/libsepol/src/
Ddebug.h36 channel_arg, func_arg, ...) do { \ argument
/external/selinux/libsemanage/src/
Ddebug.h36 channel_arg, func_arg, ...) do { \ argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dpromote_resources_to_args.cc230 if (auto func_arg = read_op.resource().dyn_cast<BlockArgument>()) { in PromoteResourcesToArguments() local
243 if (auto func_arg = write_op.resource().dyn_cast<BlockArgument>()) { in PromoteResourcesToArguments() local
/external/python/cpython3/Python/
Dthread_pthread.h245 void *func_arg = callback->arg; in pythread_wrapper() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc558 static int64_t GetAllocationIndex(mlir::BlockArgument func_arg, in GetAllocationIndex()