Searched defs:NOP (Results 1 - 25 of 43) sorted by relevance

12

/external/clang/test/SemaCXX/Inputs/
H A Darray-bounds-system-header.h11 #define NOP(x) (x) macro
/external/clang/test/SemaCXX/
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/libhevc/common/arm/
H A Dihevc_platform_macros.h141 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} macro
/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/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/libedit/src/
H A Dchared.h127 #define NOP 0x00 macro
/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/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";
H A DRops.java34 public static final Rop NOP = field in class:Rops
35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
1125 case RegOps.NOP: return NOP;
/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/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Drfc2217.py93 NOP = to_bytes([241]) # No Operation variable
/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/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/javassist/src/main/javassist/bytecode/
H A DOpcode.java217 int NOP = 0; field in interface:Opcode
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DOpcodes.java139 int NOP = 0; // visitInsn field in interface:Opcodes
/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c92 #define NOP 0xe1a00000 macro
465 inst[1] = NOP;
1831 FAIL_IF(push_inst(compiler, NOP));
H A DsljitNativeARM_64.c102 #define NOP 0xd503201f macro
1228 return push_inst(compiler, NOP);
H A DsljitNativeARM_T2_32.c136 #define NOP 0xbf00 macro
1265 return push_inst16(compiler, NOP);
H A DsljitNativeSPARC_common.c143 #define NOP (OPC1(0x0) | OPC2(0x04)) macro
227 inst[1] = NOP;
263 inst[1] = NOP;
786 return push_inst(compiler, NOP, UNMOVABLE_INS);
1221 return push_inst(compiler, NOP, UNMOVABLE_INS);
1357 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
1394 return push_inst(compiler, NOP, UNMOVABLE_INS);
H A DsljitNativeX86_common.c206 #define NOP 0x90 macro
740 *inst = NOP;
H A DsljitNativeMIPS_common.c156 #define NOP (HI(0) | LO(0)) macro
277 inst[1] = NOP;
281 inst[1] = NOP;
294 inst[2] = NOP;
300 inst[1] = NOP;
302 inst[3] = NOP;
320 inst[1] = NOP;
1061 return push_inst(compiler, NOP, UNMOVABLE_INS);
1074 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
1075 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_IN
[all...]
/external/tcpdump/
H A Dtelnet.h60 #define NOP 241 /* nop */ macro
72 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java69 public static final Dop NOP = field in class:Dops
70 new Dop(Opcodes.NOP, Opcodes.NOP,
1106 set(NOP);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java62 public static final Info NOP = field in class:OpcodeInfo
63 new Info(Opcodes.NOP, "nop",
1105 set(NOP);
H A DOpcodes.java44 public static final int NOP = 0x00; field in class:Opcodes

Completed in 885 milliseconds

12