Home
last modified time | relevance | path

Searched refs:cop (Results 1 – 19 of 19) sorted by relevance

/freebsd-10-stable/tools/tools/crypto/
Dcryptotest.c252 struct crypt_op cop; in runtest() local
319 cop.ses = sop.ses; in runtest()
320 cop.op = COP_ENCRYPT; in runtest()
321 cop.flags = opflags; in runtest()
322 cop.len = size; in runtest()
323 cop.src = cleartext; in runtest()
324 cop.dst = ciphertext; in runtest()
325 cop.mac = 0; in runtest()
326 cop.iv = iv; in runtest()
328 if (ioctl(fd, CIOCCRYPT, &cop) < 0) in runtest()
[all …]
/freebsd-10-stable/sys/opencrypto/
Dcryptodev.c376 struct crypt_op *cop; in cryptof_ioctl() local
578 cop = &copc; in cryptof_ioctl()
579 crypt_op_from_32(data, cop); in cryptof_ioctl()
582 cop = (struct crypt_op *)data; in cryptof_ioctl()
583 cse = csefind(fcr, cop->ses); in cryptof_ioctl()
586 error = cryptodev_op(cse, cop, active_cred, td); in cryptof_ioctl()
589 crypt_op_to_32(cop, data); in cryptof_ioctl()
653 struct crypt_op *cop, in cryptodev_op() argument
661 if (cop->len > 256*1024-4) in cryptodev_op()
665 if (cop->len == 0 || (cop->len % cse->txform->blocksize) != 0) in cryptodev_op()
[all …]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dmtcc.c173 mtcc_op_t *cop; in mtcc_op_find() local
175 cop = APR_ARRAY_IDX(base_op->children, i, mtcc_op_t *); in mtcc_op_find()
177 if (! strcmp(cop->name, name) in mtcc_op_find()
178 && (find_deletes || cop->kind != OP_DELETE)) in mtcc_op_find()
181 mtcc_op_find(op, created, child ? child : "", cop, in mtcc_op_find()
194 mtcc_op_t *cop; in mtcc_op_find() local
196 cop = mtcc_op_create(name, FALSE, child || !create_file, result_pool); in mtcc_op_find()
198 APR_ARRAY_PUSH(base_op->children, mtcc_op_t *) = cop; in mtcc_op_find()
202 *op = cop; in mtcc_op_find()
208 mtcc_op_find(op, created, child, cop, find_existing, in mtcc_op_find()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMInstrInfo.td4676 def CDP : ABI<0b1110, (outs), (ins p_imm:$cop, imm0_15:$opc1,
4678 NoItinerary, "cdp", "\t$cop, $opc1, $CRd, $CRn, $CRm, $opc2",
4679 [(int_arm_cdp imm:$cop, imm:$opc1, imm:$CRd, imm:$CRn,
4685 bits<4> cop;
4692 let Inst{11-8} = cop;
4698 def CDP2 : ABXI<0b1110, (outs), (ins p_imm:$cop, imm0_15:$opc1,
4700 NoItinerary, "cdp2\t$cop, $opc1, $CRd, $CRn, $CRm, $opc2",
4701 [(int_arm_cdp2 imm:$cop, imm:$opc1, imm:$CRd, imm:$CRn,
4708 bits<4> cop;
4715 let Inst{11-8} = cop;
[all …]
DARMInstrThumb2.td3840 (outs), (ins p_imm:$cop, c_imm:$CRd, addrmode5:$addr),
3841 asm, "\t$cop, $CRd, $addr"> {
3843 bits<4> cop;
3852 let Inst{11-8} = cop;
3857 (outs), (ins p_imm:$cop, c_imm:$CRd, addrmode5_pre:$addr),
3858 asm, "\t$cop, $CRd, $addr!"> {
3860 bits<4> cop;
3869 let Inst{11-8} = cop;
3874 (outs), (ins p_imm:$cop, c_imm:$CRd, addr_offset_none:$addr,
3876 asm, "\t$cop, $CRd, $addr, $offset"> {
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaPseudoObject.cpp1579 } else if (CompoundAssignOperator *cop in recreateSyntacticForm() local
1581 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, cop->getLHS()); in recreateSyntacticForm()
1582 Expr *rhs = cast<OpaqueValueExpr>(cop->getRHS())->getSourceExpr(); in recreateSyntacticForm()
1583 return new (Context) CompoundAssignOperator(lhs, rhs, cop->getOpcode(), in recreateSyntacticForm()
1584 cop->getType(), in recreateSyntacticForm()
1585 cop->getValueKind(), in recreateSyntacticForm()
1586 cop->getObjectKind(), in recreateSyntacticForm()
1587 cop->getComputationLHSType(), in recreateSyntacticForm()
1588 cop->getComputationResultType(), in recreateSyntacticForm()
1589 cop->getOperatorLoc(), false); in recreateSyntacticForm()
/freebsd-10-stable/sys/mips/mips/
Dtrap.c528 int cop; in trap() local
945 cop = (trapframe->cause & MIPS_CR_COP_ERR) >> MIPS_CR_COP_ERR_SHIFT; in trap()
947 if (cop != 2) in trap()
982 cop = (trapframe->cause & MIPS_CR_COP_ERR) >> MIPS_CR_COP_ERR_SHIFT; in trap()
983 if (cop == 1) { in trap()
999 else if (cop == 2) { in trap()
/freebsd-10-stable/contrib/gcc/config/mips/
D24k.md200 ;; cop->next use : 3 cycles (Default)
201 ;; cop->l/s base : 4 cycles
/freebsd-10-stable/share/misc/
Diso639130 cop cop Coptic
/freebsd-10-stable/contrib/binutils/opcodes/
Dsparc-opc.c1398 #define CONDFC(fop, cop, mask, flags) \ argument
1401 CBR(cop, F2(0, 7)|COND(mask), F2(~0, ~7)|COND(~(mask)), flags, v6notlet)
1403 #define CONDFCL(fop, cop, mask, flags) \ argument
1406 CBR(cop, F2(0, 7)|COND(mask), F2(~0, ~7)|COND(~(mask)), flags, v6)
DMakefile.am535 …-default.cpu $(CPUDIR)/mep-core.cpu $(CPUDIR)/mep-h1.cpu $(CPUDIR)/mep-ext-cop.cpu $(CPUDIR)/mep-s…
DMakefile.in1082 …-default.cpu $(CPUDIR)/mep-core.cpu $(CPUDIR)/mep-h1.cpu $(CPUDIR)/mep-ext-cop.cpu $(CPUDIR)/mep-s…
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp4968 unsigned cop = fieldFromInstruction(Val, 8, 4); in DecodeMRRC2() local
4972 if ((cop & ~0x1) == 0xa) in DecodeMRRC2()
4978 Inst.addOperand(MCOperand::CreateImm(cop)); in DecodeMRRC2()
/freebsd-10-stable/contrib/gcc/config/arm/
Darm.c8179 rtx cop = avoid_constant_pool_reference (op); in note_invalid_constants() local
8186 if (op == cop) in note_invalid_constants()
8187 cop = get_pool_constant (XEXP (op, 0)); in note_invalid_constants()
8191 recog_data.operand_mode[opno], cop); in note_invalid_constants()
/freebsd-10-stable/contrib/binutils/gas/po/
Dgas.pot3792 msgid "Illegal register `%s' in cop-register list"
3797 msgid "Illegal register `%s' in cop-special-register list"
/freebsd-10-stable/share/dict/
Dweb2a18469 dummy cop
22506 fly cop
57629 speed cop
66122 traffic cop
Dweb242650 cop
/freebsd-10-stable/
DObsoleteFiles.inc3970 OLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/cop.h
/freebsd-10-stable/games/fortune/datfiles/
Dfortunes9515 Just north of Tijuana a cop spotted her hand sticking out of the
20936 attacked a karate-trained cop with a deadly weapon. She ended
22783 when I get pulled over the cop looks at it (moving it nearer and
24411 As if you just squashed a cop.
30327 Last week a cop stopped me in my car. He asked me if I had a police record.
35852 "OK, but it's pretty grisly," the cop cautioned. "There was a
50075 A cop will shine a light in your face.
55213 The cop took a look at the reclining man and said, "All right, boyo,