Searched refs:max (Results 1 - 25 of 940) sorted by last modified time

1234567891011>>

/freebsd-10.0-release/usr.bin/bc/
H A Dscan.l52 #define YY_INPUT(buf,retval,max) \
53 (retval = bc_yyinput(buf, max))
/freebsd-10.0-release/usr.bin/gprof/
H A Dgprof.c526 overlap = min(pch, svalue1) - max(pcl, svalue0);
557 max(unsigned long a, unsigned long b) function
H A Dgprof.h293 unsigned long max(unsigned long, unsigned long);
/freebsd-10.0-release/usr.bin/ministat/
H A Dministat.c260 double max; member in struct:plot
287 pl->max = -999e99;
298 if (a > pl->max)
299 pl->max = a;
300 pl->span = pl->max - pl->min;
/freebsd-10.0-release/usr.bin/netstat/
H A Dpfkey.c102 const int max = local
106 if (x < max && pfkey_msgtypenames[x])
/freebsd-10.0-release/usr.bin/mklocale/
H A Dldef.h44 int32_t max; member in struct:rune_list
H A Dyacc.y149 $$->max = $1;
156 $$->max = $3;
163 $$->max = $2;
170 $$->max = $4;
179 $$->max = $2;
187 $$->max = $3;
195 $$->max = $4;
203 $$->max = $5;
322 for (i = list->min; i <= list->max; ++i) {
326 tmp->max
[all...]
/freebsd-10.0-release/usr.bin/nl/
H A Dnl.c81 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
259 intbuffersize = max((int)INT_STRLEN_MAXIMUM, width) + 1; /* NUL */
335 intbuffer + max(0, consumed - width));
/freebsd-10.0-release/usr.bin/patch/
H A Dpch.c55 static LINENUM p_max; /* max allowed value of p_end */
1039 LINENUM min, max; local
1065 max = (LINENUM) atol(++s);
1067 max = min;
1070 p_end = p_ptrn_lines + 1 + max - min + 1;
1077 p_repl_lines = max - min + 1;
1118 snprintf(buf, buf_size, "--- %ld,%ld\n", min, max);
/freebsd-10.0-release/usr.bin/tftp/
H A Dmain.c961 size_t max; local
964 max = sizeof(maxdgram);
966 &maxdgram, &max, NULL, 0) < 0) {
1000 size_t max; local
1008 max = sizeof(maxdgram);
1010 &maxdgram, &max, NULL, 0) < 0) {
/freebsd-10.0-release/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c30 * $Id: rfcomm_sppd.c,v 1.4 2003/09/07 18:15:55 max Exp $
55 #define max(a, b) (((a) > (b))? (a) : (b)) macro
295 n = select(max(amaster, s) + 1, &rfd, NULL, NULL, NULL);
/freebsd-10.0-release/usr.bin/m4/
H A Dstdd.h43 #define max(a,b) ((a) > (b)? (a): (b)) macro
/freebsd-10.0-release/usr.bin/talk/
H A Ddisplay.c54 * max HAS to be a function, it is called with
58 max(int a, int b) function
98 wmove(win->x_win, win->x_line, max(--win->x_col, 0));
H A Dtalk.h80 extern int max(int, int);
/freebsd-10.0-release/usr.bin/banner/
H A Dbanner.c1024 static int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
1132 max = 0;
1141 printf("pc=%d, term=%d, max=%d, linen=%d, x=%d\n",pc,term,max,linen,x);
1147 for (j=0; j <= max; j++)
1163 max = x+y;
1164 while (x < max) line[x++] = '#';
1167 printf("x=%d, y=%d, max=%d\n",x,y,max);
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c1859 ldbl_t max = 0.0, min = 0.0; local
1871 max = CHAR_MAX; min = CHAR_MIN; break;
1873 max = UCHAR_MAX; min = 0; break;
1875 max = SCHAR_MAX; min = SCHAR_MIN; break;
1877 max = SHRT_MAX; min = SHRT_MIN; break;
1879 max = USHRT_MAX; min = 0; break;
1882 max = INT_MAX; min = INT_MIN; break;
1884 max = (u_int)UINT_MAX; min = 0; break;
1886 max = LONG_MAX; min = LONG_MIN; break;
1888 max
[all...]
/freebsd-10.0-release/usr.bin/csup/
H A Dkeyword.c128 new->maxkeylen = max(new->maxkeylen, len);
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);
H A Dmisc.h104 #define max(a, b) ((a) < (b) ? (b) : (a)) macro
/freebsd-10.0-release/usr.bin/make/
H A Djob.c1924 int max; /* limit for i (end of current data) */ local
1973 max = job->curPos + nr;
2031 if (i < max - 1) {
2034 max - (i + 1));
2035 job->curPos = max - (i + 1);
/freebsd-10.0-release/usr.bin/truss/
H A Dsyscalls.c524 * expected to be a C string, but if max is set, it will
529 get_string(pid_t pid, void *offset, int max) argument
536 totalsize = size = max ? (max + 1) : BLOCKSIZE;
554 if (totalsize < MAXSIZE - BLOCKSIZE && max == 0) {
1173 asprintf(&tmp, "{ cur=%ju,max=%ju }",
/freebsd-10.0-release/usr.bin/dc/
H A Dbcode.c61 static __inline u_int max(u_int, u_int);
328 max(u_int a, u_int b) function
974 r->scale = max(a->scale, b->scale);
1002 r->scale = max(a->scale, b->scale);
1030 normalize(r, max(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-10.0-release/usr.bin/rs/
H A Drs.c248 int max; local
290 max = 0;
292 if ((n = strlen(*ep++)) > max)
293 max = n;
294 colwidths[i] = max + gutter;
298 max = 0;
300 if ((n = strlen(ep[j])) > max)
301 max = n;
302 colwidths[i] = max + gutter;
/freebsd-10.0-release/crypto/openssl/apps/
H A Ds_time.c104 #undef max macro
106 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
175 -time arg - max number of seconds to collect data, default %d\n\
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dd1_both.c169 long max, int *ok);
445 * maximum acceptable body length 'max'.
449 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
477 i = dtls1_get_message_fragment(s, st1, stn, max, ok);
520 static int dtls1_preprocess_fragment(SSL *s,struct hm_header_st *msg_hdr,int max) argument
535 if ( (frag_off+frag_len) > (unsigned long)max)
544 * against max above */
570 dtls1_retrieve_buffered_fragment(SSL *s, long max, int *ok) argument
597 al=dtls1_preprocess_fragment(s,&frag->msg_header,max);
837 dtls1_get_message_fragment(SSL *s, int st1, int stn, long max, in argument
[all...]

Completed in 198 milliseconds

1234567891011>>