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

12

/external/clang/test/SemaCXX/Inputs/
H A Darray-bounds-system-header.h11 #define NOP(x) (x) macro
/external/libavc/common/arm/
H A Dih264_platform_macros.h94 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
112 #define NOP(nop_cnt) \ macro
/external/libavc/common/armv8/
H A Dih264_platform_macros.h94 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
112 #define NOP(nop_cnt) \ macro
/external/libavc/common/mips/
H A Dih264_platform_macros.h68 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} macro
/external/libavc/common/x86/
H A Dih264_platform_macros.h67 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
/external/libhevc/common/mips/
H A Dihevc_platform_macros.h88 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} macro
/external/libmpeg2/common/arm/
H A Dicv_platform_macros.h96 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
/external/libmpeg2/common/armv8/
H A Dicv_platform_macros.h68 #define NOP(nop_cnt) \ macro
/external/libmpeg2/common/mips/
H A Dicv_platform_macros.h81 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
/external/libmpeg2/common/x86/
H A Dicv_platform_macros.h81 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} 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.h220 #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/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/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/toybox/toys/pending/
H A Dtelnetd.c47 # define NOP 241 /* No Operation */ macro
241 if (*(curr + 1) == NOP || *(curr + 1) == SE) {
/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
1081 NOP : // ...O -> ...O
1082 stackEntryNecessary1 ? NOP : // ...O -> ...O
1084 NOP; // ... -> ...
1105 stackEntryNecessary0 ? NOP : // ...XO -> ...XO
1107 NOP : // ...X -> ...X
1119 NOP : // ...O -> ...O
1121 stackEntryNecessary0 ? NOP : // ...O -> ...O
1123 NOP; // ... -> ...
1147 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);

Completed in 2425 milliseconds

12