Searched refs:cont (Results 51 - 71 of 71) sorted by relevance

123

/freebsd-9.3-release/contrib/gcc/
H A Domp-low.c730 if (region->cont)
733 region->cont->index);
2611 gcc_assert ((region->cont != NULL) ^ (region->exit == NULL));
2620 cont_bb = region->cont;
2798 cont_bb = region->cont;
2972 cont_bb = region->cont;
3139 && region->cont
3200 gcc_assert ((region->cont != NULL) ^ (region->exit == NULL));
3201 l1_bb = region->cont;
3504 parent->cont
[all...]
H A Dtree-flow.h535 basic_block cont; member in struct:omp_region
H A Dsee.c3694 bool cont = false;
3701 cont = see_propagate_extensions_to_uses ();
3703 if (cont)
3693 bool cont = false; local
H A Dtree-cfg.c552 cur_region->cont = bb;
H A Ddwarf2out.c8114 goto cont;
8183 cont:
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddve3900-rom.c1009 r3900_cmds.cont = "g\r";
H A Dmonitor.c953 monitor_printf (current_monitor->cont);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.c1505 goto cont;
1518 goto cont;
1546 goto cont;
1553 cont:
/freebsd-9.3-release/sys/dev/cy/
H A Dcy.c735 goto cont;
768 goto cont;
774 goto cont;
837 cont:
/freebsd-9.3-release/contrib/file/src/
H A Dfile.h382 struct cont { struct in struct:magic_set
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c751 debug(3, "trying to resolve array %d (cont %d)\n", tdp->t_id,
775 tdesc_t *cont = tdp->t_ardef->ad_contents; local
781 tdp->t_id, tdesc_name(cont), cont->t_id);
/freebsd-9.3-release/crypto/openssh/
H A Dclientloop.c725 int len, cont = 0; local
734 len = roaming_read(connection_in, buf, sizeof(buf), &cont);
735 if (len == 0 && cont == 0) {
/freebsd-9.3-release/sys/dev/hptmv/
H A Dentry.c1636 UINT cont; local
1644 cont = 0;
1665 cont = 1;
1668 } while (cont);
/freebsd-9.3-release/sys/dev/sio/
H A Dsio.c1538 goto cont;
1543 goto cont;
1547 goto cont;
1580 cont:
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_clnt.c1644 goto cont; /* netscape bugs */
1655 goto cont;
1679 cont:
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c950 * @cont: whether another operation will be chained
957 static int sf1_read(adapter_t *adapter, unsigned int byte_cnt, int cont, argument
966 t3_write_reg(adapter, A_SF_OP, V_CONT(cont) | V_BYTECNT(byte_cnt - 1));
977 * @cont: whether another operation will be chained
984 static int sf1_write(adapter_t *adapter, unsigned int byte_cnt, int cont, argument
993 V_CONT(cont) | V_BYTECNT(byte_cnt - 1) | V_OP(1));
/freebsd-9.3-release/sys/pc98/cbus/
H A Dsio.c2393 goto cont;
2398 goto cont;
2402 goto cont;
2439 cont:
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_hw.c744 * @cont: whether another operation will be chained
752 static int sf1_read(struct adapter *adapter, unsigned int byte_cnt, int cont, argument
762 V_SF_LOCK(lock) | V_CONT(cont) | V_BYTECNT(byte_cnt - 1));
773 * @cont: whether another operation will be chained
781 static int sf1_write(struct adapter *adapter, unsigned int byte_cnt, int cont, argument
790 V_CONT(cont) | V_BYTECNT(byte_cnt - 1) | V_OP(1));
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_sp.c1668 * @cont: if TRUE schedule next execution chunk
2002 bool cont = ECORE_TEST_BIT(RAMROD_CONT, ramrod_flags); local
2008 if (!cont) {
2026 if (cont || ECORE_TEST_BIT(RAMROD_EXEC, ramrod_flags) ||
/freebsd-9.3-release/sys/dev/isp/
H A Disp.c3200 goto cont;
3209 cont:
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3585 int cont = 0; local
3618 if (cont++ > dtrace_msgdsize_max) {

Completed in 660 milliseconds

123