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

<<11121314151617181920>>

/freebsd-10.0-release/usr.sbin/wlconfig/
H A Dwlconfig.c229 scale_value(int value, int max) argument
231 double dmax = (double) max;
232 if (value > max)
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dcgen-asm.in43 #undef max
44 #define max(a,b) ((a) > (b) ? (a) : (b))
/freebsd-10.0-release/contrib/byacc/
H A Dlr0.c48 int max; local
69 max = 0;
74 if (max < symbol_count[i])
75 max = symbol_count[i];
/freebsd-10.0-release/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp119 int max; member in struct:__anon1421
150 else if (n > command_table[i].max) {
153 command, command_table[i].max);
154 n = command_table[i].max;
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio.c440 int64_t max; local
443 max = (((int64_t)1) << (digits * 3)) - 1;
444 if (v >= 0 && v <= max) {
448 format_octal_recursive(max, (char *)p, digits);
H A Darchive_write_set_format_cpio_newc.c399 int64_t max; local
402 max = (((int64_t)1) << (digits * 4)) - 1;
403 if (v >= 0 && v <= max) {
407 format_hex_recursive(max, (char *)p, digits);
/freebsd-10.0-release/contrib/libstdc++/config/locale/generic/
H A Dc_locale.cc74 if (fabs(__d) > numeric_limits<float>::max())
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstrItineraries.h176 Latency = std::max(Latency, StartCycle + IS->getCycles());
/freebsd-10.0-release/contrib/smbfs/lib/smb/
H A Drcfile.c351 warnx("line too long for key '%s' in section '%s', max = %zd\n", key, section, maxlen);
441 ((ap->flag & OPTFL_HAVEMAX) && ap->ival > ap->max)) {
443 ap->opt, ap->name, ap->min, ap->max);
490 (ap->ival > ap->max))) {
491 warnx("opt: Argument for option '%c' (%s) should be in [%d-%d] range\n",ap->opt,ap->name,ap->min,ap->max);
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dn-fold.c105 size_t maxlen = 2 * max(size, len);
/freebsd-10.0-release/sys/amd64/vmm/amd/
H A Damdv.c138 amdv_vmspace_alloc(vm_offset_t min, vm_offset_t max) argument
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dmoduleparam.h65 unsigned int max; member in struct:kparam_array
/freebsd-10.0-release/sys/vm/
H A Dvm_kern.c274 * min, max Returned endpoints of map
279 kmem_suballoc(vm_map_t parent, vm_offset_t *min, vm_offset_t *max, argument
293 *max = *min + size;
294 result = vm_map_create(vm_map_pmap(parent), *min, *max);
297 if (vm_map_submap(parent, *min, *max, result) != KERN_SUCCESS)
/freebsd-10.0-release/tools/regression/posixsem/
H A Dposixsem.c1216 int i, max; local
1218 max = (intptr_t)arg;
1219 for (i = 0; i < max + 1; i++) {
1268 int i, max; local
1270 max = (intptr_t)arg;
1271 for (i = 0; i < max + 1; i++) {
1328 int max; local
1330 max = (intptr_t)arg;
1333 rlim.rlim_cur = max;
/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat.h99 #define max(A,B) ((A) > (B) ? (A) : (B)) macro
/freebsd-10.0-release/usr.sbin/timed/timed/
H A Dglobals.h63 #define MAXADJ 20 /* max adjtime() correction in sec */
65 #define MAX_TRIM 3000000 /* max drift in nsec/sec, 0.3% */
66 #define BIG_ADJ (MAX_TRIM/1000*SAMPLEINTVL*2) /* max good adj */
80 #define MAX_HOPCNT 10 /* max value for tsp_hpcnt */
99 #define NHOSTS 1013 /* max of hosts controlled by timed
167 # define max(a,b) (a<b ? b : a) macro
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_vfsops.c352 u_int32_t pref, max; local
372 max = fxdr_unsigned(u_int32_t, fsp->fs_wtmax);
373 if (max < nmp->nm_wsize && max > 0) {
374 nmp->nm_wsize = max & ~(NFS_FABLKSIZE - 1);
376 nmp->nm_wsize = max;
382 max = fxdr_unsigned(u_int32_t, fsp->fs_rtmax);
383 if (max < nmp->nm_rsize && max > 0) {
384 nmp->nm_rsize = max
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp776 MaxLen = std::max(MaxLen, Len);
858 Cycle = std::max(Cycle, DepCycle);
869 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
908 Height = std::max(Height, DepHeight);
953 // DefMI has been pushed before. Give it the max height.
1113 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth);
1139 TBI.CriticalPath = std::max(TBI.CriticalPath,
1186 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]);
1189 PRMax = std::max(PRMax, PRDepths[K]);
1200 return std::max(Instr
[all...]
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dsound.c144 cmax += max(d->pvchancount, snd_maxautovchans) - 1;
146 cmax += max(d->rvchancount, snd_maxautovchans) - 1;
487 int direction, err, rpnum, *pnum, max; local
502 max = SND_MAXHWCHAN;
509 max = SND_MAXVCHANS;
516 max = SND_MAXHWCHAN;
523 max = SND_MAXVCHANS;
531 if (*pnum >= max || chan >= max)
546 if (chan >= max) {
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_resource.c628 * it reaches the max, arrange to kill the process in ast().
750 * Stack is allocated to the max at exec time with only
1361 * a given user is using. When 'max' is 0, don't enforce a limit
1364 chgproccnt(uip, diff, max)
1367 rlim_t max;
1370 /* Don't allow them to exceed max, but allow subtraction. */
1371 if (diff > 0 && max != 0) {
1372 if (atomic_fetchadd_long(&uip->ui_proccnt, (long)diff) + diff > max) {
1388 chgsbsize(uip, hiwat, to, max)
1392 rlim_t max;
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dpointer-set.c56 hash1 (const void *p, unsigned long max, unsigned long logmax) argument
68 return ((A * (unsigned long) p) >> shift) & (max - 1);
H A Dweb.c253 int max = max_reg_num (); local
264 used = XCNEWVEC (char, max);
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-impl.h58 #ifndef max
59 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
/freebsd-10.0-release/contrib/groff/src/preproc/html/
H A Dpre-html.cpp599 * (ii) reset the max/min x/y registers during postscript
626 // reset min/max registers
971 * max - Return the maximum of two numbers.
974 int max(int x, int y) function
994 x = max(h->X2, x);
1008 int x1 = max(min(i->X1, i->X2) * image_res / postscriptRes
1011 int y1 = max(image_res * vertical_offset / 72
1015 int x2 = max(i->X1, i->X2) * image_res / postscriptRes
1018 + max(i->Y1, i->Y2) * image_res / postscriptRes
1553 textAlphaBits = min(max(MIN_ALPHA_BIT
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc72 #include <limits> // For <off_t>::max() and min() and <streamsize>::max()
324 if (__off > numeric_limits<off_t>::max()
368 return std::min(__off, streamoff(numeric_limits<streamsize>::max()));

Completed in 297 milliseconds

<<11121314151617181920>>