Searched refs:nop (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm64/
H A Dstubs.s58 nop
59 nop
60 nop
61 nop
62 nop
63 nop
64 nop
65 nop
66 nop
67 nop
[all...]
/darwin-on-arm/xnu/tools/tests/execperf/
H A Dexit-asm.S16 nop
17 nop
18 nop
19 nop
31 nop
32 nop
33 nop
34 nop
39 nop
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dnop.c32 * silly nop benchmark to test infrastructure
55 int nop();
58 (void) nop(); /* do nothing but the call */
H A Dsigaction.c41 nop() function
46 nop(int sig) function
71 ts->ts_act.sa_handler = nop;
H A Dsignal.c42 nop() function
47 nop(int sig) function
67 act.sa_handler = nop;
H A DMakefile.benchmarks79 nop \
H A Dlibmicro.c1485 nop() function
/darwin-on-arm/xnu/osfmk/arm/
H A Dstubs.s42 nop ; \
43 nop ; \
44 nop ; \
45 nop ; \
46 nop ; \
47 nop ; \
48 nop ; \
49 nop ; \
50 nop ; \
51 nop ; \
[all...]
H A Dlocore.s162 nop
288 nop
289 nop
290 nop
291 nop
H A Dbcopyinout.s94 nop
214 nop
219 nop
225 nop
231 nop
459 nop
514 nop
635 nop
641 nop
647 nop
[all...]
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v6.s61 nop
62 nop
63 nop
/darwin-on-arm/xnu/osfmk/i386/
H A Dpostcode.h39 #define CPU_PAUSE() rep; nop
162 " rep; nop; \n\t"
H A Dcpu_capabilities.h261 symbol_name: nop
H A Di386_lock.s49 #define PAUSE rep; nop
262 * a "nop"
/darwin-on-arm/xnu/libkern/zlib/arm/
H A DinffastS.s120 nop
136 nop
441 nop // a pad dummy instruction to give better performance
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c334 char nop; /* one NOP to align */ member in struct:ip_srcrt
2170 #define OPTSIZ (sizeof(ip_srcrt.nop) + sizeof(ip_srcrt.srcopt))
2172 /* length is (nhops+1)*sizeof(addr) + sizeof(nop + srcrt header) */
2191 * Copy option fields and padding (nop) to mbuf.
2193 ip_srcrt.nop = IPOPT_NOP;
2196 &ip_srcrt.nop, OPTSIZ);

Completed in 55 milliseconds