HomeSort by relevance Sort by last modified time
    Searched defs:NOP (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/clang/test/SemaCXX/Inputs/
array-bounds-system-header.h 11 #define NOP(x) (x)
  /external/clang/test/SemaCXX/
warn-unused-value.cpp 27 #define NOP(x) (x)
29 NOP(f1 == f2); // expected-warning {{expression result unused}}
31 #undef NOP
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 32 /** {@code nop()} */
33 public static final int NOP = 1;
314 case NOP: return "nop";
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 32 /** {@code nop()} */
33 public static final int NOP = 1;
314 case NOP: return "nop";
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 32 /** {@code nop()} */
33 public static final int NOP = 1;
314 case NOP: return "nop";
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 86 NOP,
143 case NOP: return u;
184 /*T0*/ {{NOP,T3}, {NOP,T0}, {SD, T3}},
185 /*T1*/ {{SL, T2}, {NOP,T1}, {SDL,T2}},
186 /*T2*/ {{NOP,T3}, {NOP,T2}, {SL, T3}},
187 /*T3*/ {{NOP,T3}, {NOP,T3}, {NOP,T3}}
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 98 /// CALL_NOP_SVR4 is a call with the special NOP which follows 64-bit
102 /// NOP - Special NOP which follows 64-bit SVR4 calls.
103 NOP,
  /external/libpcap/
optimize.c 59 #define NOP -1
371 if (c == NOP)
415 if (s->code == NOP)
457 if (s->s.code == NOP)
617 s->code = NOP;
683 while (s != 0 && s->s.code == NOP)
804 * (004) nop
806 * (006) nop
807 * (007) nop
822 s->s.code = NOP;
    [all...]
  /external/strace/
util.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h 195 #define NOP 0x08
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 195 #define NOP 0x08
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 195 #define NOP 0x08
  /bionic/libc/include/arpa/
telnet.h 52 #define NOP 241 /* nop */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 63 public static final Dop NOP =
64 new Dop(DalvOps.NOP, DalvOps.NOP,
65 Form10x.THE_ONE, false, "nop");
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 66 public static final Dop NOP =
67 new Dop(Opcodes.NOP, Opcodes.NOP,
    [all...]
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 62 public static final Info NOP =
63 new Info(Opcodes.NOP, "nop",
    [all...]
Opcodes.java 44 public static final int NOP = 0x00;
309 * * (byteValue << 8) -- nop and data payload opcodes
331 * opcode value is an "extended" opcode (not counting the nop-like
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 52 #define NOP 241 /* nop */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 217 int NOP = 0;
244 0, // nop, 0
  /external/tcpdump/
telnet.h 60 #define NOP 241 /* nop */
72 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
telnet.h 52 #define NOP 241 /* nop */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
telnet.h 52 #define NOP 241 /* nop */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
telnet.h 52 #define NOP 241 /* nop */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 52 #define NOP 241 /* nop */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 52 #define NOP 241 /* nop */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",

Completed in 846 milliseconds

1 2 3