Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 25 of 123) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dcall_op_set.h236 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/
Dcall_op_set.h236 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 Dcall_op_set.h236 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 Dwrappers.c17 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 Dalts_handshaker_client_test.cc109 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/
Dgrpc_wrap.cc673 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 Ddwarf_frame_register.c38 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 Ddwarf_frame_cfa.c38 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 Ddwfl_module_return_value_location.c53 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 Ddwarfcfi.c52 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 Daddrcfi.c49 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 Dgem_exec_balancer.c991 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 Dcall.cc132 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 Dcall.h182 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/
Dcall.cc133 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 …]
Dcall.h165 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 Dmulti_thread_gemm.h119 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 Ddelay.c136 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 Dcompute-a540.log465 - 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 DdEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log792 - 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/
Dpeephole.c303 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 DCodeIterator.java1522 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 Dprocess_scorecard.py8 nops = len(ops) variable
15 fig, axs = plt.subplots(nops)
/aosp_15_r20/external/pytorch/benchmarks/fuser/
H A Dplot_speedups.py7 nops = len(ops) variable
17 fig, axs = plt.subplots(nops)
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/
H A DWorkersPool.h140 int nops = 0; in WaitForVariableChange() local
148 while (nops < kMaxBusyWaitNOPs) { in WaitForVariableChange()
149 nops += Do256NOPs(); in WaitForVariableChange()

12345