Home
last modified time | relevance | path

Searched refs:cb1 (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/bsd/pcc/dist/pcc/arch/m16c/
Dlocal2.c191 int cb1, cb2; local
197 cb1 = 0;
201 cb1 = NE;
206 cb1 = GT;
211 cb1 = LT;
216 cb1 = cb2 = 0; /* XXX gcc */
219 cb1 += 4, cb2 += 4;
221 if (cb1) cbgen(cb1, s);
/netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp11/
Dlocal2.c153 int cb1, cb2; in twolcomp() local
159 cb1 = 0; in twolcomp()
163 cb1 = NE; in twolcomp()
168 cb1 = GT; in twolcomp()
173 cb1 = LT; in twolcomp()
178 cb1 = cb2 = 0; /* XXX gcc */ in twolcomp()
181 cb1 += 2, cb2 += 2; in twolcomp()
183 if (cb1) cbgen(cb1, s); in twolcomp()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/hppa/
Dlocal2.c324 int cb1, cb2; in twollcomp() local
330 cb1 = 0; in twollcomp()
334 cb1 = NE; in twollcomp()
339 cb1 = GT; in twollcomp()
344 cb1 = LT; in twollcomp()
349 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
352 cb1 += 4, cb2 += 4; in twollcomp()
353 if (cb1) { in twollcomp()
354 p->n_op = cb1; in twollcomp()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/mips/
Dlocal2.c607 int cb1, cb2; in twollcomp() local
613 cb1 = 0; in twollcomp()
617 cb1 = NE; in twollcomp()
622 cb1 = GT; in twollcomp()
627 cb1 = LT; in twollcomp()
632 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
635 cb1 += 4, cb2 += 4; in twollcomp()
637 if (cb1) { in twollcomp()
639 hopcode(' ', cb1); in twollcomp()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/vax/
Dlocal2.c414 int cb1, cb2; in twollcomp() local
419 cb1 = 0; in twollcomp()
423 cb1 = NE; in twollcomp()
432 cb1 = GT; in twollcomp()
441 cb1 = LT; in twollcomp()
446 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
449 cb1 += 4, cb2 += 4; in twollcomp()
451 if (cb1) cbgen(cb1, s); in twollcomp()
/netbsd/src/sys/dev/raidframe/
Drf_psstatus.c227 RF_CallbackFuncDesc_t *cb, *cb1; in rf_RemoveFromActiveReconTable() local
262 cb1 = cb->next; in rf_RemoveFromActiveReconTable()
265 cb = cb1; in rf_RemoveFromActiveReconTable()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/i386/
Dlocal2.c231 int cb1, cb2; in twollcomp() local
236 cb1 = 0; in twollcomp()
240 cb1 = NE; in twollcomp()
249 cb1 = GT; in twollcomp()
258 cb1 = LT; in twollcomp()
263 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
266 cb1 += 4, cb2 += 4; in twollcomp()
268 if (cb1) cbgen(cb1, s); in twollcomp()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/
Dlocal2.c263 int cb1, cb2; in twollcomp() local
269 cb1 = 0; in twollcomp()
273 cb1 = NE; in twollcomp()
278 cb1 = GT; in twollcomp()
283 cb1 = LT; in twollcomp()
288 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
291 cb1 += 4, cb2 += 4; in twollcomp()
296 if (cb1) cbgen(cb1, s); in twollcomp()
/netbsd/src/external/bsd/tmux/dist/
Dcontrol.c270 struct control_block *cb, *cb1; in control_discard_pane() local
272 TAILQ_FOREACH_SAFE(cb, &cp->blocks, entry, cb1) { in control_discard_pane()
593 struct control_block *cb, *cb1; in control_flush_all_blocks() local
595 TAILQ_FOREACH_SAFE(cb, &cs->all_blocks, all_entry, cb1) { in control_flush_all_blocks()
663 struct control_block *cb, *cb1; in control_write_pending() local
668 TAILQ_FOREACH_SAFE(cb, &cp->blocks, entry, cb1) { in control_write_pending()
822 struct control_block *cb, *cb1; in control_stop() local
834 TAILQ_FOREACH_SAFE(cb, &cs->all_blocks, all_entry, cb1) in control_stop()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/arm/
Dlocal2.c330 int cb1, cb2; in twollcomp() local
336 cb1 = 0; in twollcomp()
340 cb1 = NE; in twollcomp()
345 cb1 = GT; in twollcomp()
350 cb1 = LT; in twollcomp()
355 cb1 = cb2 = 0; /* XXX gcc */ in twollcomp()
358 cb1 += 4, cb2 += 4; in twollcomp()
360 if (cb1) cbgen(cb1, s); in twollcomp()
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dregress_buffer.c1951 struct evbuffer_cb_entry *cb1, *cb2; in test_evbuffer_callbacks() local
1957 cb1 = evbuffer_add_cb(buf, log_change_callback, buf_out1); in test_evbuffer_callbacks()
1972 evbuffer_remove_cb_entry(buf, cb1); in test_evbuffer_callbacks()
1987 cb1 = evbuffer_add_cb(buf, log_change_callback, buf_out1); in test_evbuffer_callbacks()
1988 tt_assert(cb1 != NULL); in test_evbuffer_callbacks()
2004 cb1 = evbuffer_add_cb(buf, log_change_callback, buf_out1); in test_evbuffer_callbacks()
2009 evbuffer_cb_suspend(buf,cb1); in test_evbuffer_callbacks()
2013 evbuffer_cb_unsuspend(buf,cb1); in test_evbuffer_callbacks()
/netbsd/src/external/bsd/libevent/dist/test/
Dregress_buffer.c1953 struct evbuffer_cb_entry *cb1, *cb2; in test_evbuffer_callbacks() local
1959 cb1 = evbuffer_add_cb(buf, log_change_callback, buf_out1); in test_evbuffer_callbacks()
1974 evbuffer_remove_cb_entry(buf, cb1); in test_evbuffer_callbacks()
1989 cb1 = evbuffer_add_cb(buf, log_change_callback, buf_out1); in test_evbuffer_callbacks()
1990 tt_assert(cb1 != NULL); in test_evbuffer_callbacks()
2006 cb1 = evbuffer_add_cb(buf, log_change_callback, buf_out1); in test_evbuffer_callbacks()
2011 evbuffer_cb_suspend(buf,cb1); in test_evbuffer_callbacks()
2015 evbuffer_cb_unsuspend(buf,cb1); in test_evbuffer_callbacks()
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dmt.cpu250 (dnf f-cb1sel "cb1 select" () 25 3)
252 (dnf f-cb1incr "cb1 increment" (SIGNED) 19 6)
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dmt.cpu250 (dnf f-cb1sel "cb1 select" () 25 3)
252 (dnf f-cb1incr "cb1 increment" (SIGNED) 19 6)