HomeSort by: relevance | last modified time | path
    Searched defs:cop (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/sys/opencrypto/
ocryptodev.c 202 struct crypt_op cop; local
204 cop.ses = ocop->ses;
205 cop.op = ocop->op;
206 cop.flags = ocop->flags;
207 cop.len = ocop->len;
208 cop.src = ocop->src;
209 cop.dst = ocop->dst;
210 cop.mac = ocop->mac;
211 cop.iv = ocop->iv;
212 cop.dst_len = 0
    [all...]
ocryptodev.c 202 struct crypt_op cop; local
204 cop.ses = ocop->ses;
205 cop.op = ocop->op;
206 cop.flags = ocop->flags;
207 cop.len = ocop->len;
208 cop.src = ocop->src;
209 cop.dst = ocop->dst;
210 cop.mac = ocop->mac;
211 cop.iv = ocop->iv;
212 cop.dst_len = 0
    [all...]
ocryptodev.c 202 struct crypt_op cop; local
204 cop.ses = ocop->ses;
205 cop.op = ocop->op;
206 cop.flags = ocop->flags;
207 cop.len = ocop->len;
208 cop.src = ocop->src;
209 cop.dst = ocop->dst;
210 cop.mac = ocop->mac;
211 cop.iv = ocop->iv;
212 cop.dst_len = 0
    [all...]
cryptodev.c 342 struct crypt_op *cop; local
430 cop = (struct crypt_op *)data;
431 cse = cse_find(fcr, cop->ses);
433 DPRINTF("cse_find failed %#x\n", cop->ses);
436 error = cryptodev_op(cse, cop, curlwp);
528 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l)
534 size_t iov_len = cop->len;
538 if (cop->len > 256*1024-4)
542 if (cop->len < cse->txform->blocksize
543 + (cop->iv ? 0 : cse->txform->ivsize) |
    [all...]
cryptodev.c 342 struct crypt_op *cop; local
430 cop = (struct crypt_op *)data;
431 cse = cse_find(fcr, cop->ses);
433 DPRINTF("cse_find failed %#x\n", cop->ses);
436 error = cryptodev_op(cse, cop, curlwp);
528 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l)
534 size_t iov_len = cop->len;
538 if (cop->len > 256*1024-4)
542 if (cop->len < cse->txform->blocksize
543 + (cop->iv ? 0 : cse->txform->ivsize) |
    [all...]
cryptodev.c 342 struct crypt_op *cop; local
430 cop = (struct crypt_op *)data;
431 cse = cse_find(fcr, cop->ses);
433 DPRINTF("cse_find failed %#x\n", cop->ses);
436 error = cryptodev_op(cse, cop, curlwp);
528 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l)
534 size_t iov_len = cop->len;
538 if (cop->len > 256*1024-4)
542 if (cop->len < cse->txform->blocksize
543 + (cop->iv ? 0 : cse->txform->ivsize) |
    [all...]
  /src/sys/nfs/
nfs_clntsubs.c 482 off_t *cookies = NULL, *cop; local
511 for (cop = cookies; len > 0; len -= dp->d_reclen) {
514 if ((*cop >> 32) != 0 && (*cop & 0xffffffffLL) == 0) {
521 cop++;
nfs_clntsubs.c 482 off_t *cookies = NULL, *cop; local
511 for (cop = cookies; len > 0; len -= dp->d_reclen) {
514 if ((*cop >> 32) != 0 && (*cop & 0xffffffffLL) == 0) {
521 cop++;
nfs_clntsubs.c 482 off_t *cookies = NULL, *cop; local
511 for (cop = cookies; len > 0; len -= dp->d_reclen) {
514 if ((*cop >> 32) != 0 && (*cop & 0xffffffffLL) == 0) {
521 cop++;
  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-conditionals.cc 220 /* Build a cond stmt out of COP, LHS, RHS, insert it before *GSIP with
229 int flags, enum tree_code cop, tree lhs, tree rhs)
233 gcond *cond = gimple_build_cond (cop, lhs, rhs, NULL, NULL);
281 RHS's values (see detach_value above) for the COP compare. */
285 enum tree_code cop, tree lhs, tree rhs)
305 insert_check_and_trap (loc, &gsik, flags, cop, lhs, rhs);
344 l1': if (x' cop y') goto l1'trap; else goto l1;
346 l2': if (x' cop y') goto l2; else goto l2'trap;
349 where cop is a complementary boolean operation to op; l1', l1'trap,
360 enum tree_code cop = invert_tree_comparison (op, HONOR_NANS (lhs)) local
453 enum tree_code cop; local
    [all...]
gimple-harden-conditionals.cc 220 /* Build a cond stmt out of COP, LHS, RHS, insert it before *GSIP with
229 int flags, enum tree_code cop, tree lhs, tree rhs)
233 gcond *cond = gimple_build_cond (cop, lhs, rhs, NULL, NULL);
281 RHS's values (see detach_value above) for the COP compare. */
285 enum tree_code cop, tree lhs, tree rhs)
305 insert_check_and_trap (loc, &gsik, flags, cop, lhs, rhs);
344 l1': if (x' cop y') goto l1'trap; else goto l1;
346 l2': if (x' cop y') goto l2; else goto l2'trap;
349 where cop is a complementary boolean operation to op; l1', l1'trap,
360 enum tree_code cop = invert_tree_comparison (op, HONOR_NANS (lhs)) local
453 enum tree_code cop; local
    [all...]
gimple-harden-conditionals.cc 220 /* Build a cond stmt out of COP, LHS, RHS, insert it before *GSIP with
229 int flags, enum tree_code cop, tree lhs, tree rhs)
233 gcond *cond = gimple_build_cond (cop, lhs, rhs, NULL, NULL);
281 RHS's values (see detach_value above) for the COP compare. */
285 enum tree_code cop, tree lhs, tree rhs)
305 insert_check_and_trap (loc, &gsik, flags, cop, lhs, rhs);
344 l1': if (x' cop y') goto l1'trap; else goto l1;
346 l2': if (x' cop y') goto l2; else goto l2'trap;
349 where cop is a complementary boolean operation to op; l1', l1'trap,
360 enum tree_code cop = invert_tree_comparison (op, HONOR_NANS (lhs)) local
453 enum tree_code cop; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-harden-conditionals.cc 211 /* Build a cond stmt out of COP, LHS, RHS, insert it before *GSIP with
220 int flags, enum tree_code cop, tree lhs, tree rhs)
224 gcond *cond = gimple_build_cond (cop, lhs, rhs, NULL, NULL);
270 values (see detach_value above) for the COP compare. */
274 enum tree_code cop, tree lhs, tree rhs)
298 insert_check_and_trap (loc, &gsik, flags, cop, lhs, rhs);
325 l1': if (x' cop y') goto l1'trap; else goto l1;
327 l2': if (x' cop y') goto l2; else goto l2'trap;
330 where cop is a complementary boolean operation to op; l1', l1'trap,
341 enum tree_code cop = invert_tree_comparison (op, HONOR_NANS (lhs)) local
420 enum tree_code cop; local
    [all...]
gimple-harden-conditionals.cc 211 /* Build a cond stmt out of COP, LHS, RHS, insert it before *GSIP with
220 int flags, enum tree_code cop, tree lhs, tree rhs)
224 gcond *cond = gimple_build_cond (cop, lhs, rhs, NULL, NULL);
270 values (see detach_value above) for the COP compare. */
274 enum tree_code cop, tree lhs, tree rhs)
298 insert_check_and_trap (loc, &gsik, flags, cop, lhs, rhs);
325 l1': if (x' cop y') goto l1'trap; else goto l1;
327 l2': if (x' cop y') goto l2; else goto l2'trap;
330 where cop is a complementary boolean operation to op; l1', l1'trap,
341 enum tree_code cop = invert_tree_comparison (op, HONOR_NANS (lhs)) local
420 enum tree_code cop; local
    [all...]
gimple-harden-conditionals.cc 211 /* Build a cond stmt out of COP, LHS, RHS, insert it before *GSIP with
220 int flags, enum tree_code cop, tree lhs, tree rhs)
224 gcond *cond = gimple_build_cond (cop, lhs, rhs, NULL, NULL);
270 values (see detach_value above) for the COP compare. */
274 enum tree_code cop, tree lhs, tree rhs)
298 insert_check_and_trap (loc, &gsik, flags, cop, lhs, rhs);
325 l1': if (x' cop y') goto l1'trap; else goto l1;
327 l2': if (x' cop y') goto l2; else goto l2'trap;
330 where cop is a complementary boolean operation to op; l1', l1'trap,
341 enum tree_code cop = invert_tree_comparison (op, HONOR_NANS (lhs)) local
420 enum tree_code cop; local
    [all...]
  /src/bin/test/
test.c 108 static const struct t_op cop[] = { variable in typeref:struct:t_op
804 return bsearch(s, cop, __arraycount(cop), sizeof(*cop),
test.c 108 static const struct t_op cop[] = { variable in typeref:struct:t_op
804 return bsearch(s, cop, __arraycount(cop), sizeof(*cop),
test.c 108 static const struct t_op cop[] = { variable in typeref:struct:t_op
804 return bsearch(s, cop, __arraycount(cop), sizeof(*cop),
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 1968 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field),
1971 if (tree ret = c_fold_indirect_ref_for_warn (loc, type, cop,
1974 return cop;
1965 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field), local
c-pretty-print.cc 1968 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field),
1971 if (tree ret = c_fold_indirect_ref_for_warn (loc, type, cop,
1974 return cop;
1965 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field), local
c-pretty-print.cc 1968 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field),
1971 if (tree ret = c_fold_indirect_ref_for_warn (loc, type, cop,
1974 return cop;
1965 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field), local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 1906 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field),
1909 if (tree ret = c_fold_indirect_ref_for_warn (loc, type, cop,
1912 return cop;
1903 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field), local
c-pretty-print.cc 1906 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field),
1909 if (tree ret = c_fold_indirect_ref_for_warn (loc, type, cop,
1912 return cop;
1903 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field), local
c-pretty-print.cc 1906 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field),
1909 if (tree ret = c_fold_indirect_ref_for_warn (loc, type, cop,
1912 return cop;
1903 tree cop = build3_loc (loc, COMPONENT_REF, TREE_TYPE (field), local
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 5872 unsigned cop = fieldFromInstruction(Val, 8, 4); local
5876 if ((cop & ~0x1) == 0xa)
5889 // MRRC2 needs to be [Rt, Rt2, cop, opc1, CRm]
5890 // and MCRR2 operand order is [cop, opc1, Rt, Rt2, CRm]
5898 Inst.addOperand(MCOperand::createImm(cop));

Completed in 111 milliseconds

1 2