/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
D | call_op_set.h | 236 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 238 grpc_op* op = &ops[(*nops)++]; in AddOp() 312 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 322 grpc_op* op = &ops[(*nops)++]; in AddOp() 434 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 436 grpc_op* op = &ops[(*nops)++]; in AddOp() 543 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 545 grpc_op* op = &ops[(*nops)++]; in AddOp() 626 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 628 grpc_op* op = &ops[(*nops)++]; in AddOp() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
D | call_op_set.h | 236 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 238 grpc_op* op = &ops[(*nops)++]; in AddOp() 312 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 322 grpc_op* op = &ops[(*nops)++]; in AddOp() 434 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 436 grpc_op* op = &ops[(*nops)++]; in AddOp() 543 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 545 grpc_op* op = &ops[(*nops)++]; in AddOp() 626 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 628 grpc_op* op = &ops[(*nops)++]; in AddOp() [all …]
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/ |
H A D | call_op_set.h | 236 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 238 grpc_op* op = &ops[(*nops)++]; in AddOp() 312 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 322 grpc_op* op = &ops[(*nops)++]; in AddOp() 434 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 436 grpc_op* op = &ops[(*nops)++]; in AddOp() 543 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 545 grpc_op* op = &ops[(*nops)++]; in AddOp() 626 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() argument 628 grpc_op* op = &ops[(*nops)++]; in AddOp() [all …]
|
/aosp_15_r20/external/arm-optimized-routines/math/test/rtest/ |
H A 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 …]
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
H A D | alts_handshaker_client_test.cc | 109 size_t nops, bool is_start) { in validate_op() argument 110 EXPECT_TRUE(c != nullptr && op != nullptr && nops != 0); in validate_op() 150 static bool is_recv_status_op(const grpc_op* op, size_t nops) { in is_recv_status_op() argument 151 return nops == 1 && op->op == GRPC_OP_RECV_STATUS_ON_CLIENT; in is_recv_status_op() 173 size_t nops, in check_client_start_success() argument 176 if (is_recv_status_op(op, nops)) { in check_client_start_success() 213 EXPECT_TRUE(validate_op(client, op, nops, true /* is_start */)); in check_client_start_success() 225 size_t nops, in check_server_start_success() argument 228 if (is_recv_status_op(op, nops)) { in check_server_start_success() 259 EXPECT_TRUE(validate_op(client, op, nops, true /* is_start */)); in check_server_start_success() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/ |
D | grpc_wrap.cc | 673 size_t nops = 1; in grpcwrap_call_send_message() local 682 ops[nops].op = GRPC_OP_SEND_INITIAL_METADATA; in grpcwrap_call_send_message() 685 ops[nops].data.send_initial_metadata.count = in grpcwrap_call_send_message() 687 ops[nops].data.send_initial_metadata.metadata = in grpcwrap_call_send_message() 689 ops[nops].flags = initial_metadata_flags; in grpcwrap_call_send_message() 690 ops[nops].reserved = nullptr; in grpcwrap_call_send_message() 691 nops++; in grpcwrap_call_send_message() 693 return grpc_call_start_batch(call, ops, nops, tag, nullptr); in grpcwrap_call_send_message() 717 size_t nops = 1; in grpcwrap_call_send_status_from_server() local 735 ops[nops].op = GRPC_OP_SEND_MESSAGE; in grpcwrap_call_send_status_from_server() [all …]
|
/aosp_15_r20/external/elfutils/libdw/ |
H A 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() 117 ops, nops, IDX_debug_frame) < 0) in dwarf_frame_register()
|
H A 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()
|
/aosp_15_r20/external/elfutils/libdwfl/ |
H A 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()
|
/aosp_15_r20/external/elfutils/tests/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_exec_balancer.c | 991 unsigned long nops; in nop() local 995 nops = 0; in nop() 999 nops += 1024; in nop() 1003 t = igt_nsec_elapsed(&tv) * 1e-3 / nops; in nop() 1014 unsigned long nops; in nop() local 1018 nops = 0; in nop() 1022 nops += 1024; in nop() 1026 t = igt_nsec_elapsed(&tv) * 1e-3 / nops; in nop() 1040 unsigned long nops; in nop() local 1044 nops = 0; in nop() [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/ |
H A D | call.cc | 132 virtual grpc_call_error StartBatch(const grpc_op* ops, size_t nops, 551 grpc_call_error StartBatch(const grpc_op* ops, size_t nops, void* notify_tag, 1524 grpc_call_error FilterStackCall::StartBatch(const grpc_op* ops, size_t nops, in StartBatch() argument 1536 for (i = 0; i < nops; i++) { in StartBatch() 1552 GRPC_CALL_LOG_BATCH(GPR_INFO, ops, nops); in StartBatch() 1554 if (nops == 0) { in StartBatch() 1572 for (i = 0; i < nops; i++) { in StartBatch() 2814 grpc_call_error StartBatch(const grpc_op* ops, size_t nops, void* notify_tag, 2906 grpc_call_error ValidateBatch(const grpc_op* ops, size_t nops) const; 2908 void CommitBatch(const grpc_op* ops, size_t nops, [all …]
|
H A D | call.h | 182 size_t nops, 193 const grpc_op* ops, size_t nops); 203 #define GRPC_CALL_LOG_BATCH(sev, ops, nops) \ 206 grpc_call_log_batch(sev, ops, nops); \
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | call.cc | 133 virtual grpc_call_error StartBatch(const grpc_op* ops, size_t nops, 545 grpc_call_error StartBatch(const grpc_op* ops, size_t nops, void* notify_tag, 1502 grpc_call_error FilterStackCall::StartBatch(const grpc_op* ops, size_t nops, in StartBatch() argument 1515 for (i = 0; i < nops; i++) { in StartBatch() 1531 GRPC_CALL_LOG_BATCH(GPR_INFO, ops, nops); in StartBatch() 1533 if (nops == 0) { in StartBatch() 1551 for (i = 0; i < nops; i++) { in StartBatch() 2719 grpc_call_error StartBatch(const grpc_op* ops, size_t nops, void* notify_tag, 2730 grpc_call_error ValidateBatch(const grpc_op* ops, size_t nops) const; 2732 void CommitBatch(const grpc_op* ops, size_t nops, [all …]
|
D | call.h | 165 size_t nops, 176 const grpc_op* ops, size_t nops); 186 #define GRPC_CALL_LOG_BATCH(sev, ops, nops) \ 189 grpc_call_log_batch(sev, ops, nops); \
|
/aosp_15_r20/external/gemmlowp/internal/ |
H A D | multi_thread_gemm.h | 119 int nops = 0; in WaitForVariableChange() local 120 while (nops < kMaxBusyWaitNOPs) { in WaitForVariableChange() 121 nops += DoSomeNOPs(); in WaitForVariableChange() 177 int nops = 0; in Wait() local 179 nops += DoSomeNOPs(); in Wait() 180 if (nops > kMaxBusyWaitNOPs) { in Wait() 181 nops = 0; in Wait()
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/tests/ |
H A D | delay.c | 136 unsigned nops = 0; in calc_nops() local 143 nops += 1 + instr->repeat; in calc_nops() 146 nops += instr->nop; in calc_nops() 151 return nops; in calc_nops()
|
/aosp_15_r20/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
H A D | compute-a540.log | 465 - shaderdb: 22 instr, 11 nops, 11 non-nops, 4 mov, 0 cov 503 - shaderdb: 20 instr, 9 nops, 11 non-nops, 4 mov, 0 cov 613 - shaderdb: 22 instr, 11 nops, 11 non-nops, 4 mov, 0 cov 651 - shaderdb: 20 instr, 9 nops, 11 non-nops, 4 mov, 0 cov 785 - shaderdb: 22 instr, 11 nops, 11 non-nops, 4 mov, 0 cov
|
H A D | dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log | 792 - shaderdb: 13 instr, 7 nops, 6 non-nops, 0 mov, 0 cov 812 - shaderdb: 13 instr, 7 nops, 6 non-nops, 0 mov, 0 cov 869 - shaderdb: 9 instr, 4 nops, 5 non-nops, 0 mov, 0 cov 888 - shaderdb: 9 instr, 4 nops, 5 non-nops, 0 mov, 0 cov 1441 - shaderdb: 13 instr, 7 nops, 6 non-nops, 0 mov, 0 cov 1468 - shaderdb: 9 instr, 4 nops, 5 non-nops, 0 mov, 0 cov
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | CodeIterator.java | 1522 int nops = gap - padding; in write() local 1524 if (nops > 0) in write() 1525 adjustOffsets(bytecodeSize, nops); in write() 1534 while (nops-- > 0) in write() 1552 void adjustOffsets(int size, int nops) throws BadBytecode { in adjustOffsets() argument 1553 pointers.shiftForSwitch(pos + size, nops); in adjustOffsets() 1555 defaultByte -= nops; in adjustOffsets() 1559 offsets[i] -= nops; in adjustOffsets()
|
/aosp_15_r20/external/pytorch/functorch/benchmarks/ |
H A D | process_scorecard.py | 8 nops = len(ops) variable 15 fig, axs = plt.subplots(nops)
|
/aosp_15_r20/external/pytorch/benchmarks/fuser/ |
H A D | plot_speedups.py | 7 nops = len(ops) variable 17 fig, axs = plt.subplots(nops)
|
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/ |
H A D | WorkersPool.h | 140 int nops = 0; in WaitForVariableChange() local 148 while (nops < kMaxBusyWaitNOPs) { in WaitForVariableChange() 149 nops += Do256NOPs(); in WaitForVariableChange()
|