Searched refs:local_args (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/mem/mtest05/ |
D | mmstress.c | 192 long *local_args = args; /* local pointer to list of arguments */ in thread_fault() local 199 = (void *) (local_args[MAPADDR] in thread_fault() 200 + (int)local_args[THNUM] in thread_fault() 202 * local_args[PAGESIZ]); in thread_fault() 222 ((int)local_args[3] == READ_FAULT) ? (read_from_addr = in thread_fault() 225 start_addr += local_args[PAGESIZ]; in thread_fault() 229 " @page address %p", local_args[3], in thread_fault()
|
/external/libchrome/base/trace_event/ |
D | memory_dump_manager_test_utils.h | 18 MemoryDumpRequestArgs local_args = {0 /* dump_guid */, dump_type, in RequestGlobalDumpForInProcessTesting() local 21 local_args, ProcessMemoryDumpCallback()); in RequestGlobalDumpForInProcessTesting()
|
/external/llvm-project/llvm/utils/UpdateTestChecks/ |
D | common.py | 225 local_args = copy.deepcopy(scrubber_args) 226 local_args[0].extra_scrub = extra 227 return scrubber(body, *local_args)
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime.cc | 1465 std::vector<FunctionArg> local_args; in Run() local 1467 local_args.push_back(tensor); in Run() 1469 RunInternal(new_opts, handle, local_args, function_rets, cleanup_items, in Run() 1520 std::vector<Tensor> local_args = GetLocalArgs(args); in RunInternal() local 1524 local_args, device_context, opts.args_alloc_attrs, in RunInternal() 1533 flr->Run(opts, handle, local_args, remote_rets, in RunInternal()
|