Searched refs:max (Results 26 - 50 of 977) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libiconv_modules/JOHAB/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=16
/freebsd-9.3-release/lib/libiconv_modules/UES/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=64
/freebsd-9.3-release/lib/libiconv_modules/UTF1632/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-9.3-release/lib/libiconv_modules/UTF7/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-9.3-release/lib/libiconv_modules/iconv_std/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-9.3-release/lib/libiconv_modules/mapper_parallel/
H A DMakefile7 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-9.3-release/lib/libiconv_modules/mapper_serial/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-9.3-release/lib/libiconv_modules/mapper_std/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=8
/freebsd-9.3-release/lib/libiconv_modules/mapper_zone/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=8
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.max.d31 * Positive max() test
35 * NOTES: This is verifiable simple positive test of the max() function.
49 @a = max(i);
H A Dtst.multiaggs1.d48 @a[pid] = max(new_time);
54 @g[timestamp] = max(new_time);
/freebsd-9.3-release/contrib/vis/
H A Dfoldit.c45 foldit(const char *chunk, int col, int max, int flags) argument
70 if (col > (max - 2)) {
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dread_password.c77 local_des_read_pw_string(s,max,prompt,verify)
79 int max;
90 if (max > BUFSIZ) {
112 while (!fgets(s, max, stdin));
136 memset(s, 0, max);
148 s[max-1] = 0; /* force termination */
/freebsd-9.3-release/usr.bin/systat/
H A Dmbufs.c94 int i, j, max, idx; local
105 max = 0, idx = -1;
111 if (m_mbtypes[i] > max) {
112 max = m_mbtypes[i];
116 if (max == 0)
128 if (max > 60) {
129 snprintf(buf, sizeof(buf), " %d", max);
130 max = 60;
131 while (max--)
135 while (max
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMaxConsumers.java58 int max = (property == null ? 0 : property);
59 int n = (property == null ? 11 : (max < 1 ? 1 : max));
82 if (max > 0) {
83 System.out.println("Error: " + (max + 1) + " > " +
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Drandom.c103 isc_random_jitter(isc_uint32_t max, isc_uint32_t jitter) { argument
106 REQUIRE(jitter < max || (jitter == 0 && max == 0));
109 return (max);
112 return (max - rnd % jitter);
/freebsd-9.3-release/contrib/opie/libopie/
H A Dnewseed.c47 unsigned int i, max; local
52 for (c = seed + i - 1, max = 1;
54 max *= 10;
56 if ((i = strtoul(++c, (char **)0, 10)) < max) {
57 if (++i >= max)
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Drandom.c103 isc_random_jitter(isc_uint32_t max, isc_uint32_t jitter) { argument
106 REQUIRE(jitter < max || (jitter == 0 && max == 0));
109 return (max);
112 return (max - rnd % jitter);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c185 char *value, int flags, int min, int max);
187 intmax_t value, int base, int min, int max, int flags);
189 LDOUBLE fvalue, int min, int max, int flags);
199 int max; local
210 max = -1;
274 if (max < 0)
275 max = 0;
276 max = 10*max + char_to_int (ch);
279 max
514 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags, int min, int max) argument
555 fmtint(char *buffer, size_t *currlen, size_t maxlen, LLONG value, int base, int min, int max, int flags) argument
715 fmtfp(char *buffer, size_t *currlen, size_t maxlen, LDOUBLE fvalue, int min, int max, int flags) argument
[all...]
/freebsd-9.3-release/lib/libz/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
114 for (max = MAXBITS; max >= 1; max--)
115 if (count[max] != 0) break;
116 if (root > max) root = max;
117 if (max == 0) { /* no symbols to code at all */
126 for (min = 1; min < max; min++)
137 if (left > 0 && (type == CODES || max !
[all...]
/freebsd-9.3-release/sys/dev/random/
H A Drandomdev_soft.h45 #define HARVESTSIZE 16 /* max size of each harvested entropy unit */
82 #define RANDOM_CHECK_UINT(name, min, max) \
89 else if (*(u_int *)(oidp->oid_arg1) > (max)) \
90 *(u_int *)(oidp->oid_arg1) = (max); \
/freebsd-9.3-release/usr.sbin/sade/
H A Dmain.c42 int choice, scroll, curr, max, status; local
110 choice = scroll = curr = max = 0;
111 dmenuOpen(&MenuMain, &choice, &scroll, &curr, &max, FALSE);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithMax.d49 @Maximus["speculate"] = max(i);
/freebsd-9.3-release/usr.bin/mklocale/
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-9.3-release/crypto/openssl/crypto/des/
H A Ddes_opts.c426 double d, tm[16], max = 0; local
505 max = tm[0];
509 if (max < tm[1]) {
510 max = tm[1];
515 if (max < tm[2]) {
516 max = tm[2];
523 if (max < tm[3]) {
524 max = tm[3];
529 if (max < tm[4]) {
530 max
[all...]

Completed in 154 milliseconds

1234567891011>>