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

12345

/macosx-10.9.5/dtrace-118.1/test/tst/i386/pid/
H A Dtst.nop.c4 extern void nop(void);
18 nop();
H A Dtst.nop.d27 pid$1:a.out:nop:0
34 pid$1:a.out:nop:1
40 pid$1:a.out:nop:3
46 pid$1:a.out:nop:6
52 pid$1:a.out:nop:a
58 pid$1:a.out:nop:f
64 pid$1:a.out:nop:15
70 pid$1:a.out:nop:1c
76 pid$1:a.out:nop:24
82 pid$1:a.out:nop
[all...]
H A Dtst.embedded.s57 nop
58 nop
59 nop
/macosx-10.9.5/xnu-2422.115.4/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
/macosx-10.9.5/dtrace-118.1/test/tst/sparc/pid/
H A Dtst.embedded.s44 nop
49 nop
50 nop
51 nop
H A Dtst.branch.s44 nop
50 nop
/macosx-10.9.5/xnu-2422.115.4/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;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/powerpc/
H A Ddarwin_closure.S129 nop
130 nop
131 nop
138 nop
139 nop
140 nop
146 nop
147 nop
153 nop
154 nop
[all...]
H A Dasm.h85 #define EALIGN_W_1 nop
86 #define EALIGN_W_2 nop;nop
87 #define EALIGN_W_3 nop;nop;nop
88 #define EALIGN_W_4 EALIGN_W_3;nop
89 #define EALIGN_W_5 EALIGN_W_4;nop
90 #define EALIGN_W_6 EALIGN_W_5;nop
91 #define EALIGN_W_7 EALIGN_W_6;nop
[all...]
H A Dppc_closure.S82 nop
83 nop
84 nop
91 nop
92 nop
93 nop
99 nop
100 nop
106 nop
107 nop
[all...]
/macosx-10.9.5/libffi-18.1/powerpc/
H A Dppc-darwin_closure.S116 nop
117 nop
118 nop
126 nop
127 nop
128 nop
134 nop
135 nop
141 nop
142 nop
[all...]
H A Dppc64-darwin_closure.S136 nop
137 nop
138 nop
146 nop
147 nop
148 nop
154 nop
155 nop
161 nop
162 nop
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-darwin_closure.S116 nop
117 nop
118 nop
126 nop
127 nop
128 nop
134 nop
135 nop
141 nop
142 nop
[all...]
H A Dppc64-darwin_closure.S136 nop
137 nop
138 nop
146 nop
147 nop
148 nop
154 nop
155 nop
161 nop
162 nop
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dia64.s28 nop.i 0
37 nop.m 0
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-darwin_closure.S130 nop
131 nop
132 nop
140 nop
141 nop
142 nop
148 nop
149 nop
155 nop
156 nop
[all...]
H A Dppc64-darwin_closure.S136 nop
137 nop
138 nop
146 nop
147 nop
148 nop
154 nop
155 nop
161 nop
162 nop
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dnestedgroup.c55 Operation nop = *op; local
71 nop.orc_ava = &ava;
72 nop.orc_ava->aa_desc = searchAttr;
73 nop.orc_ava->aa_value = *searchID;
75 nop.o_tag = LDAP_REQ_COMPARE;
76 nop.o_protocol = LDAP_VERSION3;
77 nop.o_callback = &cb;
78 nop.o_time = slap_get_time();
79 nop.o_do_not_cache = 0;
80 nop
128 Operation nop = *op; local
[all...]
H A Dodlocales.c106 Operation *nop = NULL; local
110 nop = (Operation*)&opbuf;
111 nop->o_hdr = &opbuf.ob_hdr;
112 nop->o_controls = opbuf.ob_controls;
114 nop = &opbuf.ob_op;
115 nop->o_dn = nop->o_ndn = op->o_bd->be_rootndn;
117 nop->ors_filter = str2filter(key);
118 ber_str2bv(key, 0, 0, &nop->ors_filterstr);
126 nop
[all...]
H A Ddynid.c89 Operation *nop,
101 nop->ors_filter = str2filter_x(nop, key);
102 ber_str2bv(key, 0, 0, &nop->ors_filterstr);
106 nop->o_callback = &cb;
107 nop->o_tag = LDAP_REQ_SEARCH;
108 nop->ors_scope = LDAP_SCOPE_SUBTREE;
109 nop->ors_deref = LDAP_DEREF_NEVER;
110 nop->ors_limit = NULL;
111 nop
87 dynid_search( Operation *op, Operation *nop, char *key, struct berval *searchbase ) argument
278 Operation nop = *op; local
369 Operation nop = *op; local
418 Operation nop = *op; local
[all...]
/macosx-10.9.5/dyld-239.4/src/
H A Dstart_glue.s32 nop # <rdar://problem/10753356> backtraces of LC_MAIN binaries don't end in "start"
47 nop # <rdar://problem/10753356> backtraces of LC_MAIN binaries don't end in "start"
64 nop // <rdar://problem/10753356> backtraces of LC_MAIN binaries don't end in "start"
/macosx-10.9.5/ntp-88/html/hints/
H A Dsolaris.xtra.patchfreq56 nop="1000000" # nop
62 if [ $instr = $nop ]; then
71 if ! echo setcpudelay+34?W $nop | adb -w $kernel 1> /dev/null
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/branch-islands/
H A Dspace.s33 nop
69 nop

Completed in 230 milliseconds

12345