/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | call.h | 209 void AddOp(grpc_op* ops, size_t* nops) {} in AddOp() argument 235 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 237 grpc_op* op = &ops[(*nops)++]; in AddOp() 280 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 282 grpc_op* op = &ops[(*nops)++]; in AddOp() 334 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 336 grpc_op* op = &ops[(*nops)++]; in AddOp() 409 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 411 grpc_op* op = &ops[(*nops)++]; in AddOp() 451 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument [all …]
|
/external/elfutils/libdwfl/ |
D | dwfl_module_return_value_location.c | 53 int nops = ebl_return_value_location (mod->ebl, functypedie, locops); in dwfl_module_return_value_location() local 54 if (unlikely (nops < 0)) in dwfl_module_return_value_location() 56 if (nops == -1) in dwfl_module_return_value_location() 58 else if (nops == -2) in dwfl_module_return_value_location() 62 nops = -1; in dwfl_module_return_value_location() 65 return nops; in dwfl_module_return_value_location()
|
D | frame_unwind.c | 148 size_t nops, Dwarf_Addr *result, Dwarf_Addr bias) in expr_eval() argument 151 if (nops == 0) in expr_eval() 169 for (const Dwarf_Op *op = ops; op < ops + nops; op++) in expr_eval() 448 const Dwarf_Op *found = bsearch ((void *) (uintptr_t) offset, ops, nops, in expr_eval()
|
/external/elfutils/libdw/ |
D | dwarf_frame_register.c | 38 Dwarf_Op **ops, size_t *nops) in dwarf_frame_register() argument 51 *nops = 0; in dwarf_frame_register() 78 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa }; in dwarf_frame_register() 80 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_plus_uconst, in dwarf_frame_register() 84 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_stack_value }; in dwarf_frame_register() 89 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_regx, in dwarf_frame_register() 112 ops, nops, IDX_debug_frame) < 0) in dwarf_frame_register()
|
D | dwarf_frame_cfa.c | 38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops) in dwarf_frame_cfa() argument 49 *nops = 0; in dwarf_frame_cfa() 55 *nops = 1; in dwarf_frame_cfa() 64 ops, nops, IDX_debug_frame); in dwarf_frame_cfa()
|
/external/arm-optimized-routines/test/rtest/ |
D | wrappers.c | 17 ctx->nops = ctx->nresults = 0; in wrapper_init() 32 assert(ctx->nops < 2); in wrapper_op_real() 33 ctx->mpfr_ops[ctx->nops] = r; in wrapper_op_real() 34 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_real() 35 ctx->size_ops[ctx->nops] = size; in wrapper_op_real() 36 ctx->nops++; in wrapper_op_real() 42 assert(ctx->nops < 2); in wrapper_op_complex() 43 ctx->mpc_ops[ctx->nops] = c; in wrapper_op_complex() 44 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_complex() 45 ctx->size_ops[ctx->nops] = size; in wrapper_op_complex() [all …]
|
/external/elfutils/tests/ |
D | dwarfcfi.c | 52 print_detail (int result, const Dwarf_Op *ops, size_t nops) in print_detail() argument 56 else if (nops == 0) in print_detail() 61 for (size_t i = 0; i < nops; ++i) in print_detail() 120 size_t nops; in handle_address() local 122 int reg_result = dwarf_frame_register (frame, r, ops_mem, &ops, &nops); in handle_address() 123 print_detail (reg_result, ops, nops); in handle_address()
|
D | addrcfi.c | 49 print_detail (int result, const Dwarf_Op *ops, size_t nops, Dwarf_Addr bias) in print_detail() argument 53 else if (nops == 0) in print_detail() 58 for (size_t i = 0; i < nops; ++i) in print_detail() 97 size_t nops; in print_register() local 98 int result = dwarf_frame_register (stuff->frame, regno, ops_mem, &ops, &nops); in print_register() 99 print_detail (result, ops, nops, stuff->bias); in print_register()
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_client_test.cc | 106 static bool validate_op(alts_tsi_event* event, const grpc_op* op, size_t nops, in validate_op() argument 108 GPR_ASSERT(event != nullptr && op != nullptr && nops != 0); in validate_op() 154 const grpc_op* ops, size_t nops, in check_must_not_be_called() argument 167 size_t nops, void* tag) { in check_client_start_success() argument 197 GPR_ASSERT(validate_op(event, op, nops, true /* is_start */)); in check_client_start_success() 210 size_t nops, void* tag) { in check_server_start_success() argument 234 GPR_ASSERT(validate_op(event, op, nops, true /* is_start */)); in check_server_start_success() 245 size_t nops, void* tag) { in check_next_success() argument 254 GPR_ASSERT(validate_op(event, op, nops, false /* is_start */)); in check_next_success() 264 const grpc_op* op, size_t nops, in check_grpc_call_failure() argument
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call.h | 81 size_t nops, 88 grpc_call* call, const grpc_op* ops, size_t nops, 99 #define GRPC_CALL_LOG_BATCH(sev, call, ops, nops, tag) \ argument 100 if (grpc_api_trace.enabled()) grpc_call_log_batch(sev, call, ops, nops, tag)
|
D | call_log_batch.cc | 111 grpc_call* call, const grpc_op* ops, size_t nops, in grpc_call_log_batch() argument 115 for (i = 0; i < nops; i++) { in grpc_call_log_batch()
|
D | call.cc | 1475 size_t nops, void* notify_tag, in call_start_batch() argument 1488 GRPC_CALL_LOG_BATCH(GPR_INFO, call, ops, nops, notify_tag); in call_start_batch() 1490 if (nops == 0) { in call_start_batch() 1504 bctl = reuse_or_allocate_batch_control(call, ops, nops); in call_start_batch() 1516 for (i = 0; i < nops; i++) { in call_start_batch() 1876 size_t nops, void* tag, void* reserved) { in grpc_call_start_batch() argument 1883 5, (call, ops, (unsigned long)nops, tag, reserved)); in grpc_call_start_batch() 1888 err = call_start_batch(call, ops, nops, tag, 0); in grpc_call_start_batch() 1896 size_t nops, in grpc_call_start_batch_and_execute() argument 1898 return call_start_batch(call, ops, nops, closure, 1); in grpc_call_start_batch_and_execute()
|
/external/grpc-grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 532 size_t nops, 539 size_t nops, void* tag, in grpcsharp_call_start_batch_nop() argument 546 size_t nops, in grpcsharp_call_start_batch_default() argument 549 return grpc_call_start_batch(call, ops, nops, tag, reserved); in grpcsharp_call_start_batch_default() 557 size_t nops, void* tag, in grpcsharp_call_start_batch() argument 559 return g_call_start_batch_func(call, ops, nops, tag, reserved); in grpcsharp_call_start_batch() 743 size_t nops = send_empty_initial_metadata ? 2 : 1; in grpcsharp_call_send_message() local 753 return grpcsharp_call_start_batch(call, ops, nops, ctx, NULL); in grpcsharp_call_send_message() 777 size_t nops = 1; in grpcsharp_call_send_status_from_server() local 792 ops[nops].op = GRPC_OP_SEND_MESSAGE; in grpcsharp_call_send_status_from_server() [all …]
|
/external/autotest/client/tests/fsstress/ |
D | fsstress.py | 23 def run_once(self, testdir = None, extra_args = '', nproc = '1000', nops = '1000'): argument 27 args = '-d %s -p %s -n %s %s' % (testdir, nproc, nops, extra_args)
|
/external/python/cpython3/Python/ |
D | peephole.c | 227 unsigned int j, nops; in PyCode_Optimize() local 424 for (i = 0, nops = 0; i < codelen; i++) { in PyCode_Optimize() 425 assert(i - nops <= INT_MAX); in PyCode_Optimize() 427 blocks[i] = i - nops; in PyCode_Optimize() 429 nops++; in PyCode_Optimize() 483 assert(h + (Py_ssize_t)nops == codelen); in PyCode_Optimize()
|
/external/grpc-grpc/src/cpp/server/ |
D | server_context.cc | 50 void FillOps(grpc_call* call, grpc_op* ops, size_t* nops) override; 92 size_t* nops) { in FillOps() argument 97 *nops = 1; in FillOps()
|
/external/grpc-grpc/src/cpp/client/ |
D | channel_cc.cc | 142 size_t nops = 0; in PerformOpsOnCall() local 144 ops->FillOps(call->call(), cops, &nops); in PerformOpsOnCall() 145 GPR_ASSERT(GRPC_CALL_OK == grpc_call_start_batch(call->call(), cops, nops, in PerformOpsOnCall()
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | nop-insertion.ll | 9 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \ 12 ; RUN: -nop-insertion-percentage=90 -max-nops-per-instruction=1 \ 15 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=2 \ 18 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \ 22 ; RUN: -max-nops-per-instruction=2 \
|
D | nop-insertion-no-vectors.ll | 5 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \ 9 ; RUN: -nop-insertion-percentage=110 -max-nops-per-instruction=2 \
|
/external/python/cpython2/Python/ |
D | peephole.c | 303 int nops, h, adj; in PyCode_Optimize() local 600 for (i=0, nops=0 ; i<codelen ; i += CODESIZE(codestr[i])) { in PyCode_Optimize() 601 addrmap[i] = i - nops; in PyCode_Optimize() 603 nops++; in PyCode_Optimize() 647 assert(h + nops == codelen); in PyCode_Optimize()
|
/external/grpc-grpc/test/core/bad_ssl/ |
D | bad_ssl_test.cc | 38 static void run_test(const char* target, size_t nops) { in run_test() argument 97 error = grpc_call_start_batch(c, ops, nops, tag(1), nullptr); in run_test()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | debugger-insert-nops.ll | 1 ; RUN: llc -O0 -mtriple=amdgcn--amdhsa-amdgiz -mcpu=fiji -mattr=+amdgpu-debugger-insert-nops -verif… 2 ; RUN: llc -O0 -mtriple=amdgcn--amdhsa-amdgiz -mcpu=fiji -mattr=+amdgpu-debugger-insert-nops -verif…
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-stackmap-nops.ll | 5 ; Expect 8 bytes worth of nops here rather than 16: With the shadow optimization
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-stackmap-nops.ll | 5 ; Expect 8 bytes worth of nops here rather than 16: With the shadow optimization
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | GRPCWrappedCall.m | 281 size_t nops = operations.count; 282 grpc_op *ops_array = gpr_malloc(nops * sizeof(grpc_op)); 288 grpc_call_start_batch(_call, ops_array, nops, (__bridge_retained void *)(^(bool success) {
|