Home
last modified time | relevance | path

Searched refs:cb2 (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dlocal2.c191 int cb1, cb2; local
198 cb2 = NE;
202 cb2 = 0;
207 cb2 = LT;
212 cb2 = GT;
216 cb1 = cb2 = 0; /* XXX gcc */
219 cb1 += 4, cb2 += 4;
222 if (cb2) cbgen(cb2, e);
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dlocal2.c153 int cb1, cb2; in twolcomp() local
160 cb2 = NE; in twolcomp()
164 cb2 = 0; in twolcomp()
169 cb2 = LT; in twolcomp()
174 cb2 = GT; in twolcomp()
178 cb1 = cb2 = 0; /* XXX gcc */ in twolcomp()
181 cb1 += 2, cb2 += 2; in twolcomp()
184 if (cb2) cbgen(cb2, e); in twolcomp()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dlocal2.c324 int cb1, cb2; in twollcomp() local
331 cb2 = NE; in twollcomp()
335 cb2 = 0; in twollcomp()
340 cb2 = LT; in twollcomp()
345 cb2 = GT; in twollcomp()
349 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
352 cb1 += 4, cb2 += 4; in twollcomp()
360 if (cb2) { in twollcomp()
361 p->n_op = cb2; in twollcomp()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/
H A Dlocal2.c414 int cb1, cb2; in twollcomp() local
420 cb2 = NE; in twollcomp()
424 cb2 = 0; in twollcomp()
433 cb2 = LT; in twollcomp()
442 cb2 = GT; in twollcomp()
446 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
449 cb1 += 4, cb2 += 4; in twollcomp()
452 if (cb2) cbgen(cb2, e); in twollcomp()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dlocal2.c607 int cb1, cb2; in twollcomp() local
614 cb2 = NE; in twollcomp()
618 cb2 = 0; in twollcomp()
623 cb2 = LT; in twollcomp()
628 cb2 = GT; in twollcomp()
632 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
635 cb1 += 4, cb2 += 4; in twollcomp()
644 if (cb2) { in twollcomp()
646 hopcode(' ', cb2); in twollcomp()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal2.c231 int cb1, cb2; in twollcomp() local
237 cb2 = NE; in twollcomp()
241 cb2 = 0; in twollcomp()
250 cb2 = LT; in twollcomp()
259 cb2 = GT; in twollcomp()
263 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
266 cb1 += 4, cb2 += 4; in twollcomp()
269 if (cb2) cbgen(cb2, e); in twollcomp()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal2.c263 int cb1, cb2; in twollcomp() local
270 cb2 = NE; in twollcomp()
274 cb2 = 0; in twollcomp()
279 cb2 = LT; in twollcomp()
284 cb2 = GT; in twollcomp()
288 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
291 cb1 += 4, cb2 += 4; in twollcomp()
297 if (cb2) cbgen(cb2, e); in twollcomp()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal2.c221 int cb1, cb2; in twollcomp() local
227 cb2 = NE; in twollcomp()
231 cb2 = 0; in twollcomp()
240 cb2 = LT; in twollcomp()
249 cb2 = GT; in twollcomp()
253 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
256 cb1 += 4, cb2 += 4; in twollcomp()
259 if (cb2) cbgen(cb2, e); in twollcomp()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/
H A Dlocal2.c330 int cb1, cb2; in twollcomp() local
337 cb2 = NE; in twollcomp()
341 cb2 = 0; in twollcomp()
346 cb2 = LT; in twollcomp()
351 cb2 = GT; in twollcomp()
355 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
358 cb1 += 4, cb2 += 4; in twollcomp()
361 if (cb2) cbgen(cb2, e); in twollcomp()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_buffer.c1953 struct evbuffer_cb_entry *cb1, *cb2; in test_evbuffer_callbacks() local
1960 cb2 = evbuffer_add_cb(buf, log_change_callback, buf_out2); in test_evbuffer_callbacks()
1968 evbuffer_cb_clear_flags(buf, cb2, EVBUFFER_CB_ENABLED); in test_evbuffer_callbacks()
1972 evbuffer_cb_set_flags(buf, cb2, EVBUFFER_CB_ENABLED); in test_evbuffer_callbacks()
1991 cb2 = evbuffer_add_cb(buf, log_change_callback, buf_out2); in test_evbuffer_callbacks()
1992 tt_assert(cb2 != NULL); in test_evbuffer_callbacks()
2007 cb2 = evbuffer_add_cb(buf, log_change_callback, buf_out2); in test_evbuffer_callbacks()
2008 evbuffer_cb_suspend(buf,cb2); in test_evbuffer_callbacks()
2013 evbuffer_cb_unsuspend(buf,cb2); in test_evbuffer_callbacks()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dconn.c922 slap_callback cb2 = { 0 }; in meta_back_get_candidate() local
941 op2.o_callback = &cb2; in meta_back_get_candidate()
942 cb2.sc_response = meta_back_conn_cb; in meta_back_get_candidate()
943 cb2.sc_private = (void *)&candidate; in meta_back_get_candidate()
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Dftest.sa201 dc.l $01700000,$0c5cf23b,$9c000170,$00000cb2
H A Dfplsp.sa913 dc.l $ff8460ff,$00003cb2,$0c813fff,$80006e00
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py5317 cb2 = fn(cb_func)
5319 res = isl.isl_aff_list_foreach_scc(arg0.ptr, cb1, None, cb2, None)
7508 cb2 = fn(cb_func)
7510 res = isl.isl_ast_node_list_foreach_scc(arg0.ptr, cb1, None, cb2, None)
13166 cb2 = fn(cb_func)
13168 res = isl.isl_id_list_foreach_scc(arg0.ptr, cb1, None, cb2, None)
13566 cb2 = fn(cb_func)
13568 res = isl.isl_map_list_foreach_scc(arg0.ptr, cb1, None, cb2, None)
14454 cb2 = fn(cb_func)
14456 res = isl.isl_pw_aff_list_foreach_scc(arg0.ptr, cb1, None, cb2, None)
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dmt.cpu251 (dnf f-cb2sel "cb2 select" () 22 3)
253 (dnf f-cb2incr "cb2 increment" (SIGNED) 13 6)
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dmt.cpu251 (dnf f-cb2sel "cb2 select" () 22 3)
253 (dnf f-cb2incr "cb2 increment" (SIGNED) 13 6)
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dmt.cpu251 (dnf f-cb2sel "cb2 select" () 22 3)
253 (dnf f-cb2incr "cb2 increment" (SIGNED) 13 6)
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dmt.cpu251 (dnf f-cb2sel "cb2 select" () 22 3)
253 (dnf f-cb2incr "cb2 increment" (SIGNED) 13 6)
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c4144 slap_callback cb2 = { 0 }; in syncrepl_entry() local
4163 op2.o_callback = &cb2; in syncrepl_entry()
4164 cb2.sc_response = dn_callback; in syncrepl_entry()
4165 cb2.sc_private = &dni; in syncrepl_entry()