/external/clang/test/SemaCXX/Inputs/ |
D | array-bounds-system-header.h | 11 #define NOP(x) (x) macro
|
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 94 #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/arm/ |
D | ih264_platform_macros.h | 94 #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/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/ |
D | FrameSnapshot.java | 27 private static final FrameSnapshot NOP = new FrameSnapshot(null, null); field in FrameSnapshot
|
/external/libmpeg2/common/arm/ |
D | icv_platform_macros.h | 96 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
|
/external/libmpeg2/common/armv8/ |
D | icv_platform_macros.h | 68 #define NOP(nop_cnt) \ macro
|
/external/clang/test/SemaCXX/ |
D | warn-unused-value.cpp | 32 #define NOP(x) (x) macro
|
/external/libmpeg2/common/x86/ |
D | icv_platform_macros.h | 81 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 88 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = (nop_cnt) ; nop_i > 0 ; nop_i--) asm("nop");} macro
|
/external/libmpeg2/common/mips/ |
D | icv_platform_macros.h | 81 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 68 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} macro
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 101 NOP, enumerator
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 67 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} macro
|
/external/clang/test/Sema/ |
D | unused-expr.c | 129 #define NOP(a) (a) macro
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 221 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = (nop_cnt) ; nop_i > 0 ; nop_i--) asm("nop");} macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 69 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = (nop_cnt) ; nop_i > 0 ; nop_i--) asm("nop");} macro
|
/external/libedit/src/ |
D | chared.h | 127 #define NOP 0x00 macro
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-thai.cc | 86 NOP, enumerator
|
/external/toybox/toys/pending/ |
D | telnetd.c | 47 # define NOP 241 /* No Operation */ macro
|
/external/python/cpython2/Include/ |
D | opcode.h | 16 #define NOP 9 macro
|
/external/kernel-headers/original/scsi/ |
D | scsi.h | 117 #define NOP 0x08 macro
|
/external/python/cpython2/Lib/ |
D | telnetlib.py | 59 NOP = chr(241) # No Operation variable
|
/external/kernel-headers/modified/scsi/ |
D | scsi.h | 124 #define NOP 0x08 macro
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 217 int NOP = 0; field
|
/external/tcpdump/ |
D | print-telnet.c | 84 #define NOP 241 /* nop */ macro
|