Searched refs:max (Results 276 - 300 of 977) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/usr.sbin/ppp/
H A Ddatalink.c135 dl->reconnect_tries = dl->cfg.reconnect.max;
136 dl->dial.tries = dl->cfg.dial.max;
171 dl->dial.tries = dl->cfg.dial.max;
175 dl->name, dl->cfg.reconnect.max - dl->reconnect_tries,
176 dl->cfg.reconnect.max);
289 dl->cfg.dial.max)
291 dl->name, dl->cfg.dial.max - dl->dial.tries,
292 dl->cfg.dial.max);
298 dl->cfg.dial.max)
300 dl->cfg.dial.max
[all...]
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c108 u_int16_t fr_max; /* fragment data max */
505 u_int16_t max = ip_len + off; local
627 if ((*frag)->fr_max < max)
628 (*frag)->fr_max = max;
651 DPFPRINTF(("missing fragment at %d, next %d, max %d\n",
757 u_int16_t max = ip_len + off; local
813 cur->fr_end = max;
825 DPFPRINTF(("fragcache[%d]: new %d-%d\n", h->ip_id, off, max));
855 h->ip_id, frp->fr_off, frp->fr_end, off, max));
861 h->ip_id, frp->fr_off, frp->fr_end, off, max));
1148 u_int16_t max; local
[all...]
/freebsd-9.3-release/sys/mips/cavium/octe/
H A Dmv88e61xxphy.c476 unsigned max, val, *valp; local
482 max = 0xf;
486 max = 0x1000;
490 max = 3;
502 if (val >= max)
/freebsd-9.3-release/sys/netinet/cc/
H A Dcc_chd.c149 win -= max((win / 2), 1);
150 CCV(ccv, snd_ssthresh) = max(win, 2) * CCV(ccv, t_maxseg);
284 chd_data->shadow_w = max(CCV(ccv, snd_cwnd),
358 CCV(ccv, snd_cwnd) = max(CCV(ccv, snd_cwnd),
372 chd_data->shadow_w = max(chd_data->shadow_w /
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c211 u32 max = 0; local
216 if (h[i] > max)
217 max = h[i];
220 if (max == 0) {
227 int j = 50 * h[i] / max;
/freebsd-9.3-release/usr.bin/csup/
H A Dmisc.c57 time_t max; member in struct:backoff_timer
517 bt_new(time_t min, time_t max, float backoff, float jitter) argument
523 bt->max = max;
537 bt->interval = (time_t)min(bt->interval * bt->backoff, bt->max);
/freebsd-9.3-release/usr.bin/yacc/
H A Dlalr.c168 int max; local
171 max = 0;
181 if (length > max) max = length;
186 maxrhs = max;
/freebsd-9.3-release/usr.sbin/sade/
H A Dsade.h68 * I make some pretty gross assumptions about having a max of 50 chunks
359 extern Boolean dmenuOpen(DMenu *menu, int *choice, int *bscroll, int *curr, int *max, Boolean buttons);
410 void *data, int *aux, int *curr, int *max);
411 extern void items_free(dialogMenuItem *list, int *curr, int *max);
416 extern ComposeObj *initLayoutDialog(WINDOW *win, Layout *layout, int x, int y, int *max);
418 int *n, int max, int *cbutton, int *cancel);
/freebsd-9.3-release/contrib/gcc/
H A Dcfgbuild.c255 make_edges (basic_block min, basic_block max, int update_p)
271 FOR_BB_BETWEEN (bb, min, max->next_bb, next_bb)
758 basic_block bb, min, max;
772 min = max = bb;
775 max = bb;
779 make_edges (min, max, 1);
784 FOR_BB_BETWEEN (bb, min, max->next_bb, next_bb)
252 make_edges(basic_block min, basic_block max, int update_p) argument
753 basic_block bb, min, max; local
/freebsd-9.3-release/contrib/libstdc++/src/
H A Distream.cc155 if (__n == numeric_limits<streamsize>::max()
167 _M_gcount = numeric_limits<streamsize>::max();
173 if (_M_gcount < numeric_limits<streamsize>::max())
207 __num = numeric_limits<streamsize>::max();
535 if (__n == numeric_limits<streamsize>::max()
547 _M_gcount = numeric_limits<streamsize>::max();
553 if (_M_gcount < numeric_limits<streamsize>::max())
H A Dstrstream.cc62 streamsize n = std::max(initial_capacity, streamsize(16));
151 ptrdiff_t new_size = std::max(ptrdiff_t(2 * old_size), ptrdiff_t(1));
171 std::max(old_get_offset, old_size));
/freebsd-9.3-release/usr.bin/dc/
H A Dbcode.c63 static __inline u_int max(u_int, u_int);
326 max(u_int a, u_int b) function
972 r->scale = max(a->scale, b->scale);
1000 r->scale = max(a->scale, b->scale);
1028 normalize(r, max(bmachine.scale, max(ascale, bscale)));
1075 scale = max(a->scale, b->scale);
1111 scale = max(a->scale, b->scale);
1112 r->scale = max(b->scale, a->scale + bmachine.scale);
1150 rmod->scale = max(
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad.c104 for (m = p_vend->mtbl.tbl, e = m + p_vend->mtbl.max; m < e; m++) {
139 for (m = p_vend->mtbl.tbl, e = m + p_vend->mtbl.max; m < e; m++) {
163 for (m = p_vend->mtbl.tbl, e = m + p_vend->mtbl.max; m < e; m++) {
440 char *max = NULL; local
470 p_vend->mtbl.max = DEFAULT_OSM_UMAD_MAX_PENDING;
472 if ((max = getenv("OSM_UMAD_MAX_PENDING")) != NULL) {
473 int tmp = strtol(max, NULL, 0);
475 p_vend->mtbl.max = tmp;
483 p_vend->mtbl.max);
485 p_vend->mtbl.tbl = calloc(p_vend->mtbl.max, sizeo
[all...]
/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash_page.c548 int i, max; local
551 max = hashp->BSIZE >> 2; /* divide by 4 */
552 for (i = 0; i < max; i++)
556 max = bp[0] + 2;
557 for (i = 1; i <= max; i++)
582 int i, max; local
585 max = hashp->BSIZE >> 2; /* divide by 4 */
586 for (i = 0; i < max; i++)
589 max = ((u_int16_t *)p)[0] + 2;
590 for (i = 0; i <= max;
[all...]
/freebsd-9.3-release/sys/dev/sound/isa/
H A Dsb16.c336 rel2abs_volume(int x, int max) argument
340 temp = ((x * max) + 50) / 100;
341 if (temp > max)
342 temp = max;
353 int max; local
356 max = (1 << e->bits) - 1;
358 left = rel2abs_volume(left, max);
359 right = rel2abs_volume(right, max);
367 left = (left * 100) / max;
368 right = (right * 100) / max;
[all...]
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dac97.c442 int mask, max, val, reg; local
445 max = (1 << e->bits) - 1; /* actual range */
446 mask = (max << 8) | max; /* bits of interest */
453 * then scale to 0..max-1 to compute the value to
462 left = (left * max) / 100;
463 right = (right * max) / 100;
467 left = (left * 100) / max;
468 right = (right * 100) / max;
480 val &= max;
[all...]
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dindex.c296 readline(FILE *fp, char *buf, int max) argument
301 while ((rv = fread(&ch, 1, 1, fp)) == 1 && ch != '\n' && i < max)
303 if (i < max)
601 int curr, max; local
634 curr = max = 0;
639 nitems = item_add(nitems, "OK", NULL, NULL, NULL, NULL, NULL, NULL, &curr, &max);
640 nitems = item_add(nitems, "Install", NULL, NULL, NULL, NULL, NULL, NULL, &curr, &max);
655 &curr, &max);
661 &curr, &max);
689 items_free(nitems, &curr, &max);
[all...]
H A Duser.c343 int max, firsttime = TRUE; local
371 obj = initLayoutDialog(ds_win, groupLayout, USER_DIALOG_X, USER_DIALOG_Y, &max);
382 while (layoutDialogLoop(ds_win, groupLayout, &obj, &n, max, &cancelbutton, &cancel));
671 int max, firsttime = TRUE, filled=0; local
706 obj = initLayoutDialog(ds_win, userLayout, USER_DIALOG_X, USER_DIALOG_Y, &max);
722 while (layoutDialogLoop(ds_win, userLayout, &obj, &n, max, &cancelbutton, &cancel)) {
/freebsd-9.3-release/contrib/libreadline/
H A Dcomplete.c1049 int low; /* Count of max-matched characters. */
1255 rl_display_match_list (matches, len, max)
1257 int len, max;
1264 max += 2;
1265 limit = _rl_screenwidth / max;
1266 if (limit != 1 && (limit * max == _rl_screenwidth))
1269 /* Avoid a possible floating exception. If max > _rl_screenwidth,
1303 for (k = 0; k < max - printed_len; k++)
1340 for (k = 0; k < max - printed_len; k++)
1363 int len, max, local
[all...]
/freebsd-9.3-release/usr.sbin/ancontrol/
H A Dancontrol.c510 printf("TX max lifetime exceeded:\t\t\t[ %u ]\n",
512 printf("RX max lifetime exceeded:\t\t\t[ %u ]\n",
628 int i, max; local
635 max = (areq.an_len - 4) / sizeof(struct an_ltv_ssid_entry);
636 if ( max > MAX_SSIDS ) {
638 MAX_SSIDS, max);
639 max = MAX_SSIDS;
642 for (i = 0; i < max; i++)
1157 int max; local
1165 max
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds2_pkt.c118 static int read_n(SSL *s, unsigned int n, unsigned int max,
304 static int read_n(SSL *s, unsigned int n, unsigned int max, argument
326 max = n;
327 if (max > (unsigned int)(SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2))
328 max = SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2;
360 max - newb);
520 * set k to the max number of bytes with 2 byte header
/freebsd-9.3-release/contrib/libc++/src/
H A Dstrstream.cpp160 size_t new_size = max<size_t>(static_cast<size_t>(__alsize_), 2*old_size);
272 setg(eback(), newpos, _VSTD::max(newpos, egptr()));
302 setg(eback(), newpos, _VSTD::max(newpos, egptr()));
/freebsd-9.3-release/contrib/opie/
H A Dopieauto.c38 #ifndef max
39 #define max(x, y) (((x) > (y)) ? (x) : (y)) macro
40 #endif /* max */
178 (*c)->base = max(sequence - window + 1, OPIE_SEQUENCE_RESTRICT);
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c301 if (!reason && length > params->max) {
302 if (params->max == 8) {
313 if (length < params->min[1] && params->min[1] <= params->max)
/freebsd-9.3-release/sys/ia64/ia64/
H A Dsapic.c229 u_int i, max; local
241 max = (sapic_read(sa, SAPIC_VERSION) >> 16) & 0xff;
242 sa->sa_limit = base + max;

Completed in 203 milliseconds

<<11121314151617181920>>