HomeSort by: relevance | last modified time | path
    Searched refs:mto (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
mcache.c 493 krb5_mcache *mfrom = MCACHE(from), *mto = MCACHE(to); local
509 HEIMDAL_MUTEX_lock(&(mto->mutex));
511 creds = mto->creds;
512 mto->creds = mfrom->creds;
515 principal = mto->primary_principal;
516 mto->primary_principal = mfrom->primary_principal;
519 mto->mtime = mfrom->mtime = time(NULL);
522 HEIMDAL_MUTEX_unlock(&(mto->mutex));
  /src/sys/netinet/
ip_mroute.h 53 #define VIFM_COPY(mfrom, mto) ((mto) = (mfrom))
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.d 1381 Type mto = null;
1388 mto = t;
1448 mcache.cto = mto;
1453 mcache.wto = mto;
1458 mcache.wcto = mto;
1463 mcache.sto = mto;
1468 mcache.scto = mto;
1473 mcache.swto = mto;
1478 mcache.swcto = mto;
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 5559 into X (with mode MTO). Do zero-extension if UNSIGNEDP is nonzero. */
5562 gen_extend_insn (rtx x, rtx y, machine_mode mto,
5565 enum insn_code icode = can_extend_p (mto, mfrom, unsignedp);
  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 5345 into X (with mode MTO). Do zero-extension if UNSIGNEDP is nonzero. */
5348 gen_extend_insn (rtx x, rtx y, machine_mode mto,
5351 enum insn_code icode = can_extend_p (mto, mfrom, unsignedp);

Completed in 91 milliseconds