Searched refs:optype (Results 1 - 25 of 108) sorted by relevance

12345

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/pk11/
H A Dinternal.h35 pk11_get_best_token(pk11_optype_t optype);
H A Dpk11.h105 pk11_get_session(pk11_context_t *ctx, pk11_optype_t optype, bool need_services,
139 pk11_optype_t optype);
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dtic54x.h31 enum optype { enum
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic54x.h31 enum optype { enum
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dtic54x.h31 enum optype { enum
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dtic54x.h31 enum optype { enum
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
/netbsd-current/usr.sbin/bootp/common/
H A Dreadfile.c713 if (optype == OP_BOOLEAN) \
716 if (optype == OP_ADDITION) { \
727 if (optype == OP_BOOLEAN) \
735 if (optype == OP_ADDITION) { \
746 if (optype == OP_BOOLEAN) \
754 if (optype == OP_ADDITION) { \
765 if (optype == OP_BOOLEAN) \
768 if (optype == OP_ADDITION) { \
793 int optype; /* Indicates boolean, addition, or deletion */
832 optype
787 int optype; /* Indicates boolean, addition, or deletion */ local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/cr16/
H A Dgencode.c162 int optype = cr16_instruction[i].operands[k].op_type; local
169 printf ("%d,%d",optype, shift);
/netbsd-current/external/gpl3/gdb/dist/sim/cr16/
H A Dgencode.c165 int optype = cr16_instruction[i].operands[k].op_type; local
172 printf ("%d,%d",optype, shift);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c662 tree optype, op1, op2; local
670 optype = TREE_TYPE (gimple_assign_lhs (stmt));
677 tmp0 = make_temp_ssa_name (optype, NULL, "PROF");
678 tmp1 = make_temp_ssa_name (optype, NULL, "PROF");
679 stmt1 = gimple_build_assign (tmp0, fold_convert (optype, value));
687 tmp2 = create_tmp_reg (optype, "PROF");
857 tree optype, op1, op2; local
865 optype = TREE_TYPE (gimple_assign_lhs (stmt));
872 result = create_tmp_reg (optype, "PROF");
873 tmp2 = make_temp_ssa_name (optype, NUL
1008 tree optype, op1, op2; local
1511 tree tmp0, tmp1, vcall_size, optype; local
[all...]
H A Dtree-chrec.c256 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0));
258 && INTEGRAL_TYPE_P (optype)
259 && tree_nop_conversion_p (type, optype)
260 && TYPE_UNSIGNED (optype))
262 chrec_fold_plus_1 (code, optype,
263 chrec_convert (optype,
289 tree optype = TREE_TYPE (TREE_OPERAND (op0, 0));
291 && INTEGRAL_TYPE_P (optype)
292 && tree_nop_conversion_p (type, optype)
293 && TYPE_UNSIGNED (optype))
255 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0)); local
288 tree optype = TREE_TYPE (TREE_OPERAND (op0, 0)); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.cc683 tree optype, op1, op2; local
691 optype = TREE_TYPE (gimple_assign_lhs (stmt));
698 tmp0 = make_temp_ssa_name (optype, NULL, "PROF");
699 tmp1 = make_temp_ssa_name (optype, NULL, "PROF");
700 stmt1 = gimple_build_assign (tmp0, fold_convert (optype, value));
708 tmp2 = create_tmp_reg (optype, "PROF");
894 tree optype, op1, op2; local
902 optype = TREE_TYPE (gimple_assign_lhs (stmt));
909 result = create_tmp_reg (optype, "PROF");
910 tmp2 = make_temp_ssa_name (optype, NUL
1045 tree optype, op1, op2; local
1548 tree tmp0, tmp1, vcall_size, optype; local
[all...]
H A Dtree-chrec.cc256 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0));
258 && INTEGRAL_TYPE_P (optype)
259 && tree_nop_conversion_p (type, optype)
260 && TYPE_UNSIGNED (optype))
262 chrec_fold_plus_1 (code, optype,
263 chrec_convert (optype,
289 tree optype = TREE_TYPE (TREE_OPERAND (op0, 0));
291 && INTEGRAL_TYPE_P (optype)
292 && tree_nop_conversion_p (type, optype)
293 && TYPE_UNSIGNED (optype))
255 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0)); local
288 tree optype = TREE_TYPE (TREE_OPERAND (op0, 0)); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc1834 tree optype = TREE_TYPE (op);
1837 if (lang_hooks.types_compatible_p (optype, type))
1840 else if (TREE_CODE (optype) == COMPLEX_TYPE
1841 && lang_hooks.types_compatible_p (type, TREE_TYPE (optype)))
1845 else if (TREE_CODE (optype) == COMPLEX_TYPE
1846 && lang_hooks.types_compatible_p (type, TREE_TYPE (optype))
1853 if (TREE_CODE (optype) == ARRAY_TYPE
1854 && TYPE_SIZE_UNIT (TREE_TYPE (optype))
1855 && TREE_CODE (TYPE_SIZE_UNIT (TREE_TYPE (optype))) == INTEGER_CST
1856 && !integer_zerop (TYPE_SIZE_UNIT (TREE_TYPE (optype))))
1831 tree optype = TREE_TYPE (op); local
[all...]
/netbsd-current/lib/libpuffs/
H A Dopdump.c170 const char *optype; local
204 optype = map[preq->preq_optype];
207 optype = buf;
210 mydprintf("opclass %d%s, optype: %s, "
213 optype, preq->preq_cookie,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.c480 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype;
540 optype = REGOP;
543 optype = CNSTOP;
545 optype = POPOP;
547 optype = PUSHOP;
549 optype = OFFSOP;
551 optype = MEMOP;
553 optype = RNDOP;
557 if (optype == RNDOP)
567 if (optype
477 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.cc480 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype;
540 optype = REGOP;
543 optype = CNSTOP;
545 optype = POPOP;
547 optype = PUSHOP;
549 optype = OFFSOP;
551 optype = MEMOP;
553 optype = RNDOP;
557 if (optype == RNDOP)
567 if (optype
477 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype; local
[all...]
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dwrap.c244 (EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2),
246 (ctx, optype, cmd, p1, p2),
396 (EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, int p1, void *p2),
398 (ctx, keytype, optype, cmd, p1, p2),
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dpk11.c270 pk11_get_session(pk11_context_t *ctx, pk11_optype_t optype, bool need_services, argument
291 switch (optype) {
642 pk11_get_best_token(pk11_optype_t optype) { argument
645 switch (optype) {
880 pk11_optype_t optype) {
1047 if (optype == OP_RSA) {
1049 } else if (optype == OP_ECDSA) {
1051 } else if (optype == OP_EDDSA) {
879 pk11_parse_uri(pk11_object_t *obj, const char *label, isc_mem_t *mctx, pk11_optype_t optype) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dpmeth_lib.c366 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, argument
387 if ((optype != -1) && !(ctx->operation & optype)) {
401 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, argument
404 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value);
448 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md) argument
456 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, 0, (void *)m);
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_emulate.c91 int optype, sig; local
145 optype = (sval & 0x01C0);
162 if (optype == 0x0000) {
191 } else if (optype == 0x0080 || optype == 0x00C0) {
194 (optype & 0x40) ? "long" : "short"));
196 } else if (optype == 0x0040) {
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dlocal2.c361 if (optype(p->n_op) != LTYPE)
552 if (optype(p->n_op) != LTYPE)
559 if (optype(p->n_op) == BITYPE)
561 if (optype(p->n_op) != LTYPE)
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dtic54x-dis.c34 const enum optype [], int, int);
174 const enum optype tm_operands[],
184 enum optype src = OP_None;
185 enum optype dst = OP_None;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dtic54x-dis.c34 const enum optype [], int, int);
174 const enum optype tm_operands[],
184 enum optype src = OP_None;
185 enum optype dst = OP_None;
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dtic54x-dis.c34 const enum optype [], int, int);
174 const enum optype tm_operands[],
184 enum optype src = OP_None;
185 enum optype dst = OP_None;

Completed in 477 milliseconds

12345