Searched refs:imax (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-9.3-release/bin/df/
H A Ddf.c93 imax(int a, int b) function
417 mwp->mntfrom = imax(mwp->mntfrom, (int)strlen("Filesystem"));
418 mwp->fstype = imax(mwp->fstype, (int)strlen("Type"));
432 mwp->total = imax(mwp->total, headerlen);
434 mwp->used = imax(mwp->used, (int)strlen("Used"));
435 mwp->avail = imax(mwp->avail, (int)strlen("Avail"));
443 mwp->iused = imax(hflag ? 0 : mwp->iused,
445 mwp->ifree = imax(hflag ? 0 : mwp->ifree,
529 mwp->mntfrom = imax(mwp->mntfrom, (int)strlen(sfsp->f_mntfromname));
530 mwp->fstype = imax(mw
[all...]
/freebsd-9.3-release/sys/dev/syscons/
H A Dschistory.c104 lines = imax(lines, scp->ysize);
114 min_lines = imax(SC_HISTORY_SIZE, prev_ysize);
120 min_lines = imax(SC_HISTORY_SIZE, scp->ysize);
199 min_lines = imax(SC_HISTORY_SIZE, prev_ysize);
310 imax(*(int *)data, scp->ysize),
H A Dsysmouse.c226 x = imax(imin(x, 255), -256);
229 y = -imax(imin(y, 255), -256);
236 z = imax(imin(z, 127), -128);
/freebsd-9.3-release/contrib/ntp/clockstuff/
H A Dchutest.c544 int imax; local
806 imin = imax = 0;
808 if (L_ISGEQ(&off[i], &off[imax])) {
809 imax = i;
816 if (imin != imax)
817 L_ADD(&off[imax], &offset_fudge);
820 lfptoa(&off[imax], 8));
/freebsd-9.3-release/sys/dev/vt/
H A Dvt_sysmouse.c177 x = imax(imin(x, 255), -256);
180 iy = -imax(imin(y, 255), -256);
184 z = imax(imin(z, 127), -128);
/freebsd-9.3-release/sys/powerpc/aim/
H A Dvm_machdep.c292 nsfbufspeak = imax(nsfbufspeak, nsfbufsused);
323 nsfbufspeak = imax(nsfbufspeak, nsfbufsused);
/freebsd-9.3-release/sys/powerpc/booke/
H A Dvm_machdep.c292 nsfbufspeak = imax(nsfbufspeak, nsfbufsused);
323 nsfbufspeak = imax(nsfbufspeak, nsfbufsused);
/freebsd-9.3-release/sys/dev/digi/
H A Ddigireg.h40 volatile u_short imax; member in struct:global_data
/freebsd-9.3-release/sys/powerpc/powermac/
H A Dpowermac_thermal.c132 max_excess_zone = imax(max_excess_zone,
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld_printf.c98 imax(int a, int b) function
389 width -= tmp + imax(dwidth, n);
/freebsd-9.3-release/sys/cam/
H A Dcam_queue.c292 new_size = imax(64, 1 << fls(new_size + new_size / 2));
304 imax(64, 1 << fls(openings + openings / 2))) != 0)
/freebsd-9.3-release/contrib/gperf/src/
H A Dsearch.cc335 int imax = (_max_key_len - 1 < Positions::MAX_KEY_POS - 1 local
345 for (int i = imax; i >= -1; i--)
379 for (int i = imax; i >= -1; i--)
413 for (int i1 = imax; i1 >= -1; i1--)
415 for (int i2 = imax; i2 >= -1; i2--)
417 for (int i3 = imax; i3 >= 0; i3--)
/freebsd-9.3-release/sys/dev/amdtemp/
H A Damdtemp.c424 temp = imax(auxtemp[0], auxtemp[1]);
429 temp = imax(auxtemp[0], auxtemp[1]);
/freebsd-9.3-release/sys/geom/raid/
H A Dtr_raid5.c267 no += imax(0, pno + pdisks - vol->v_disks_count);
319 no += imax(0, pno + pdisks - vol->v_disks_count);
/freebsd-9.3-release/sys/netinet/cc/
H A Dcc_chd.c247 chd_data->maxrtt_in_rtt = imax(e_t->rtt, chd_data->maxrtt_in_rtt);
337 qdly = imax(e_t->rtt, chd_data->maxrtt_in_rtt) - e_t->minrtt;
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdaa.h256 imax(imin((((qdb) + (ctl)->size / 2 * ((qdb) > 0 ? 1 : -1)) / \
/freebsd-9.3-release/sys/kern/
H A Dsubr_param.c319 maxfiles = imax(MAXFILES, physpages / 8);
H A Dsched_4bsd.c200 sched_slice = imax(1, (new_val + period / 2) / period);
201 hogticks = imax(1, (2 * hz * sched_slice + realstathz / 2) /
669 hogticks = imax(1, (2 * hz * sched_slice + realstathz / 2) /
709 return (imax(1, (sched_slice * hz + realstathz / 2) / realstathz));
/freebsd-9.3-release/sys/sys/
H A Dlibkern.h56 static __inline int imax(int a, int b) { return (a > b ? a : b); } function
/freebsd-9.3-release/sys/arm/arm/
H A Dvm_machdep.c233 nsfbufspeak = imax(nsfbufspeak, nsfbufsused);
261 nsfbufspeak = imax(nsfbufspeak, nsfbufsused);
/freebsd-9.3-release/sys/i386/i386/
H A Dvm_machdep.c823 nsfbufspeak = imax(nsfbufspeak, nsfbufsused);
854 nsfbufspeak = imax(nsfbufspeak, nsfbufsused);
H A Delan-mmcr.c374 u = imax(u - 5, 24);
/freebsd-9.3-release/lib/libstand/
H A Dprintf.c424 width -= tmp + imax(dwidth, n);
H A Dstand.h322 static __inline int imax(int a, int b) { return (a > b ? a : b); } function
/freebsd-9.3-release/sys/dev/nmdm/
H A Dnmdm.c262 bpc = imax(bits_per_char(t), bits_per_char(&tp2->t_termios));

Completed in 198 milliseconds

123