Home
last modified time | relevance | path

Searched defs:NOP (Results 1 – 25 of 52) sorted by relevance

123

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DNOP.java25 public class NOP extends Instruction { class
27 public NOP() { in NOP() method in NOP
DInstructionConstants.java48 Instruction NOP = new NOP(); field
DInstructionConst.java47 public static final Instruction NOP = new NOP(); field in InstructionConst
/external/clang/test/SemaCXX/Inputs/
Darray-bounds-system-header.h11 #define NOP(x) (x) macro
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DFrameSnapshot.java27 private static final FrameSnapshot NOP = new FrameSnapshot(null, null); field in FrameSnapshot
/external/libavc/common/armv8/
Dih264_platform_macros.h108 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
129 #define NOP(nop_cnt) \ macro
/external/libavc/common/arm/
Dih264_platform_macros.h108 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
129 #define NOP(nop_cnt) \ macro
/external/libmpeg2/common/arm/
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/
Dicv_platform_macros.h68 #define NOP(nop_cnt) \ macro
/external/clang/test/SemaCXX/
Dwarn-unused-value.cpp32 #define NOP(x) (x) macro
/external/tensorflow/tensorflow/core/framework/
Dgraph_transfer_info.proto56 NOP = 0; enumerator
/external/u-boot/arch/microblaze/include/asm/
Dasm.h49 #define NOP __asm__ __volatile__ ("nop"); macro
/external/libmpeg2/common/mips/
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/
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/libhevc/common/mips/
Dihevc_platform_macros.h88 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = (nop_cnt) ; nop_i > 0 ; nop_i--) asm("nop");} macro
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h101 NOP, enumerator
/external/clang/test/Sema/
Dunused-expr.c129 #define NOP(a) (a) macro
/external/libavc/common/mips/
Dih264_platform_macros.h76 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} macro
/external/libavc/common/x86/
Dih264_platform_macros.h73 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h68 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h235 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-thai.cc86 NOP, enumerator
/external/toybox/toys/pending/
Dtelnetd.c47 # define NOP 241 /* No Operation */ macro
/external/python/cpython2/Include/
Dopcode.h16 #define NOP 9 macro
/external/python/cpython3/Include/
Dopcode.h15 #define NOP 9 macro

123