Home
last modified time | relevance | path

Searched refs:op (Results 326 – 350 of 77299) sorted by relevance

1...<<11121314151617181920>>...3092

/dports/devel/grpc/grpc-1.42.0/test/core/end2end/
H A Dinvalid_call_argument_test.cc95 op->op = GRPC_OP_SEND_INITIAL_METADATA; in prepare_test()
160 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_non_null_reserved_on_op()
179 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_send_initial_metadata_more_than_once()
191 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_send_initial_metadata_more_than_once()
210 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_too_many_metadata()
234 op->op = GRPC_OP_SEND_MESSAGE; in test_send_null_message()
261 op->op = GRPC_OP_SEND_MESSAGE; in test_send_messages_at_the_same_time()
266 op->op = GRPC_OP_SEND_MESSAGE; in test_send_messages_at_the_same_time()
339 op->op = GRPC_OP_RECV_MESSAGE; in test_receive_message_with_invalid_flags()
358 op->op = GRPC_OP_RECV_MESSAGE; in test_receive_two_messages_at_the_same_time()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/z180/
H A Dz180op.hxx6 OP(op,00) { } /* NOP */
7 OP(op,01) { _BC = ARG16(); } /* LD BC,w */
8 OP(op,02) { WM( _BC, _A ); } /* LD (BC),A */
9 OP(op,03) { _BC++; } /* INC BC */
10 OP(op,04) { _B = INC(_B); } /* INC B */
11 OP(op,05) { _B = DEC(_B); } /* DEC B */
12 OP(op,06) { _B = ARG(); } /* LD B,n */
17 OP(op,0a) { _A = RM(_BC); } /* LD A,(BC) */
19 OP(op,0c) { _C = INC(_C); } /* INC C */
20 OP(op,0d) { _C = DEC(_C); } /* DEC C */
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/core/end2end/
H A Dinvalid_call_argument_test.cc95 op->op = GRPC_OP_SEND_INITIAL_METADATA; in prepare_test()
160 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_non_null_reserved_on_op()
179 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_send_initial_metadata_more_than_once()
191 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_send_initial_metadata_more_than_once()
210 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_too_many_metadata()
234 op->op = GRPC_OP_SEND_MESSAGE; in test_send_null_message()
261 op->op = GRPC_OP_SEND_MESSAGE; in test_send_messages_at_the_same_time()
266 op->op = GRPC_OP_SEND_MESSAGE; in test_send_messages_at_the_same_time()
339 op->op = GRPC_OP_RECV_MESSAGE; in test_receive_message_with_invalid_flags()
358 op->op = GRPC_OP_RECV_MESSAGE; in test_receive_two_messages_at_the_same_time()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/end2end/
H A Dinvalid_call_argument_test.cc95 op->op = GRPC_OP_SEND_INITIAL_METADATA; in prepare_test()
160 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_non_null_reserved_on_op()
179 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_send_initial_metadata_more_than_once()
191 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_send_initial_metadata_more_than_once()
210 op->op = GRPC_OP_SEND_INITIAL_METADATA; in test_too_many_metadata()
234 op->op = GRPC_OP_SEND_MESSAGE; in test_send_null_message()
261 op->op = GRPC_OP_SEND_MESSAGE; in test_send_messages_at_the_same_time()
266 op->op = GRPC_OP_SEND_MESSAGE; in test_send_messages_at_the_same_time()
339 op->op = GRPC_OP_RECV_MESSAGE; in test_receive_message_with_invalid_flags()
358 op->op = GRPC_OP_RECV_MESSAGE; in test_receive_two_messages_at_the_same_time()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/z180/
H A Dz180op.c5 OP(op,00) { } /* NOP */
8 OP(op,03) { _BC++; } /* INC BC */
12 OP(op,07) { RLCA; } /* RLCA */
14 OP(op,08) { EX_AF; } /* EX AF,AF' */
17 OP(op,0b) { _BC--; } /* DEC BC */
21 OP(op,0f) { RRCA; } /* RRCA */
30 OP(op,17) { RLA; } /* RLA */
78 OP(op,40) { } /* LD B,B */
88 OP(op,49) { } /* LD C,C */
98 OP(op,52) { } /* LD D,D */
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/operand/
H A Dchecks.go8 func IsRegister(op Op) bool { _, ok := op.(reg.Register); return ok }
11 func IsMem(op Op) bool { _, ok := op.(Mem); return ok }
14 func IsRel(op Op) bool { _, ok := op.(Rel); return ok }
20 i, ok := op.(U8)
26 i, ok := op.(U8)
32 i, ok := op.(U8)
38 _, ok := op.(U8)
44 _, ok := op.(U16)
50 _, ok := op.(U32)
146 return IsM16(op) || IsM32(op) || IsM64(op)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/cmd/benchmarks/
H A Dresults.md5 json.Unmarshal 40143 ns/op 17921 B/op 334 allocs/op
6 oj.Parse 22221 ns/op 18768 B/op 429 allocs/op
7 oj-reuse.Parse 16864 ns/op 5968 B/op 364 allocs/op
8 gen.Parse 22158 ns/op 18769 B/op 429 allocs/op
9 gen-reuse.Parse 16959 ns/op 5968 B/op 364 allocs/op
10 sen.Parse 22646 ns/op 18784 B/op 431 allocs/op
11 sen-reuse.Parse 17544 ns/op 5968 B/op 366 allocs/op
22 json.Decode 50819 ns/op 32593 B/op 344 allocs/op
23 oj.ParseReader 26042 ns/op 22863 B/op 430 allocs/op
24 oj-reuse.ParseReader 20696 ns/op 10064 B/op 365 allocs/op
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/arcompact/
H A Darcompactdasm_dispatch.cpp16 op &= ~0x00010000; in handle00_dasm()
31 op &= ~0x00010000; in handle01_dasm()
46 op &= ~0x00020000; in handle01_00_dasm()
62 op &= ~0x00000010; in handle01_01_dasm()
77 op &= ~0x0000000f; in handle01_01_00_dasm()
617 op &= ~0x0018; in handle0c_dasm()
633 op &= ~0x0018; in handle0d_dasm()
649 op &= ~0x0018; in handle0e_dasm()
667 op &= ~0x001f; in handle0f_dasm()
712 op &= ~0x00e0; in handle0f_00_dasm()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/arcompact/
H A Darcompactdasm_dispatch.cpp16 op &= ~0x00010000; in handle00_dasm()
31 op &= ~0x00010000; in handle01_dasm()
46 op &= ~0x00020000; in handle01_00_dasm()
62 op &= ~0x00000010; in handle01_01_dasm()
77 op &= ~0x0000000f; in handle01_01_00_dasm()
617 op &= ~0x0018; in handle0c_dasm()
633 op &= ~0x0018; in handle0d_dasm()
649 op &= ~0x0018; in handle0e_dasm()
667 op &= ~0x001f; in handle0f_dasm()
712 op &= ~0x00e0; in handle0f_00_dasm()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_expression_operation_constant.h66 data.i[c] = op[0]->value.i[c] < 0 ? -op[0]->value.i[c] : op[0]->value.i[c];
1243 …data.u[c] = (op[0]->value.u[c] + op[1]->value.u[c]) < op[0]->value.u[c] ? UINT32_MAX : (op[0]->val…
1249 …data.u64[c] = (op[0]->value.u64[c] + op[1]->value.u64[c]) < op[0]->value.u64[c] ? UINT64_MAX : (op
1264 … data.u[c] = (op[1]->value.u[c] > op[0]->value.u[c]) ? 0 : op[0]->value.u[c] - op[1]->value.u[c];
1285 …data.u[c] = (op[1]->value.u[c] > op[0]->value.u[c]) ? op[1]->value.u[c] - op[0]->value.u[c] : op[0…
1288 …] = (op[1]->value.i[c] > op[0]->value.i[c]) ? (unsigned)op[1]->value.i[c] - (unsigned)op[0]->value…
1291 …data.u64[c] = (op[1]->value.u64[c] > op[0]->value.u64[c]) ? op[1]->value.u64[c] - op[0]->value.u64…
1346 if ((op[0]->type == op[1]->type && !op[0]->type->is_matrix())
1467 …data.d[c] = op[0]->value.d[c0] - op[1]->value.d[c1] * floor(op[0]->value.d[c0] / op[1]->value.d[c1…
1781 data.f[0] = dot_f(op[0], op[1]);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_expression_operation_constant.h66 data.i[c] = op[0]->value.i[c] < 0 ? -op[0]->value.i[c] : op[0]->value.i[c];
1243 …data.u[c] = (op[0]->value.u[c] + op[1]->value.u[c]) < op[0]->value.u[c] ? UINT32_MAX : (op[0]->val…
1249 …data.u64[c] = (op[0]->value.u64[c] + op[1]->value.u64[c]) < op[0]->value.u64[c] ? UINT64_MAX : (op
1264 … data.u[c] = (op[1]->value.u[c] > op[0]->value.u[c]) ? 0 : op[0]->value.u[c] - op[1]->value.u[c];
1285 …data.u[c] = (op[1]->value.u[c] > op[0]->value.u[c]) ? op[1]->value.u[c] - op[0]->value.u[c] : op[0…
1288 …] = (op[1]->value.i[c] > op[0]->value.i[c]) ? (unsigned)op[1]->value.i[c] - (unsigned)op[0]->value…
1291 …data.u64[c] = (op[1]->value.u64[c] > op[0]->value.u64[c]) ? op[1]->value.u64[c] - op[0]->value.u64…
1346 if ((op[0]->type == op[1]->type && !op[0]->type->is_matrix())
1467 …data.d[c] = op[0]->value.d[c0] - op[1]->value.d[c1] * floor(op[0]->value.d[c0] / op[1]->value.d[c1…
1781 data.f[0] = dot_f(op[0], op[1]);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_expression_operation_constant.h66 data.i[c] = op[0]->value.i[c] < 0 ? -op[0]->value.i[c] : op[0]->value.i[c];
1243 …data.u[c] = (op[0]->value.u[c] + op[1]->value.u[c]) < op[0]->value.u[c] ? UINT32_MAX : (op[0]->val…
1249 …data.u64[c] = (op[0]->value.u64[c] + op[1]->value.u64[c]) < op[0]->value.u64[c] ? UINT64_MAX : (op
1264 … data.u[c] = (op[1]->value.u[c] > op[0]->value.u[c]) ? 0 : op[0]->value.u[c] - op[1]->value.u[c];
1285 …data.u[c] = (op[1]->value.u[c] > op[0]->value.u[c]) ? op[1]->value.u[c] - op[0]->value.u[c] : op[0…
1288 …] = (op[1]->value.i[c] > op[0]->value.i[c]) ? (unsigned)op[1]->value.i[c] - (unsigned)op[0]->value…
1291 …data.u64[c] = (op[1]->value.u64[c] > op[0]->value.u64[c]) ? op[1]->value.u64[c] - op[0]->value.u64…
1346 if ((op[0]->type == op[1]->type && !op[0]->type->is_matrix())
1467 …data.d[c] = op[0]->value.d[c0] - op[1]->value.d[c1] * floor(op[0]->value.d[c0] / op[1]->value.d[c1…
1781 data.f[0] = dot_f(op[0], op[1]);
[all …]
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/library/
H A Dgkr-operation.c101 g_assert (op); in gkr_operation_ref()
114 return op; in gkr_operation_ref()
144 gkr_debug ("%p: cancelling: %p", op, op->pending); in operation_unref()
188 op->refs = 1; in gkr_operation_new()
195 return op; in gkr_operation_new()
218 op->completed = g_slist_prepend (op->completed, cb); in gkr_operation_pop()
442 gkr_debug ("%p: has pending: %p", op, op->pending); in send_with_pending()
492 return op; in gkr_operation_pending_and_unref()
676 op = gkr_operation_ref (args->op); in on_prompt_signal()
704 op = gkr_operation_ref (args->op); in on_prompt_signal()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/pyc/
H A Dopcode_anal.c7 op->type = type; in anal_push()
13 op->type = type; in anal_pop()
96 op->jump = -1; in anal_BREAK_LOOP()
97 op->fail = -1; in anal_BREAK_LOOP()
165 op->jump = -1; in anal_CALL_FUNCTION()
696 op->jump = op->fail; in anal_FOR_ITER()
702 op->jump = op->fail; in anal_SETUP_LOOP()
708 op->jump = op->fail; in anal_SETUP_EXCEPT()
714 op->jump = op->fail; in anal_SETUP_FINALLY()
721 op->jump = op->fail; in anal_SETUP_WITH()
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_reduce_to_vector.c84 GrB_BinaryOp op ; in mexFunction() local
138 if (op == GrB_MIN_INT8 in mexFunction()
146 || op == GrB_MIN_FP32 in mexFunction()
147 || op == GrB_MIN_FP64 in mexFunction()
148 || op == GrB_MAX_INT8 in mexFunction()
156 || op == GrB_MAX_FP32 in mexFunction()
157 || op == GrB_MAX_FP64 in mexFunction()
195 || op == GrB_LOR in mexFunction()
196 || op == GrB_LAND in mexFunction()
197 || op == GrB_LXOR in mexFunction()
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_reduce_to_vector.c84 GrB_BinaryOp op ; in mexFunction() local
138 if (op == GrB_MIN_INT8 in mexFunction()
146 || op == GrB_MIN_FP32 in mexFunction()
147 || op == GrB_MIN_FP64 in mexFunction()
148 || op == GrB_MAX_INT8 in mexFunction()
156 || op == GrB_MAX_FP32 in mexFunction()
157 || op == GrB_MAX_FP64 in mexFunction()
195 || op == GrB_LOR in mexFunction()
196 || op == GrB_LAND in mexFunction()
197 || op == GrB_LXOR in mexFunction()
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_reduce_to_vector.c84 GrB_BinaryOp op ; in mexFunction() local
138 if (op == GrB_MIN_INT8 in mexFunction()
146 || op == GrB_MIN_FP32 in mexFunction()
147 || op == GrB_MIN_FP64 in mexFunction()
148 || op == GrB_MAX_INT8 in mexFunction()
156 || op == GrB_MAX_FP32 in mexFunction()
157 || op == GrB_MAX_FP64 in mexFunction()
195 || op == GrB_LOR in mexFunction()
196 || op == GrB_LAND in mexFunction()
197 || op == GrB_LXOR in mexFunction()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_reduce_to_vector.c84 GrB_BinaryOp op ; in mexFunction() local
138 if (op == GrB_MIN_INT8 in mexFunction()
146 || op == GrB_MIN_FP32 in mexFunction()
147 || op == GrB_MIN_FP64 in mexFunction()
148 || op == GrB_MAX_INT8 in mexFunction()
156 || op == GrB_MAX_FP32 in mexFunction()
157 || op == GrB_MAX_FP64 in mexFunction()
195 || op == GrB_LOR in mexFunction()
196 || op == GrB_LAND in mexFunction()
197 || op == GrB_LXOR in mexFunction()
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_reduce_to_vector.c84 GrB_BinaryOp op ; in mexFunction() local
138 if (op == GrB_MIN_INT8 in mexFunction()
146 || op == GrB_MIN_FP32 in mexFunction()
147 || op == GrB_MIN_FP64 in mexFunction()
148 || op == GrB_MAX_INT8 in mexFunction()
156 || op == GrB_MAX_FP32 in mexFunction()
157 || op == GrB_MAX_FP64 in mexFunction()
195 || op == GrB_LOR in mexFunction()
196 || op == GrB_LAND in mexFunction()
197 || op == GrB_LXOR in mexFunction()
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_reduce_to_vector.c84 GrB_BinaryOp op ; in mexFunction() local
138 if (op == GrB_MIN_INT8 in mexFunction()
146 || op == GrB_MIN_FP32 in mexFunction()
147 || op == GrB_MIN_FP64 in mexFunction()
148 || op == GrB_MAX_INT8 in mexFunction()
156 || op == GrB_MAX_FP32 in mexFunction()
157 || op == GrB_MAX_FP64 in mexFunction()
195 || op == GrB_LOR in mexFunction()
196 || op == GrB_LAND in mexFunction()
197 || op == GrB_LXOR in mexFunction()
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_reduce_to_vector.c84 GrB_BinaryOp op ; in mexFunction() local
138 if (op == GrB_MIN_INT8 in mexFunction()
146 || op == GrB_MIN_FP32 in mexFunction()
147 || op == GrB_MIN_FP64 in mexFunction()
148 || op == GrB_MAX_INT8 in mexFunction()
156 || op == GrB_MAX_FP32 in mexFunction()
157 || op == GrB_MAX_FP64 in mexFunction()
195 || op == GrB_LOR in mexFunction()
196 || op == GrB_LAND in mexFunction()
197 || op == GrB_LXOR in mexFunction()
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_reduce_to_vector.c84 GrB_BinaryOp op ; in mexFunction() local
138 if (op == GrB_MIN_INT8 in mexFunction()
146 || op == GrB_MIN_FP32 in mexFunction()
147 || op == GrB_MIN_FP64 in mexFunction()
148 || op == GrB_MAX_INT8 in mexFunction()
156 || op == GrB_MAX_FP32 in mexFunction()
157 || op == GrB_MAX_FP64 in mexFunction()
195 || op == GrB_LOR in mexFunction()
196 || op == GrB_LAND in mexFunction()
197 || op == GrB_LXOR in mexFunction()
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_reduce_to_vector.c84 GrB_BinaryOp op ; in mexFunction() local
138 if (op == GrB_MIN_INT8 in mexFunction()
146 || op == GrB_MIN_FP32 in mexFunction()
147 || op == GrB_MIN_FP64 in mexFunction()
148 || op == GrB_MAX_INT8 in mexFunction()
156 || op == GrB_MAX_FP32 in mexFunction()
157 || op == GrB_MAX_FP64 in mexFunction()
195 || op == GrB_LOR in mexFunction()
196 || op == GrB_LAND in mexFunction()
197 || op == GrB_LXOR in mexFunction()
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_reduce_to_vector.c84 GrB_BinaryOp op ; in mexFunction() local
138 if (op == GrB_MIN_INT8 in mexFunction()
146 || op == GrB_MIN_FP32 in mexFunction()
147 || op == GrB_MIN_FP64 in mexFunction()
148 || op == GrB_MAX_INT8 in mexFunction()
156 || op == GrB_MAX_FP32 in mexFunction()
157 || op == GrB_MAX_FP64 in mexFunction()
195 || op == GrB_LOR in mexFunction()
196 || op == GrB_LAND in mexFunction()
197 || op == GrB_LXOR in mexFunction()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_reduce_to_vector.c84 GrB_BinaryOp op ; in mexFunction() local
138 if (op == GrB_MIN_INT8 in mexFunction()
146 || op == GrB_MIN_FP32 in mexFunction()
147 || op == GrB_MIN_FP64 in mexFunction()
148 || op == GrB_MAX_INT8 in mexFunction()
156 || op == GrB_MAX_FP32 in mexFunction()
157 || op == GrB_MAX_FP64 in mexFunction()
195 || op == GrB_LOR in mexFunction()
196 || op == GrB_LAND in mexFunction()
197 || op == GrB_LXOR in mexFunction()
[all …]

1...<<11121314151617181920>>...3092