Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 844) sorted by relevance

12345678910>>...34

/openbsd-src/gnu/usr.bin/perl/cpan/version/t/
H A D06noop.t15 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
17 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
19 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
21 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
23 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
26 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
28 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
30 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
32 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
/openbsd-src/lib/libcrypto/evp/
H A Dpmeth_fn.c93 ctx->operation = EVP_PKEY_OP_SIGN; in EVP_PKEY_sign_init()
98 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_sign_init()
111 if (ctx->operation != EVP_PKEY_OP_SIGN) { in EVP_PKEY_sign()
129 ctx->operation = EVP_PKEY_OP_VERIFY; in EVP_PKEY_verify_init()
134 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_verify_init()
147 if (ctx->operation != EVP_PKEY_OP_VERIFY) { in EVP_PKEY_verify()
164 ctx->operation = EVP_PKEY_OP_VERIFYRECOVER; in EVP_PKEY_verify_recover_init()
178 if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER) { in EVP_PKEY_verify_recover()
195 ctx->operation = EVP_PKEY_OP_ENCRYPT; in EVP_PKEY_encrypt_init()
209 if (ctx->operation != EVP_PKEY_OP_ENCRYPT) { in EVP_PKEY_encrypt()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp40 FrameComparison operation, Status &status) { in InvokeShouldStopHereCallback() argument
44 m_owner, m_flags, operation, status, m_baton); in InvokeShouldStopHereCallback()
59 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultShouldStopHereCallback() argument
68 if ((operation == eFrameCompareOlder && flags.Test(eStepOutAvoidNoDebug)) || in DefaultShouldStopHereCallback()
69 (operation == eFrameCompareYounger && flags.Test(eStepInAvoidNoDebug)) || in DefaultShouldStopHereCallback()
70 (operation == eFrameCompareSameParent && in DefaultShouldStopHereCallback()
95 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultStepFromHereCallback() argument
145 lldb_private::Flags &flags, lldb::FrameComparison operation, in QueueStepOutFromHerePlan() argument
150 m_owner, flags, operation, status, m_baton); in QueueStepOutFromHerePlan()
156 lldb::FrameComparison operation, Status &status) { in CheckShouldStopHereAndQueueStepOut() argument
[all …]
/openbsd-src/usr.bin/encrypt/
H A Dencrypt.c64 print_passwd(char *string, int operation, char *extra) in print_passwd() argument
70 if (operation == DO_BLF) { in print_passwd()
93 int operation = -1; in main() local
113 if (operation != -1) in main()
115 operation = DO_BLF; in main()
126 operation = -1; in main()
141 print_passwd(string, operation, extra); in main()
155 print_passwd(line, operation, extra); in main()
173 print_passwd(string, operation, extra); in main()
/openbsd-src/usr.bin/openssl/
H A Dcms.c127 int operation;
259 if (cfg.operation == SMIME_ENCRYPT) { in cms_opt_keyopt()
330 if (cfg.operation == SMIME_ENCRYPT) { in cms_opt_recip()
457 cfg.operation = SMIME_VERIFY_RECEIPT; in cms_opt_verify_receipt()
583 .opt.value = &cfg.operation,
590 .opt.value = &cfg.operation,
611 .opt.value = &cfg.operation,
618 .opt.value = &cfg.operation,
632 .opt.value = &cfg.operation,
639 .opt.value = &cfg.operation,
126 int operation; global() member
[all...]
H A Dsmime.c97 int operation; member
379 .opt.value = &cfg.operation,
386 .opt.value = &cfg.operation,
533 .opt.value = &cfg.operation,
547 .opt.value = &cfg.operation,
554 .opt.value = &cfg.operation,
596 .opt.value = &cfg.operation,
740 if (!(cfg.operation & SMIME_SIGNERS) && in smime_main()
745 if (cfg.operation & SMIME_SIGNERS) { in smime_main()
779 } else if (cfg.operation == SMIME_DECRYPT) { in smime_main()
[all …]
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dplural-exp.c38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var; in init_germanic_plural()
83 plone.operation = num; in init_germanic_plural()
87 GERMANIC_PLURAL.operation = not_equal; in init_germanic_plural()
H A Deval-plural.h32 switch (pexp->operation) in plural_eval()
52 if (pexp->operation == lor) in plural_eval()
54 else if (pexp->operation == land) in plural_eval()
60 switch (pexp->operation) in plural_eval()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash42.C12 typedef bool (operation)(); typedef
14 operation a;
15 operation b;
16 operation c;
/openbsd-src/gnu/gcc/intl/
H A Dplural-exp.c38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var; in init_germanic_plural()
83 plone.operation = num; in init_germanic_plural()
87 GERMANIC_PLURAL.operation = not_equal; in init_germanic_plural()
H A Deval-plural.h38 switch (pexp->operation)
58 if (pexp->operation == lor)
60 else if (pexp->operation == land)
66 switch (pexp->operation)
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dar.c349 } operation = none; in main() local
489 if (operation != none) in main()
494 operation = delete; in main()
498 operation = move; in main()
502 operation = print_files; in main()
505 operation = quick_append; in main()
509 operation = replace; in main()
513 operation = print_table; in main()
516 operation = extract; in main()
596 if (operation == quick_append && write_armap) in main()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h97 bool InvokeShouldStopHereCallback(lldb::FrameComparison operation,
101 CheckShouldStopHereAndQueueStepOut(lldb::FrameComparison operation,
111 lldb::FrameComparison operation,
116 lldb::FrameComparison operation, Status &status,
120 QueueStepOutFromHerePlan(Flags &flags, lldb::FrameComparison operation,
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dar.c353 } operation = none; in main() local
496 if (operation != none) in main()
501 operation = delete; in main()
505 operation = move; in main()
509 operation = print_files; in main()
512 operation = quick_append; in main()
516 operation = replace; in main()
520 operation = print_table; in main()
523 operation = extract; in main()
613 if (operation == quick_append && write_armap) in main()
[all …]
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dlogin.c294 password_entry_operation (operation, root, newpassword) in password_entry_operation() argument
295 password_entry_operation_t operation; in password_entry_operation()
327 if (operation != password_entry_add )
368 if (operation == password_entry_lookup)
372 if (operation == password_entry_delete && password == NULL)
386 if (!noexec && password != NULL && (operation == password_entry_delete
387 || (operation == password_entry_add && strcmp (password, newpassword))))
463 if (!noexec && operation == password_entry_add
493 if (operation != password_entry_lookup)
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Duninit-4.c13 struct operation { struct
21 extern struct operation cpp_lex (void); argument
27 struct operation op; in cpp_parse_expr()
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx11_msg_e37f7b.rst19 6:4 Optional *operation*. 0..7
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
41 *Op* may be specified using operation *name* or operation *id*.
H A Dgfx10_msg.rst19 6:4 Optional *operation*. 0..7
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
41 *Op* may be specified using operation *name* or operation *id*.
H A Dgfx940_msg.rst19 6:4 Optional *operation*. 0..7
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
41 *Op* may be specified using operation *name* or operation *id*.
H A Dgfx1030_msg.rst19 6:4 Optional *operation*. 0..7
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
41 *Op* may be specified using operation *name* or operation *id*.
H A Dgfx7_msg.rst19 6:4 Optional *operation*. 0..7
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
41 *Op* may be specified using operation *name* or operation *id*.
H A Dgfx90a_msg.rst19 6:4 Optional *operation*. 0..7
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
41 *Op* may be specified using operation *name* or operation *id*.
H A Dgfx8_msg.rst19 6:4 Optional *operation*. 0..7
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
41 *Op* may be specified using operation *name* or operation *id*.
/openbsd-src/lib/libcrypto/rsa/
H A Drsa_asn1.c70 rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) in rsa_cb() argument
72 if (operation == ASN1_OP_NEW_PRE) { in rsa_cb()
77 } else if (operation == ASN1_OP_FREE_PRE) { in rsa_cb()
208 rsa_pss_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) in rsa_pss_cb() argument
211 if (operation == ASN1_OP_FREE_PRE) { in rsa_pss_cb()
299 rsa_oaep_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) in rsa_oaep_cb() argument
302 if (operation == ASN1_OP_FREE_PRE) { in rsa_oaep_cb()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td33 // Two cycle ALU vector operation that uses an entire superslice.
86 // Restricted Dispatch ALU operation for 3 cycles. The operation runs on a
104 // Standard Dispatch ALU operation for 3 cycles. Only one slice used.
121 // Standard Dispatch ALU operation for 2 cycles. Only one slice used.
176 // Restricted Dispatch ALU operation for 2 cycles. The operation runs on a
205 // Three cycle ALU vector operation that uses an entire superslice.
290 // 7 cycle DP vector operation that uses an entire superslice.
401 // 5 cycle Restricted DP operation. One DP unit, one EXEC pipeline and all three
409 // 7 cycle Restricted DP operation. One DP unit, one EXEC pipeline and all three
452 // 7 cycle Restricted DP operation and one 3 cycle ALU operation.
[all …]

12345678910>>...34