| /netbsd-src/sys/opencrypto/ |
| H A D | ocryptodev.c | 199 struct crypt_op cop; in ocryptodev_op() local 201 cop.ses = ocop->ses; in ocryptodev_op() 202 cop.op = ocop->op; in ocryptodev_op() 203 cop.flags = ocop->flags; in ocryptodev_op() 204 cop.len = ocop->len; in ocryptodev_op() 205 cop.src = ocop->src; in ocryptodev_op() 206 cop.dst = ocop->dst; in ocryptodev_op() 207 cop.mac = ocop->mac; in ocryptodev_op() 208 cop.iv = ocop->iv; in ocryptodev_op() 209 cop.dst_len = 0; in ocryptodev_op() [all …]
|
| H A D | cryptodev.c | 230 struct crypt_op *cop; in cryptof_ioctl() local 344 cop = (struct crypt_op *)data; in cryptof_ioctl() 345 cse = csefind(fcr, cop->ses); in cryptof_ioctl() 351 error = cryptodev_op(cse, cop, curlwp); in cryptof_ioctl() 454 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l) in cryptodev_op() argument 459 int iov_len = cop->len; in cryptodev_op() 463 if (cop->len > 256*1024-4) in cryptodev_op() 467 if (cop->len < cse->txform->blocksize in cryptodev_op() 468 + (cop->iv ? 0 : cse->txform->ivsize) || in cryptodev_op() 469 (cop->len - (cop->iv ? 0 : cse->txform->ivsize)) in cryptodev_op() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-harden-conditionals.cc | 220 int flags, enum tree_code cop, tree lhs, tree rhs) in insert_check_and_trap() argument 224 gcond *cond = gimple_build_cond (cop, lhs, rhs, NULL, NULL); in insert_check_and_trap() 274 enum tree_code cop, tree lhs, tree rhs) in insert_edge_check_and_trap() argument 298 insert_check_and_trap (loc, &gsik, flags, cop, lhs, rhs); in insert_edge_check_and_trap() 341 enum tree_code cop = invert_tree_comparison (op, HONOR_NANS (lhs)); in execute() local 343 if (cop == ERROR_MARK) in execute() 347 insert_edge_check_and_trap (loc, EDGE_SUCC (bb, 0), cop, lhs, rhs); in execute() 348 insert_edge_check_and_trap (loc, EDGE_SUCC (bb, 1), cop, lhs, rhs); in execute() 420 enum tree_code cop; in execute() local 438 cop = invert_tree_comparison (op, in execute() [all …]
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_clntsubs.c | 480 off_t *cookies = NULL, *cop; in nfs_cookieheuristic() local 509 for (cop = cookies; len > 0; len -= dp->d_reclen) { in nfs_cookieheuristic() 512 if ((*cop >> 32) != 0 && (*cop & 0xffffffffLL) == 0) { in nfs_cookieheuristic() 519 cop++; in nfs_cookieheuristic()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
| H A D | atomic.c | 33 #define GENERATE_FETCH_AND_OP(type, size, opname, insn, invert, cop) \ argument 64 return cop; \
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| H A D | atomic.c | 33 #define GENERATE_FETCH_AND_OP(type, size, opname, insn, invert, cop) \ argument 64 return cop; \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 5328 def CDP : ABI<0b1110, (outs), (ins p_imm:$cop, imm0_15:$opc1, 5330 NoItinerary, "cdp", "\t$cop, $opc1, $CRd, $CRn, $CRm, $opc2", 5331 [(int_arm_cdp timm:$cop, timm:$opc1, timm:$CRd, timm:$CRn, 5337 bits<4> cop; 5344 let Inst{11-8} = cop; 5352 def CDP2 : ABXI<0b1110, (outs), (ins p_imm:$cop, imm0_15:$opc1, 5354 NoItinerary, "cdp2\t$cop, $opc1, $CRd, $CRn, $CRm, $opc2", 5355 [(int_arm_cdp2 timm:$cop, timm:$opc1, timm:$CRd, timm:$CRn, 5362 bits<4> cop; 5369 let Inst{11-8} = cop; [all …]
|
| H A D | ARMInstrThumb2.td | 4275 (outs), (ins p_imm:$cop, c_imm:$CRd, addrmode5:$addr), 4276 asm, "\t$cop, $CRd, $addr", pattern> { 4278 bits<4> cop; 4287 let Inst{11-8} = cop; 4292 (outs), (ins p_imm:$cop, c_imm:$CRd, addrmode5_pre:$addr), 4293 asm, "\t$cop, $CRd, $addr!", []> { 4295 bits<4> cop; 4304 let Inst{11-8} = cop; 4309 (outs), (ins p_imm:$cop, c_imm:$CRd, addr_offset_none:$addr, 4311 asm, "\t$cop, $CRd, $addr, $offset", []> { [all …]
|
| /netbsd-src/bin/test/ |
| H A D | test.c | 108 static const struct t_op cop[] = { variable 804 return bsearch(s, cop, __arraycount(cop), sizeof(*cop), in findop()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 1646 } else if (CompoundAssignOperator *cop in recreateSyntacticForm() local 1648 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, cop->getLHS()); in recreateSyntacticForm() 1649 Expr *rhs = cast<OpaqueValueExpr>(cop->getRHS())->getSourceExpr(); in recreateSyntacticForm() 1651 Context, lhs, rhs, cop->getOpcode(), cop->getType(), in recreateSyntacticForm() 1652 cop->getValueKind(), cop->getObjectKind(), cop->getOperatorLoc(), in recreateSyntacticForm() 1653 CurFPFeatureOverrides(), cop->getComputationLHSType(), in recreateSyntacticForm() 1654 cop->getComputationResultType()); in recreateSyntacticForm()
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | mep-default.cpu | 27 (include "mep-ext-cop.cpu")
|
| /netbsd-src/external/gpl3/gdb/dist/cpu/ |
| H A D | mep-default.cpu | 27 (include "mep-ext-cop.cpu")
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | mep-default.cpu | 27 (include "mep-ext-cop.cpu")
|
| H A D | mep.opc | 69 /* begin-cop-ip-supported-defines */ 71 /* end-cop-ip-supported-defines */ 134 /* begin-cop-ip-parse-handlers */ 161 /* end-cop-ip-parse-handlers */ 891 /* begin-cop-ip-print-handlers */ 922 /* end-cop-ip-print-handlers */ 1081 to distinguish a 32 bit core insn from a 32 bit cop insn. Also, 1562 /* begin-all-cop-isas */ 1567 /* end-all-cop-isas */
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | mep-default.cpu | 27 (include "mep-ext-cop.cpu")
|
| H A D | mep.opc | 69 /* begin-cop-ip-supported-defines */ 71 /* end-cop-ip-supported-defines */ 134 /* begin-cop-ip-parse-handlers */ 161 /* end-cop-ip-parse-handlers */ 892 /* begin-cop-ip-print-handlers */ 923 /* end-cop-ip-print-handlers */ 1082 to distinguish a 32 bit core insn from a 32 bit cop insn. Also, 1549 /* begin-all-cop-isas */ 1554 /* end-all-cop-isas */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.cpp | 264 auto cop = [this, &Reg, &MI, &Inputs](unsigned N, in evaluate() local 747 return rr0(cop(2, W0/2).cat(cop(1, W0/2)), Outputs); in evaluate() 809 RegisterCell R2 = cop(2, W0); in evaluate() 810 RegisterCell R3 = cop(3, W0); in evaluate()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck.cc | 4701 tree cop = fold_for_warn (op); in warn_for_null_address() local 4703 if (TREE_CODE (cop) == NON_LVALUE_EXPR) in warn_for_null_address() 4705 cop = TREE_OPERAND (cop, 0); in warn_for_null_address() 4707 if (TREE_CODE (cop) == PTRMEM_CST) in warn_for_null_address() 4712 cop); in warn_for_null_address() 4716 if (TREE_CODE (cop) == NOP_EXPR) in warn_for_null_address() 4719 tree type = TREE_TYPE (cop); in warn_for_null_address() 4723 STRIP_NOPS (cop); in warn_for_null_address() 4727 if (TREE_CODE (cop) == ADDR_EXPR) in warn_for_null_address() 4729 cop = TREE_OPERAND (cop, 0); in warn_for_null_address() [all …]
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | unamerican-o.real | 119 My dad's a cop too,
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | sparc-opc.c | 1411 #define cbcond(cop, cmask, flgs) \ argument 1412 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(0),F2(~0,~3)|CBCOND(~(cmask))|F3I(~0)|CBCOND_XCC, \ 1414 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(1),F2(~0,~3)|CBCOND(~(cmask))|F3I(~1)|CBCOND_XCC, \ 1416 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(0)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~0), \ 1418 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(1)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~1), \ 1674 #define CONDFC(fop, cop, mask, flags) \ argument 1677 CBR(cop, F2(0, 7)|COND(mask), F2(~0, ~7)|COND(~(mask)), flags, v6notlet) 1679 #define CONDFCL(fop, cop, mask, flags) \ argument 1682 CBR(cop, F2(0, 7)|COND(mask), F2(~0, ~7)|COND(~(mask)), flags, v6)
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | sparc-opc.c | 1411 #define cbcond(cop, cmask, flgs) \ argument 1412 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(0),F2(~0,~3)|CBCOND(~(cmask))|F3I(~0)|CBCOND_XCC, \ 1414 { "cw" cop, F2(0, 3)|CBCOND(cmask)|F3I(1),F2(~0,~3)|CBCOND(~(cmask))|F3I(~1)|CBCOND_XCC, \ 1416 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(0)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~0), \ 1418 { "cx" cop, F2(0, 3)|CBCOND(cmask)|F3I(1)|CBCOND_XCC,F2(~0,~3)|CBCOND(~(cmask))|F3I(~1), \ 1674 #define CONDFC(fop, cop, mask, flags) \ argument 1677 CBR(cop, F2(0, 7)|COND(mask), F2(~0, ~7)|COND(~(mask)), flags, v6notlet) 1679 #define CONDFCL(fop, cop, mask, flags) \ argument 1682 CBR(cop, F2(0, 7)|COND(mask), F2(~0, ~7)|COND(~(mask)), flags, v6)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | 24k.md | 192 ;; cop->next use : 3 cycles (Default) 193 ;; cop->l/s base : 4 cycles
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | 24k.md | 192 ;; cop->next use : 3 cycles (Default) 193 ;; cop->l/s base : 4 cycles
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-pretty-print.cc | 1903 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field), in c_fold_indirect_ref_for_warn() local 1906 if (tree ret = c_fold_indirect_ref_for_warn (loc, type, cop, in c_fold_indirect_ref_for_warn() 1909 return cop; in c_fold_indirect_ref_for_warn()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | bconfig.c | 5246 ConfigOCs co, *cop; in count_oc() local 5256 cop = ldap_avl_find( CfOcTree, &co, CfOc_cmp ); in count_oc() 5257 if ( cop ) { in count_oc() 5262 if ( *copp && (*copp)[i] == cop ) { in count_oc() 5273 (*copp)[*nocs] = cop; in count_oc() 5451 config_add_oc( ConfigOCs **cop, CfEntryInfo *last, Entry *e, ConfigArgs *ca ) in config_add_oc() argument 5456 if ( (*cop)->co_ldadd ) { in config_add_oc() 5457 rc = (*cop)->co_ldadd( last, e, ca ); in config_add_oc() 5463 for ( ocp = (*cop)->co_oc->soc_sups; ocp && *ocp; ocp++ ) { in config_add_oc() 5467 *cop = ldap_avl_find( CfOcTree, &co, CfOc_cmp ); in config_add_oc() [all …]
|