HomeSort by: relevance | last modified time | path
    Searched defs:civ (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
crypto.h 95 uint8_t civ[PGP_MAX_BLOCK_SIZE]; member in struct:pgp_crypt_t
  /src/sys/dev/pci/
auacer.c 744 uint32_t civ; local
758 civ = READ1(sc, chan->port + ALI_OFF_CIV);
760 DPRINTF(ALI_DEBUG_INTR,("auacer_intr: civ=%u ptr=%u\n",civ,chan->ptr));
763 while (chan->ptr != civ) {
769 while (chan->ack != civ) {
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
crypto.c 1823 krb5_crypto_iov *civ; local
1834 civ = iov_find(data, num_data, KRB5_CRYPTO_TYPE_CHECKSUM);
1835 if (civ == NULL)
1864 if (cksum.checksum.length > civ->data.length) {
1871 civ->data.length = cksum.checksum.length;
1872 memcpy(civ->data.data, cksum.checksum.data, civ->data.length);
1902 krb5_crypto_iov *civ; local
1913 civ = iov_find(data, num_data, KRB5_CRYPTO_TYPE_CHECKSUM);
1914 if (civ == NULL
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 5218 struct control_iv *civ; local
5278 for (civ = loop->control_ivs; civ; civ = civ->next)
5281 tree civ_type = TREE_TYPE (civ->step);
5290 if (!operand_equal_p (step, civ->step, 0))
5294 if (operand_equal_p (base, civ->base, 0))
5300 if (operand_equal_p (expanded_base, civ->base, 0))
5307 Because civ {base + step, step} doesn't overflow during loo
5520 struct control_iv *civ; local
    [all...]
tree-ssa-loop-ivopts.cc 2305 struct iv *civ; local
2328 civ = get_iv (data, TMR_BASE (base));
2329 if (!civ)
2332 TMR_BASE (base) = civ->base;
2333 step = civ->step;
2338 civ = get_iv (data, TMR_INDEX2 (base));
2339 if (!civ)
2342 TMR_INDEX2 (base) = civ->base;
2343 step = civ->step;
2348 civ = get_iv (data, TMR_INDEX (base))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 4781 struct control_iv *civ; local
4841 for (civ = loop->control_ivs; civ; civ = civ->next)
4844 tree civ_type = TREE_TYPE (civ->step);
4853 if (!operand_equal_p (step, civ->step, 0))
4857 if (operand_equal_p (base, civ->base, 0))
4863 if (operand_equal_p (expanded_base, civ->base, 0))
4870 Because civ {base + step, step} doesn't overflow during loo
5078 struct control_iv *civ; local
    [all...]
tree-ssa-loop-ivopts.cc 2300 struct iv *civ; local
2323 civ = get_iv (data, TMR_BASE (base));
2324 if (!civ)
2327 TMR_BASE (base) = civ->base;
2328 step = civ->step;
2333 civ = get_iv (data, TMR_INDEX2 (base));
2334 if (!civ)
2337 TMR_INDEX2 (base) = civ->base;
2338 step = civ->step;
2343 civ = get_iv (data, TMR_INDEX (base))
    [all...]

Completed in 53 milliseconds