Searched defs:nop (Results 1 - 25 of 60) sorted by relevance

123

/external/llvm/test/MC/MachO/
H A Dpcrel-to-other-section.s3 nop label
/external/llvm/test/MC/Hexagon/instructions/
H A Dalu32_alu.s30 nop label
/external/fio/arch/
H A Darch-generic.h6 #define nop do { } while (0) macro
H A Darch-aarch64.h16 #define nop do { __asm__ __volatile__ ("yield"); } while (0) macro
H A Darch-alpha.h21 #define nop do { } while (0) macro
H A Darch-arm.h25 #define nop __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t") macro
29 #define nop __asm__ __volatile__ ("nop") macro
H A Darch-hppa.h21 #define nop do { } while (0) macro
H A Darch-mips.h23 #define nop __asm__ __volatile__("": : :"memory") macro
H A Darch-sparc.h21 #define nop do { } while (0) macro
H A Darch-sparc64.h21 #define nop do { } while (0) macro
H A Darch-s390.h21 #define nop asm volatile("nop" : : : "memory") macro
H A Darch-sh.h23 #define nop __asm__ __volatile__ ("nop": : :"memory") macro
H A Darch-ia64.h21 #define nop asm volatile ("hint @pause" ::: "memory"); macro
H A Darch-x86.h34 #define nop __asm__ __volatile__("rep;nop": : :"memory") macro
/external/clang/test/CoverageMapping/
H A Dswitch.c13 void nop() {} function
24 nop(); // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE]]:10 = 0
28 nop();
31 nop(); // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE+2]]:10 = 0
33 nop();
35 nop(); // CHECK-NEXT: File 0, [[@LINE]]:3 -> [[@LINE+1]]:2 = #6
H A Dmd.cpp10 void nop() {} function
25 nop();
26 #define HANDLE_MD(X) else if (i == MD::X) { nop(); }
/external/compiler-rt/test/tsan/
H A Dfork_multithreaded.cc14 static void *nop(void *p) { function
29 pthread_create(&th2, 0, nop, 0);
/external/clang/test/CodeGenCXX/
H A Dmangle-local-anonymous-unions.cpp31 inline void nop() { function
39 nop();
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope-part8.js54 function nop() {} function
80 nop();
103 nop();
145 nop();
182 nop();
H A Ddebug-stepout-scope-part1.js180 nop();
184 function nop() {} function
/external/valgrind/memcheck/tests/
H A Dthread_alloca.c18 nop(void *nil) function
40 err = pthread_create(&thr[i], NULL, nop, NULL);
/external/mockito/src/org/mockito/internal/configuration/injection/
H A DMockInjectionStrategy.java19 public static final MockInjectionStrategy nop() { method in class:MockInjectionStrategy
/external/eigen/test/
H A Dsparseqr.cpp24 int nop = internal::random<int>(0, internal::random<double>(0,1) > 0.5 ? cols/2 : 0); local
25 for(int k=0; k<nop; ++k)
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
H A DStubs.java41 public static void nop() { method in class:Stubs
47 public static void nop(int i) { method in class:Stubs
53 public static void nop(boolean b) { method in class:Stubs
59 public static void nop(Object o) { method in class:Stubs
/external/v8/test/mjsunit/regress/
H A Dregress-568765.js15 function nop() {} function
42 return nop();
65 return nop(tailee4, this, px, undefined);
70 return nop();
77 return nop();

Completed in 2066 milliseconds

123