Searched defs:R2 (Results 1 - 22 of 22) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl94 sub R2 subroutine
[all...]
/freebsd-10-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl295 sub R2 { subroutine
/freebsd-10-stable/crypto/openssl/crypto/md4/
H A Dmd4_locl.h111 #define R2(a,b,c,d,k,s,t) { \ macro
/freebsd-10-stable/crypto/openssl/crypto/md5/
H A Dmd5_locl.h123 #define R2(a,b,c,d,k,s,t) { \ macro
/freebsd-10-stable/contrib/xz/src/liblzma/check/
H A Dsha256.c55 #define R2(i) R(i, j, blk2(i)) macro
[all...]
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dsha1.c44 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); macro
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dsha1.c40 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); macro
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp118 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { argument
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dsha1-internal.c145 #define R2(v,w,x,y,z,i) \ macro
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DReachableCode.cpp251 SourceRange R1, R2; local
184 GetUnreachableLoc(const Stmt *S, SourceRange &R1, SourceRange &R2) argument
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dsha1.c113 #define R2(v,w,x,y,z,i) \ macro
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DMathExtras.h229 #define R2(n) n, n + 2 * 64, n + 1 * 64, n + 3 * 64 macro
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dia64-opc.h71 #define R2 IA64_OPND_R2 macro
/freebsd-10-stable/contrib/byacc/
H A Dlalr.c471 transpose(Value_t ** R2, int n) argument
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp162 bool AMDGPUDAGToDAGISel::SelectADDR(SDValue Addr, SDValue& R1, SDValue& R2) { argument
141 SelectADDRParam( SDValue Addr, SDValue& R1, SDValue& R2) argument
171 SelectADDR64(SDValue Addr, SDValue& R1, SDValue& R2) argument
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h313 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransformActions.cpp47 SourceRange R1, R2; member in struct:__anon3110::TransformActionsImpl::ActionData
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1542 SelectADDRrr(SDValue &Addr, SDValue &R1, SDValue &R2) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp595 Value *R2 = RHS->getOperand(1); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp68 void HandleUnreachable(SourceLocation L, SourceRange R1, SourceRange R2) { argument
69 S.Diag(L, diag::warn_unreachable) << R1 << R2; local
H A DSemaStmt.cpp186 SourceRange R1, R2; local
220 Diag(Loc, diag::warn_unused_result) << R1 << R2; local
226 Diag(Loc, diag::warn_unused_call) << R1 << R2 << "pure"; local
230 Diag(Loc, diag::warn_unused_call) << R1 << R2 << "const"; local
244 Diag(Loc, diag::warn_unused_result) << R1 << R2; local
275 Diag(Loc, diag::warn_unused_volatile) << R1 << R2; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1966 isUnusedResultAWarning(const Expr *&WarnE, SourceLocation &Loc, SourceRange &R1, SourceRange &R2, ASTContext &Ctx) const argument
[all...]

Completed in 397 milliseconds