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

/xnu-2782.1.97/tools/tests/execperf/
H A Dexit-asm.S17 nop
18 nop
19 nop
20 nop
32 nop
33 nop
34 nop
35 nop
40 nop
/xnu-2782.1.97/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
/xnu-2782.1.97/osfmk/i386/
H A Dpostcode.h46 #define CPU_PAUSE() rep; nop
169 " rep; nop; \n\t"
H A Dcpu_capabilities.h263 symbol_name: nop
H A Di386_lock.s48 #define PAUSE rep; nop
213 * a "nop"
/xnu-2782.1.97/bsd/netinet/
H A Dip_input.c331 char nop; /* one NOP to align */ member in struct:ip_srcrt
2447 #define OPTSIZ (sizeof (ip_srcrt.nop) + sizeof (ip_srcrt.srcopt))
2449 /* length is (nhops+1)*sizeof(addr) + sizeof(nop + srcrt header) */
2469 * Copy option fields and padding (nop) to mbuf.
2471 ip_srcrt.nop = IPOPT_NOP;
2474 &ip_srcrt.nop, OPTSIZ);

Completed in 47 milliseconds