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

  /cts/hostsidetests/compilation/app/src/android/cts/compilation/
CompilationTargetActivity.java 137 case 42: return m42();
241 public int m42() { return new Random(42).nextInt(); } method in class:CompilationTargetActivity
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-gen.c 981 int m42 = plain_mov && irf_operand (idesc->operands[0], field);
983 if (m42)
984 return strstr (format, "M42") != NULL;
979 int m42 = plain_mov && irf_operand (idesc->operands[0], field); local
    [all...]

Completed in 617 milliseconds