Searched refs:RRC (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.h54 u_char RRC[2]; member in struct:gss_cfx_wrap_token_desc_struct
H A Dcfx.c464 * In Wrap tokens that provide for confidentiality, the RRC
469 * both the EC and RRC fields in the appended checksum
473 token->RRC[0] = 0;
474 token->RRC[1] = 0;
500 Expanded, this is with with RRC = 0:
504 In DCE-RPC mode == no trailer: RRC = gss "trailer" == length(ec-padding | E"header" | krb5-trailer)
564 token->RRC[0] = (rrc >> 8) & 0xFF;
565 token->RRC[1] = (rrc >> 0) & 0xFF;
574 don't do RRC != 0
617 token->RRC[
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h36 /// Y = RRC X, rotate right via carry
37 RRC, enumerator in enum:llvm::MSP430ISD::__anon2523
H A DMSP430ISelLowering.cpp774 Victim = DAG.getNode(MSP430ISD::RRC, dl, VT, Victim);
1153 case MSP430ISD::RRC: return "MSP430ISD::RRC";
/freebsd-10-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c1489 /* EC + RRC - set to zero initially */
1510 * with RRC values other than zero. If we did, we
1511 * should zero RRC in the copied header.
1525 * and RRC are set to zero. Also, the original EC must
1785 int sealed, flags, EC, RRC; local
1820 /* EC + RRC */
1822 RRC = (p[6] << 8) + p[7];
1842 * Separate the header before dealing with RRC. We only need
1855 * Undo the effects of RRC by rotating left.
1857 if (RRC >
[all...]
/freebsd-10-stable/sys/dev/ctau/
H A Dctddk.h364 SA1, IDL, TRB, RRC, TRC0, TRC1, CST; member in struct:_ct_chan_t
H A Dctau.c496 set(TRB, 0); set(RRC, 0); set(TRC0,0); set(TRC1,0);
515 set(TRB, 1); set(RRC, 1); set(TRC0,1); set(TRC1,1);
1359 /* RXRDY:=1 when the receive buffer has more than RRC chars */
1360 outb (c->RRC, dma ? c->opt.dma_rrc : c->opt.pio_rrc);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1088 const TargetRegisterClass* RRC; local
1090 tie(RRC, Cost) = findRepresentativeClass((MVT::SimpleValueType)i);
1091 RepRegClassForVT[i] = RRC;
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp414 const TargetRegisterClass *RRC = 0; local
420 RRC = &AArch64::QPairRegClass;
424 RRC = &AArch64::QQuadRegClass;
428 return std::make_pair(RRC, Cost);
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp973 const TargetRegisterClass *RRC = 0; local
983 RRC = &ARM::DPRRegClass;
993 RRC = &ARM::DPRRegClass;
997 RRC = &ARM::DPRRegClass;
1001 RRC = &ARM::DPRRegClass;
1005 return std::make_pair(RRC, Cost);
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1724 const TargetRegisterClass *RRC = 0; local
1730 RRC = Subtarget->is64Bit() ?
1735 RRC = &X86::VR64RegClass;
1742 RRC = &X86::VR128RegClass;
1745 return std::make_pair(RRC, Cost);

Completed in 383 milliseconds