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

  /toolchain/binutils/binutils-2.25/opcodes/
sh-dis.c 168 const sh_opcode_info *opx, *opy; local
181 for (opx = first_movx; opx->nibbles[2] != insn_x;)
182 opx++;
183 print_movxy (opx, ((insn >> 9) & 1) + 4, (insn >> 7) & 1,
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 447 for (SyncOperation opx: ops) {
448 if (cleanedKeys.contains(opx.key)) {
451 cleanedKeys.add(opx.key);
453 if (opx == opy) {
456 if (opx.key.equals(opy.key)) {
    [all...]

Completed in 89 milliseconds