Searched refs:max (Results 226 - 250 of 977) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-io.c397 tui_rl_display_match_list (char **matches, int len, int max) argument
426 max += 2;
427 limit = screenwidth / max;
428 if (limit != 1 && (limit * max == screenwidth))
431 /* Avoid a possible floating exception. If max > screenwidth,
465 for (k = 0; k < max - printed_len; k++)
486 for (k = 0; k < max - printed_len; k++)
/freebsd-9.3-release/sbin/dumpfs/
H A Ddumpfs.c454 pbits(void *vp, int max) argument
460 for (count = i = 0, p = vp; i < max; i++)
467 while ((i+1)<max && isset(p, i+1))
476 pblklist(void *vp, int max, off_t offset, int fflag) argument
481 for (i = 0, p = vp; i < max; i++) {
486 while ((i+1)<max && isset(p, i+1))
/freebsd-9.3-release/contrib/ntp/scripts/
H A Dplot_summary.in74 sub max
137 $max_offs = max($max_offs, $upper_bound);
140 $max_rms = max($max_rms, $rms);
273 # ident cnt mean rms max delay dist disp
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Apps/
H A Dnfswizard.d63 @maxtime = max(this->elapsed);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dnfswizard.d63 @maxtime = max(this->elapsed);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtime.c140 #define RANGE(min, max, value) \
142 if (value < (min) || value > (max)) \
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dmep-relocs.pl166 $max = (1 << $bits[$i]) - 1;
167 print NEW " if (u > $max) r = bfd_reloc_overflow;\n";
170 $max = (1 << ($bits[$i]-1)) - 1;
171 print NEW " if ($min > s || s > $max) r = bfd_reloc_overflow;\n";
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-i386.h112 #define MAX_PREFIXES 6 /* max prefixes per opcode */
252 #define md_do_align(n, fill, len, max, around) \
260 frag_align_code ((n), (max)); \
/freebsd-9.3-release/contrib/cvs/src/
H A Dcvsbug.in240 awk 'BEGIN {max = 0; }
241 { if (length($0) > max) { max = length($0); } }
242 END {print max + 1;}'`
316 awk 'BEGIN {max = 0; }
317 { if (length($0) > max) { max = length($0); } }
318 END {print max + 1;}'`
/freebsd-9.3-release/contrib/gcc/
H A Dgccbug.in215 awk 'BEGIN {max = 0; } { if (length($0) > max) { max = length($0); } }
216 END {print max + 1;}'`
297 awk 'BEGIN {max = 0; } { if (length($0) > max) { max = length($0); } }
298 END {print max + 1;}'`
H A Dparams.h81 #define DEFPARAM(enumerator, option, msgid, default, min, max) \
/freebsd-9.3-release/contrib/libc++/src/
H A Dmutex.cpp170 if (__count_ == numeric_limits<size_t>::max())
188 if (__count_ == numeric_limits<size_t>::max())
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dfunctional_hash.h211 std::numeric_limits<std::size_t>::max() + 1.0l;
220 (std::numeric_limits<std::size_t>::max()
/freebsd-9.3-release/contrib/tcsh/
H A Ded.h40 #define MAXMACROLEVELS 10 /* max number of nested kbd macros */
48 #undef max macro
137 EXTERN int KillRingMax; /* max length of kill ring */
198 #define max(x,y) (((x)>(y))?(x):(y)) macro
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Droken-common.h79 #ifndef max
80 #define max(a,b) (((a)>(b))?(a):(b)) macro
/freebsd-9.3-release/lib/libc/regex/
H A Dregex2.h111 wint_t max; member in struct:__anon5133
138 if (cs->ranges[i].min <= ch && ch <= cs->ranges[i].max)
/freebsd-9.3-release/sys/dev/ppbus/
H A Dppb_1284.c528 spp_1284_read(device_t bus, int mode, char *buffer, int max, int *read) argument
555 while ((len < max) && !(ppb_rstr(bus) & (nFAULT))) {
598 int max, int *read)
603 bzero(buffer, max);
610 error = spp_1284_read(bus, PPB_NIBBLE, buffer, max, read);
615 error = spp_1284_read(bus, PPB_BYTE, buffer, max, read);
632 int max, int *read)
639 error = spp_1284_read(bus, mode, buffer, max, read);
597 ppb_1284_read_id(device_t bus, int mode, char *buffer, int max, int *read) argument
631 ppb_1284_read(device_t bus, int mode, char *buffer, int max, int *read) argument
/freebsd-9.3-release/sys/dev/snc/
H A Dif_snc_cbus.c167 error = max(error, snc_alloc_memory(dev, 0));
168 error = max(error, snc_alloc_irq(dev, 0, 0));
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h226 int max; member in struct:mthca_srq
247 int max; member in struct:mthca_wq
/freebsd-9.3-release/sys/x86/x86/
H A Dtsc.c338 * discovers a new max frequency.
415 int64_t d, min, max; local
423 max = INT64_MAX;
433 if (d < max)
434 max = d;
436 if (d < max)
437 max = d;
439 if (min > max)
441 d = min / 2 + max / 2;
615 * When cpufreq levels change, find out about the (new) max frequenc
[all...]
/freebsd-9.3-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));
/freebsd-9.3-release/contrib/cvs/diff/
H A Dcontext.c152 first0 = max (first0 - context, i);
153 first1 = max (first1 - context, i);
285 first0 = max (first0 - context, i);
286 first1 = max (first1 - context, i);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio.c285 int64_t max; local
288 max = (((int64_t)1) << (digits * 3)) - 1;
289 if (v >= 0 && v <= max) {
293 format_octal_recursive(max, (char *)p, digits);
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dcompatibility.cc99 if (__n == numeric_limits<streamsize>::max()
110 _M_gcount = numeric_limits<streamsize>::max();
164 if (__n == numeric_limits<streamsize>::max()
175 _M_gcount = numeric_limits<streamsize>::max();
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_random.c53 if (length >= sizeof(output) || (int)length > params->max)

Completed in 235 milliseconds

1234567891011>>