HomeSort by relevance Sort by last modified time
    Searched refs:R2 (Results 51 - 75 of 75) sorted by null

1 23

  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 312 be used to print the values of R0, R1, R2 and R3 while executing
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 294 sub R2 {
378 for(;$i<48;$i++) { R2($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
  /external/checkpolicy/
policy_parse.y 133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
494 | R1 role_mls_op R2
512 | R2 op { if (insert_separator(1)) return -1; } names_push
  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp     [all...]
  /external/openfst/src/test/
algo_test.h 574 VectorFst<Arc> R2;
576 Reverse(R1, &R2);
577 CHECK(Equiv(T, R2));
605 RmEpsilonFst<Arc> R2(T);
606 CHECK(Equiv(R1, R2));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 574 Value *R2 = RHS->getOperand(1);
577 if (decomposeBitTestICmp(RHS, RHSCC, R11, R12, R2)) {
585 E = R2; R1 = 0; ok = true;
588 A = R11; D = R12; E = R2; ok = true;
590 A = R12; D = R11; E = R2; ok = true;
599 if (!ok && match(R2, m_And(m_Value(R11), m_Value(R12)))) {
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
kseed.c 188 #define F(L1, L2, R1, R2, K1, K2) \
189 T2 = G((R1 ^ K1) ^ (R2 ^ K2)); \
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 503 // We hack this on Darwin by reserving R2. It's probably broken on Linux
510 (is64Bit ? PPC::X2 : PPC::R2) :
652 // We hack this on Darwin by reserving R2. It's probably broken on Linux
655 PPC::R2 : PPC::R0;
PPCISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 63 void HandleUnreachable(SourceLocation L, SourceRange R1, SourceRange R2) {
64 S.Diag(L, diag::warn_unreachable) << R1 << R2;
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 392 CvMat r1 = cvMat(3,1,CV_64F,_r1), r2 = cvMat(3,1,CV_64F,_r2); local
393 CvMat R1 = cvMat(3,3,CV_64F,_R1), R2 = cvMat(3,3,CV_64F,_R2);
404 cvConvert( _rvec2, &r2 );
407 cvRodrigues2( &r2, &R2, &dR2dr2 );
418 cvMatMul( &R2, &R1, &R3 );
419 cvCalcMatMulDeriv( &R2, &R1, &dR3dR2, &dR3dR1 );
460 cvMatMulAdd( &R2, &t1, &t2, &t3 );
467 cvCalcMatMulDeriv( &R2, &t1, &dxdR2, &dxdt1 );
967 double r2, r4, r6, a1, a2, a3, cdist
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 78 SourceRange R2) {
80 assert(R2.isValid() && "Second range is invalid?");
81 if (R1.getEnd() != R2.getBegin() &&
82 SM.isBeforeInTranslationUnit(R1.getEnd(), R2.getBegin()))
84 if (R2.getEnd() != R1.getBegin() &&
85 SM.isBeforeInTranslationUnit(R2.getEnd(), R1.getBegin()))
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/opencv/cv/include/
cv.h     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 781 // (2nd ed) has a bug: step R4 should go to step R1, not R2 (already errata'd).
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 164 Hexagon::R0, Hexagon::R1, Hexagon::R2, Hexagon::R3, Hexagon::R4,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp 90 ARM::R0, ARM::R1, ARM::R2, ARM::R3
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 187 SourceRange &R1, SourceRange &R2,
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions.s 22 adc r1, r2, #255
27 adc r4, r2, #0x7f800000
28 adc r4, r2, #0x00000680
32 @ CHECK: adc r1, r2, #255 @ encoding: [0x42,0xf1,0xff,0x01]
37 @ CHECK: adc r4, r2, #2139095040 @ encoding: [0x42,0xf1,0xff,0x44]
38 @ CHECK: adc r4, r2, #1664 @ encoding: [0x42,0xf5,0xd0,0x64]
51 add r2, sp, ip
61 @ CHECK: add.w r2, sp, r12 @ encoding: [0x0d,0xeb,0x0c,0x02]
68 addeq r1, r2, #4
71 add r2, sp, #102
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
pdfjs.js     [all...]

Completed in 1042 milliseconds

1 23