HomeSort by relevance Sort by last modified time
    Searched defs:getC (Results 1 - 13 of 13) sorted by null

  /dalvik/dx/src/com/android/dx/io/instructions/
ThreeRegisterDecodedInstruction.java 63 public int getC() {
FiveRegisterDecodedInstruction.java 71 public int getC() {
FourRegisterDecodedInstruction.java 67 public int getC() {
DecodedInstruction.java 257 public int getC() {
373 int c = getC();
387 int c = getC();
401 int c = getC();
InstructionCodec.java 291 codeUnit(insn.getB(), insn.getC()));
826 codeUnit(insn.getA(), insn.getB(), insn.getC(), insn.getD()));
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ThreeRegisterDecodedInstruction.java 63 public int getC() {
FiveRegisterDecodedInstruction.java 71 public int getC() {
FourRegisterDecodedInstruction.java 67 public int getC() {
DecodedInstruction.java 257 public int getC() {
373 int c = getC();
387 int c = getC();
401 int c = getC();
InstructionCodec.java 292 codeUnit(insn.getB(), insn.getC()));
    [all...]
  /external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp 59 C &getC() {
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 327 const SCEV *DependenceAnalysis::Constraint::getC() const {
403 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
406 *getB() << "*Y = " << *getC() << "\n";
473 Prod1 = SE->getMulExpr(X->getC(), Y->getB());
474 Prod2 = SE->getMulExpr(X->getB(), Y->getC());
487 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB());
488 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
489 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB());
490 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
556 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC()))
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 160 milliseconds