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

1 2 3 4 5 6 7 8 91011

  /external/clang/test/SemaCXX/
array-bounds-system-header.cpp 8 NOP(a[3] = 5); // expected-warning {{array index 3}}
warn-unused-value.cpp 27 #define NOP(x) (x)
29 NOP(f1 == f2); // expected-warning {{expression result unused}}
31 #undef NOP
  /external/clang/test/SemaCXX/Inputs/
array-bounds-system-header.h 11 #define NOP(x) (x)
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
PayloadAlignmentTest.java 53 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
82 Assert.assertEquals(instruction.getOpcode(), Opcode.NOP);
97 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
135 Opcode.NOP,
164 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
165 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
168 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
171 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
180 Opcode.NOP,
182 Opcode.NOP,
    [all...]
FixGotoTest.java 25 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
48 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
71 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
94 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
101 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
107 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
FixOffsetsTest.java 61 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
69 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
82 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
  /external/clang/test/Sema/
unused-expr.c 129 #define NOP(a) (a)
139 NOP((long)foo(i, j)); // expected-warning {{expression result unused}}
141 NOP((long)0); // expected-warning {{expression result unused}}
143 NOP((t3(i), fn2())); // expected-warning {{ignoring return value}}
145 NOP((foo(i, j) ? 0 : t3(i), 1)); // expected-warning {{expression result unused}}
147 NOP((foo(i, j), 1)); // expected-warning {{expression result unused}}
151 #undef 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/javassist/src/main/javassist/convert/
TransformNew.java 45 * NOP
46 * NOP
62 iterator.writeByte(NOP, pos);
63 iterator.writeByte(NOP, pos + 1);
64 iterator.writeByte(NOP, pos + 2);
65 iterator.writeByte(NOP, pos + 3);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedUnknownInstruction.java 43 super(dexFile, Opcode.NOP, instructionStart);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableUnknownInstruction.java 44 super(Opcode.NOP);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OddSpacer.java 24 * Pseudo-instruction which either turns into a {@code nop} or
50 out.writeShort(InsnFormat.codeUnit(DalvOps.NOP, 0));
73 return "nop // spacer";
  /dalvik/dx/src/com/android/dx/dex/code/
OddSpacer.java 25 * Pseudo-instruction which either turns into a {@code nop} or
51 out.writeShort(InsnFormat.codeUnit(Opcodes.NOP, 0));
74 return "nop // spacer";
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OddSpacer.java 25 * Pseudo-instruction which either turns into a {@code nop} or
51 out.writeShort(InsnFormat.codeUnit(Opcodes.NOP, 0));
74 return "nop // spacer";
  /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/llvm/test/MC/X86/AlignedBundling/
long-nop-pad.s 16 # To align this group to a bundle end, we need a 15-byte NOP and a 12-byte NOP.
17 # CHECK: 0: nop
18 # CHECK-NEXT: f: nop
26 # CHECK: 20: nop
27 # CHECK-NEXT: 2f: nop
28 # CHECK-NEXT: 3e: nop
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 58 private static final int NOP = InstructionConstants.OP_NOP & 0xff;
    [all...]
  /external/libavc/common/arm/
ih264_platform_macros.h 94 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");}
112 #define NOP(nop_cnt) \
  /external/libavc/common/armv8/
ih264_platform_macros.h 94 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");}
112 #define NOP(nop_cnt) \
  /art/compiler/optimizing/
suspend_check_test.cc 48 Instruction::NOP,
  /external/libavc/common/mips/
ih264_platform_macros.h 68 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);}
  /external/libavc/common/x86/
ih264_platform_macros.h 67 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");}
  /external/libhevc/common/mips/
ihevc_platform_macros.h 79 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);}

Completed in 819 milliseconds

1 2 3 4 5 6 7 8 91011