Searched refs:NOP (Results 1 - 25 of 119) sorted by relevance

12345

/external/clang/test/SemaCXX/
H A Darray-bounds-system-header.cpp8 NOP(a[3] = 5); // expected-warning {{array index 3}}
H A Dwarn-unused-value.cpp27 #define NOP(x) (x) macro
29 NOP(f1 == f2); // expected-warning {{expression result unused}}
31 #undef NOP macro
/external/clang/test/SemaCXX/Inputs/
H A Darray-bounds-system-header.h11 #define NOP(x) (x) macro
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
H A DPayloadAlignmentTest.java53 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...]
H A DFixGotoTest.java25 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));
H A DFixOffsetsTest.java61 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
69 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
82 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
/external/clang/test/Sema/
H A Dunused-expr.c129 #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/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-thai.cc86 NOP, enumerator in enum:thai_action_t
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,T
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-thai.cc86 NOP, enumerator in enum:thai_action_t
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,T
[all...]
/external/javassist/src/main/javassist/convert/
H A DTransformNew.java45 * 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/
H A DDexBackedUnknownInstruction.java43 super(dexFile, Opcode.NOP, instructionStart);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableUnknownInstruction.java44 super(Opcode.NOP);
/external/llvm/test/MC/X86/AlignedBundling/
H A Dlong-nop-pad.s14 # To align this group to a bundle end, we need a 15-byte NOP and a 12-byte NOP.
H A Dpad-bundle-groups.s18 # We'll need a 6-byte NOP before this group
39 # And here we'll need a 11-byte NOP
H A Dpad-align-to-bundle-end.s16 # To align this group to a bundle end, we need a 1-byte NOP.
H A Dsingle-inst-bundling.s4 # Test simple NOP insertion for single instructions.
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DOddSpacer.java51 out.writeShort(InsnFormat.codeUnit(Opcodes.NOP, 0));
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegOps.java33 public static final int NOP = 1; field in class:RegOps
314 case NOP: return "nop";
/external/linux-tools-perf/perf-3.12.0/arch/c6x/lib/
H A Dmemcpy_64plus.S38 NOP 3
40 NOP
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java58 private static final int NOP = InstructionConstants.OP_NOP & 0xff; field in class:EvaluationShrinker
1056 NOP : // ...O -> ...O
1057 stackEntryNecessary1 ? NOP : // ...O -> ...O
1059 NOP; // ... -> ...
1080 stackEntryNecessary0 ? NOP : // ...XO -> ...XO
1082 NOP : // ...X -> ...X
1094 NOP : // ...O -> ...O
1096 stackEntryNecessary0 ? NOP : // ...O -> ...O
1098 NOP; // ... -> ...
1122 stackEntryNecessary0 ? NOP
[all...]
/external/libhevc/common/mips/
H A Dihevc_platform_macros.h79 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} macro
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java939 '|', NOP, NOP, LOR, IOR,
940 '^', NOP, NOP, LXOR, IXOR,
941 '&', NOP, NOP, LAND, IAND,
942 LSHIFT, NOP, NOP, LSHL, ISHL,
943 RSHIFT, NOP, NOP, LSH
[all...]
/external/libhevc/common/x86/
H A Dihevc_platform_macros.h69 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} macro
/external/libpcap/
H A Doptimize.c77 #define NOP -1 macro
340 if (c == NOP)
383 if (s->code == NOP)
424 if (s->s.code == NOP)
577 s->code = NOP;
640 while (s != 0 && s->s.code == NOP)
777 s->s.code = NOP;
778 add->s.code = NOP;
779 tax->s.code = NOP;
809 last->s.code = NOP;
[all...]
/external/libedit/src/
H A Dvi.c64 if (el->el_chared.c_vcmd.action != NOP) {
73 el->el_chared.c_vcmd.action = NOP;
162 if (el->el_chared.c_vcmd.action != NOP) {
187 if (el->el_chared.c_vcmd.action != NOP) {
211 if (el->el_chared.c_vcmd.action != NOP) {
235 if (el->el_chared.c_vcmd.action != NOP) {
477 if (el->el_chared.c_vcmd.action != NOP) {
501 if (el->el_chared.c_vcmd.action != NOP) {
547 el->el_chared.c_vcmd.action = NOP;
574 if (el->el_chared.c_vcmd.action != NOP) {
[all...]

Completed in 6977 milliseconds

12345