Searched refs:incr (Results 26 - 50 of 92) sorted by relevance

1234

/freebsd-9.3-release/sbin/dhclient/
H A Doptions.c580 unsigned char incr = length > 255 ? 255 : length; local
588 bufix + incr > first_cutoff)
589 incr = first_cutoff - bufix;
591 bufix + incr > second_cutoff)
592 incr = second_cutoff - bufix;
598 if (bufix + 2 + incr > buflen) {
605 buffer[bufix + 1] = incr;
606 if (tto && incr == length) {
608 options[code]->value + ix, incr - 1);
609 buffer[bufix + 2 + incr
[all...]
/freebsd-9.3-release/sys/netinet/cc/
H A Dcc_chd.c189 int incr; local
192 incr = 0;
200 incr = min(ccv->bytes_this_ack,
204 incr = min(ccv->bytes_this_ack,
208 incr = CCV(ccv, t_maxseg);
214 incr = CCV(ccv, t_maxseg);
217 incr = CCV(ccv, t_maxseg);
222 chd_data->shadow_w = min(chd_data->shadow_w + incr,
226 CCV(ccv,snd_cwnd) = min(CCV(ccv, snd_cwnd) + incr,
H A Dcc_cdg.c391 int incr, s_w_incr; local
394 incr = s_w_incr = 0;
398 incr = CCV(ccv, t_maxseg);
399 s_w_incr = incr;
406 incr = CCV(ccv, t_maxseg);
412 incr = CCV(ccv, t_maxseg) *
422 CCV(ccv, snd_cwnd) = ulmin(CCV(ccv, snd_cwnd) + incr,
/freebsd-9.3-release/sys/netinet/
H A Dsctp_cc_functions.c668 uint32_t t_ssthresh, t_cwnd, incr; local
824 incr = (uint32_t) (((uint64_t) net->net_ack *
827 if (incr > limit) {
828 incr = limit;
830 if (incr == 0) {
831 incr = 1;
848 incr = (uint32_t) (((uint64_t) net->net_ack *
852 if (incr > limit) {
853 incr = limit;
855 if (incr
1134 unsigned int incr; local
1594 int cur_val, i, indx, incr; local
[all...]
H A Dsctp_var.h264 stcb->asoc.fslog[stcb->asoc.fs_index].incr = 0; \
285 stcb->asoc.fslog[stcb->asoc.fs_index].incr = 1; \
H A Dsctputil.h355 struct sctp_tcb *stcb, int from, int incr);
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dsections.c41 ws->incr = 1;
H A Dlibgomp.h82 long incr; member in struct:gomp_work_share
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dkernel.c466 int i = 0, len, incr; local
469 for (start = s = p; ; start = (s += incr)) {
480 incr = 1 + (s == s2);
493 int i = 1, incr; local
496 for (s = p; ; s += incr) {
507 incr = 1 + (s == s2);
/freebsd-9.3-release/sys/netipx/
H A Dspx_reass.c135 int incr; local
244 incr = CUNIT;
246 incr = max(incr * incr / cb->s_cwnd, 1);
247 cb->s_cwnd = min(cb->s_cwnd + incr, cb->s_cwmx);
/freebsd-9.3-release/usr.sbin/ctm/mkCTM/
H A DmkCTM90 incr CTMnbr
101 incr changes -1
/freebsd-9.3-release/usr.bin/nl/
H A Dnl.c111 static int incr = 1; variable
186 "invalid incr argument -- %s", optarg);
187 incr = (int)val;
338 line += incr;
410 "usage: nl [-p] [-b type] [-d delim] [-f type] [-h type] [-i incr] [-l num]\n"
/freebsd-9.3-release/sys/vm/
H A Dswap_pager.c173 swap_reserve(vm_ooffset_t incr) argument
176 return (swap_reserve_by_cred(incr, curthread->td_ucred));
180 swap_reserve_by_cred(vm_ooffset_t incr, struct ucred *cred) argument
190 if (incr & PAGE_MASK)
195 error = racct_add(curproc, RACCT_SWAP, incr);
203 r = swap_reserved + incr;
221 uip->ui_vmsize + incr > lim_cur(curproc, RLIMIT_SWAP) &&
225 uip->ui_vmsize += incr;
230 swap_reserved -= incr;
236 uip->ui_uid, curproc->p_pid, incr);
251 swap_reserve_force(vm_ooffset_t incr) argument
[all...]
/freebsd-9.3-release/sys/dev/digi/
H A Ddigireg.h63 volatile u_short incr; member in struct:board_chan
/freebsd-9.3-release/contrib/gcc/
H A Dflow.c3509 rtx mem, rtx incr, rtx incr_reg)
3512 rtx set = single_set (incr);
3522 if (dead_or_set_p (incr, incr_reg)
3535 [insn,incr). */
3536 && ! reg_used_between_p (q, PREV_INSN (insn), incr)
3539 be a call between PREV_INSN (insn) and incr. */
3540 && ! reg_set_between_p (q, PREV_INSN (insn), incr))
3561 validate_change (incr, &XEXP (y, opnum), q, 1);
3598 for (temp = insn; temp != incr; temp = NEXT_INSN (temp))
3620 changed = validate_change (incr,
3499 attempt_auto_inc(struct propagate_block_info *pbi, rtx inc, rtx insn, rtx mem, rtx incr, rtx incr_reg) argument
3663 rtx set, y, incr, inc_val; local
[all...]
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m471 ',` DEVELOP_QUOTIENT_BITS( incr($1), `eval(2*$2+1)')
79 ',` DEVELOP_QUOTIENT_BITS( incr($1), `eval(2*$2-1)')
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcp-gimplify.c192 gimplify_cp_loop (tree cond, tree body, tree incr, tree attrs, argument
243 if (incr)
256 gimplify_stmt (&incr);
262 append_to_statement_list (incr, &stmt_list);
/freebsd-9.3-release/sys/dev/drm/
H A Dradeon_cs.c324 int incr = 2; local
345 *offset_dw_p += incr;
358 int incr = 2; local
722 *offset_dw_p += incr;
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_gart.c942 static const uint32_t incr = RADEON_VM_PTE_COUNT * 8; local
979 ((last_pt + incr * count) != pt)) {
983 last_pt, count, incr,
997 incr, RADEON_VM_PAGE_VALID);
/freebsd-9.3-release/sys/x86/x86/
H A Dlocal_apic.c1387 int x, incr; local
1395 incr = 0;
1398 incr = 1;
1399 for (x = 0; x < delay; x += incr) {
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1218 dt_node_t *anp, *incr = NULL; local
1431 incr = arg3 != NULL ? arg3->dn_list : NULL;
1571 incr = llarg;
1576 incr = dnp->dn_aggfun->dn_args->dn_list;
1580 if (incr != NULL) {
1581 if (!dt_node_is_scalar(incr)) {
1587 if ((anp = incr->dn_list) != NULL) {
1593 dnerror(incr, D_PROTO_LEN, "%s( ) prototype "
1601 dt_cg(yypcb, incr);
/freebsd-9.3-release/contrib/tnftp/src/
H A Dcmds.c2269 int dir, max, incr, showonly; local
2284 dir = max = incr = showonly = 0;
2305 if ((incr = strsuftoi(argv[3])) <= 0)
2308 incr = DEFAULTINCR;
2315 rate_get_incr = incr;
2325 rate_put_incr = incr;
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dcq.c148 * incr is ignored in native Arbel (mem-free) mode, so cq->cons_index
151 static inline void update_cons_index(struct mthca_cq *cq, int incr) argument
160 doorbell[1] = htonl(incr - 1);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211.h178 #define IEEE80211_SEQ_ADD(seq, incr) \
179 (((seq) + (incr)) & (IEEE80211_SEQ_RANGE-1))
/freebsd-9.3-release/lib/libstand/
H A Dstand.h226 extern char *sbrk(int incr);

Completed in 232 milliseconds

1234