Home
last modified time | relevance | path

Searched refs:imax (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/bin/df/
H A Ddf.c95 imax(int a, int b) in imax() function
385 mwp->mntfrom = imax(mwp->mntfrom, strlen("Filesystem")); in prtstat()
386 mwp->fstype = imax(mwp->fstype, strlen("Type")); in prtstat()
392 mwp->total = imax(mwp->total, headerlen); in prtstat()
394 mwp->used = imax(mwp->used, strlen("Used")); in prtstat()
395 mwp->avail = imax(mwp->avail, strlen("Avail")); in prtstat()
403 mwp->iused = imax(hflag ? 0 : mwp->iused, in prtstat()
405 mwp->ifree = imax(hflag ? 0 : mwp->ifree, in prtstat()
460 mwp->fstype = imax(mwp->fstype, strlen(sfsp->f_fstypename)); in update_maxwidths()
467 mwp->iused = imax(mwp->iused, quadwidth(vsfsp->f_files - in update_maxwidths()
[all …]
/dragonfly/test/stress/stress2/tools/
H A Diwatch.sh36 imax=0
43 if [ $i -gt $imax -o $k -gt $kmax ]; then
44 imax=$i
46 printf "%s %d %dk (%d %dk)\n" `date '+%T'` $i $k $((imax - istart)) $((kmax - kstart))
H A Drwatch.sh44 imax=0
54 if [ $i -gt $imax -o $k -gt $kmax ]; then
55 imax=$i
60 printf "Disk usage: %d inodes and %dk\n" $((imax - istart)) $((kmax - kstart))
/dragonfly/bin/cpdup/
H A Dmisc.c48 int imax; in fextract() local
53 imax = (n < 0) ? 64 : n + 1; in fextract()
55 s = malloc(imax); in fextract()
64 if (i == imax) { in fextract()
65 imax += 64; in fextract()
66 s = realloc(s, imax); in fextract()
/dragonfly/contrib/mpfr/src/
H A Dcos.c46 unsigned long i, maxi, imax; in mpfr_cos2_aux() local
76 imax = p / (-mpfr_get_exp (r)); in mpfr_cos2_aux()
77 imax += (imax == 0); in mpfr_cos2_aux()
78 q = 2 * MPFR_INT_CEIL_LOG2(imax) + 4; /* bound for (3l)^2 */ in mpfr_cos2_aux()
/dragonfly/sys/dev/misc/syscons/
H A Dschistory.c91 lines = imax(lines, scp->ysize); in sc_alloc_history_buffer()
101 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_alloc_history_buffer()
107 min_lines = imax(SC_HISTORY_SIZE, scp->ysize); in sc_alloc_history_buffer()
201 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_free_history_buffer()
328 imax(*(int *)data, scp->ysize), in sc_hist_ioctl()
H A Dsysmouse.c578 x = imax(imin(x, 255), -256); in sysmouse_evtopkt()
581 y = -imax(imin(y, 255), -256); in sysmouse_evtopkt()
586 z = imax(imin(z, 127), -128); in sysmouse_evtopkt()
H A Dsyscons.c2232 *s1 = imax(*s1, s2); in and_region()
3173 scp->cursor_base = imax(0, scp->sc->cursor_base); in update_cursor_image()
3195 scp->cursor_base = imax(0, scp->sc->cursor_base); in sc_set_cursor_image()
H A Dscvgarndr.c243 for (i = imax(h - scp->cursor_base - scp->cursor_height, 0); in draw_txtcharcursor()
/dragonfly/games/cgram/
H A Dcgram.c83 imax(int a, int b) in imax() function
246 extent_x = imax(extent_x, (int)lines.v[i].len); in readquote()
362 cursor_y = imax(cursor_y, 0); in saturate_cursor()
/dragonfly/libexec/rtld-elf/
H A Drtld_printf.c98 imax(int a, int b) in imax() function
389 width -= tmp + imax(dwidth, n); in kvprintf()
/dragonfly/sys/sys/
H A Dlibkern.h69 static __inline int imax(int a, int b) { return (a > b ? a : b); } in imax() function
/dragonfly/sys/dev/sound/pci/hda/
H A Dhdaa.h257 imax(imin((((qdb) + (ctl)->size / 2 * ((qdb) > 0 ? 1 : -1)) / \
/dragonfly/sys/kern/
H A Duipc_socket2.c872 maxsockets = imax(maxsockets, imax(maxfiles, nmbclusters)); in init_maxsockets()
H A Dvfs_subr.c203 maxvnodes = imax(maxvnodes, maxproc * 8); in vfs_subr_init()
206 maxvnodes = imax(maxvnodes, MINVNODES); in vfs_subr_init()
H A Dsubr_prf.c840 width -= tmp + imax(dwidth, n); in kvcprintf()
/dragonfly/sys/dev/powermng/amdtemp/
H A Damdtemp.c822 temp = imax(auxtemp[0], auxtemp[1]); in amdtemp_sysctl()
827 temp = imax(auxtemp[0], auxtemp[1]); in amdtemp_sysctl()
/dragonfly/sys/dev/misc/psm/
H A Dpsm.c2451 i = imax(imin(status->dx, 255), -256);
2455 i = imax(imin(status->dy, 255), -256);
2463 i = imax(imin(status->dx, 255), -256);
3938 gest->zmax = imax(f->p, gest->zmax);
4031 tap_max_delta = imax(dx, dy);
4309 div_x = imax(div_min, div_x);
4312 div_y = imax(div_min, div_y);
4692 f[id].x += imax(-f[id].x,
4694 f[id].y += imax(-f[id].y,
7343 elanhw.ntracesx = imax(resp[1], 3);
[all …]
/dragonfly/stand/lib/
H A Dprintf.c400 width -= tmp + imax(dwidth, n); in kvprintf()
H A Dstand.h339 static __inline int imax(int a, int b) { return (a > b ? a : b); } in imax() function
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_power.c289 = imax(3 * dtimper_msec, 1000 * IWM_POWER_KEEP_ALIVE_PERIOD_SEC); in iwm_power_build_cmd()
/dragonfly/sys/bus/u4b/input/
H A Dwsp.c1190 dx = imax(dx, -256); in wsp_add_to_queue()
1192 dy = imax(dy, -256); in wsp_add_to_queue()
1194 dz = imax(dz, -128); in wsp_add_to_queue()
/dragonfly/sys/netinet/
H A Dtcp_syncache.c1074 win = imax(win, 0); in syncache_add()
1492 wnd = imax(wnd, 0); in syncookie_lookup()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvr-values.c3818 wide_int imin, imax; in simplify_conversion_using_ranges() local
3820 || get_range_info (innerop, &imin, &imax) != VR_RANGE) in simplify_conversion_using_ranges()
3823 innermax = widest_int::from (imax, TYPE_SIGN (TREE_TYPE (innerop))); in simplify_conversion_using_ranges()
/dragonfly/sys/vfs/nfs/
H A Dnfs_bio.c772 bp->b_dirtyend = imax(boff + bytes, in nfs_write()

12