Home
last modified time | relevance | path

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

123

/freebsd/tools/test/stress2/tools/
H A Diwatch.sh34 imax=0
41 if [ $i -gt $imax -o $k -gt $kmax ]; then
42 imax=$i
44 printf "%s %d %dk (%d %dk)\n" `date '+%T'` $i $k $((imax - istart)) $((kmax - kstart))
H A Drwatch.sh40 imax=0
50 if [ $i -gt $imax -o $k -gt $kmax ]; then
51 imax=$i
56 printf "Disk usage: %d inodes and %dk\n" $((imax - istart)) $((kmax - kstart))
/freebsd/bin/df/
H A Ddf.c82 imax(int a, int b) in imax() function
468 mwp->mntfrom = imax(mwp->mntfrom, (int)strlen("Filesystem")); in prtstat()
469 mwp->fstype = imax(mwp->fstype, (int)strlen("Type")); in prtstat()
483 mwp->total = imax(mwp->total, headerlen); in prtstat()
485 mwp->used = imax(mwp->used, (int)strlen("Used")); in prtstat()
486 mwp->avail = imax(mwp->avail, (int)strlen("Avail")); in prtstat()
495 mwp->iused = imax(hflag ? 0 : mwp->iused, in prtstat()
497 mwp->ifree = imax(hflag ? 0 : mwp->ifree, in prtstat()
592 mwp->total = imax(mwp->total, int64width( in update_maxwidths()
594 mwp->used = imax(mwp->used, in update_maxwidths()
[all …]
/freebsd/sys/dev/syscons/
H A Dschistory.c104 lines = imax(lines, scp->ysize); in sc_alloc_history_buffer()
114 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_alloc_history_buffer()
120 min_lines = imax(SC_HISTORY_SIZE, scp->ysize); in sc_alloc_history_buffer()
199 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_free_history_buffer()
309 imax(*(int *)data, scp->ysize), in sc_hist_ioctl()
H A Dsysmouse.c306 x = imax(imin(x, 255), -256); in sysmouse_event()
309 y = -imax(imin(y, 255), -256); in sysmouse_event()
316 z = imax(imin(z, 127), -128); in sysmouse_event()
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c544 int imax; in chufilter() local
806 imin = imax = 0; in chufilter()
808 if (L_ISGEQ(&off[i], &off[imax])) { in chufilter()
809 imax = i; in chufilter()
816 if (imin != imax) in chufilter()
817 L_ADD(&off[imax], &offset_fudge); in chufilter()
820 lfptoa(&off[imax], 8)); in chufilter()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_rsa_fips186_4.c250 int i, imax; in ossl_bn_rsa_fips186_4_derive_prime() local
313 imax = 20 * bits; /* max = 20/2 * nbits */ in ossl_bn_rsa_fips186_4_derive_prime()
352 if (++i >= imax) { in ossl_bn_rsa_fips186_4_derive_prime()
/freebsd/sys/kern/
H A Dsubr_sfbuf.c130 nsfbufspeak = imax(nsfbufspeak, nsfbufsused); in sf_buf_alloc()
160 nsfbufspeak = imax(nsfbufspeak, nsfbufsused); in sf_buf_alloc()
H A Dsched_4bsd.c204 sched_slice = imax(1, (new_val + period / 2) / period); in sysctl_kern_quantum()
205 hogticks = imax(1, (2 * hz * sched_slice + realstathz / 2) / in sysctl_kern_quantum()
655 hogticks = imax(1, (2 * hz * sched_slice + realstathz / 2) / in sched_initticks()
701 return (imax(1, (sched_slice * hz + realstathz / 2) / realstathz)); in sched_rr_interval()
H A Dsubr_param.c299 maxfiles = imax(MAXFILES, physpages / 8); in init_param2()
/freebsd/sys/dev/vt/
H A Dvt_sysmouse.c257 x = imax(imin(x, 255), -256); in sysmouse_process_event()
260 iy = -imax(imin(y, 255), -256); in sysmouse_process_event()
264 z = imax(imin(z, 127), -128); in sysmouse_process_event()
/freebsd/contrib/lua/src/
H A Dlmathlib.c222 int imax = 1; /* index of current maximum value */ in math_max() local
226 if (lua_compare(L, imax, i, LUA_OPLT)) in math_max()
227 imax = i; in math_max()
229 lua_pushvalue(L, imax); in math_max()
/freebsd/sys/cam/
H A Dcam_queue.c262 new_size = imax(64, 1 << fls(new_size + new_size / 2)); in cam_ccbq_resize()
274 imax(64, 1 << fls(openings + openings / 2))) != 0) in cam_ccbq_init()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Ddlg,da7280.txt34 - dlg,imax-microamp: Actuator max current rating.
91 dlg,imax-microamp = <170000>;
/freebsd/sys/netinet/cc/
H A Dcc_chd.c250 chd_data->maxrtt_in_rtt = imax(e_t->rtt, chd_data->maxrtt_in_rtt); in chd_ack_received()
348 qdly = imax(e_t->rtt, chd_data->maxrtt_in_rtt) - e_t->minrtt; in chd_cong_signal()
/freebsd/sys/geom/raid/
H A Dtr_raid5.c266 no += imax(0, pno + pdisks - vol->v_disks_count); in g_raid_tr_iostart_raid5_read()
318 no += imax(0, pno + pdisks - vol->v_disks_count); in g_raid_tr_iostart_raid5_read()
/freebsd/libexec/rtld-elf/
H A Drtld_printf.c98 imax(int a, int b) in imax() function
391 width -= tmp + imax(dwidth, n); in kvprintf()
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c1389 uint32 imin, imax; in pow_cases() local
1391 imin = 0x40000 / (0x3FE - e), imax = 0x43200 / (0x3FE - e); in pow_cases()
1393 imin = 0x43200 / (e - 0x3FF), imax = 0x40000 / (e - 0x3FF); in pow_cases()
1396 dmax = doubletop(imax, -8); in pow_cases()
1479 uint32 imin, imax; in pow_cases_float() local
1481 imin = 0x8000 / (0x7e - e), imax = 0x9500 / (0x7e - e); in pow_cases_float()
1483 imin = 0x9500 / (e - 0x7f), imax = 0x8000 / (e - 0x7f); in pow_cases_float()
1486 dmax = floatval(imax, -8); in pow_cases_float()
/freebsd/sys/powerpc/powermac/
H A Dpowermac_thermal.c152 max_excess_zone = imax(max_excess_zone, in pmac_therm_manage_fans()
/freebsd/sys/netinet/
H A Dip_reass.c704 V_ipreass_maxbucketsize = imax(max / (V_ipq_hashsize / 2), 1); in ipreass_vnet_init()
834 V_ipreass_maxbucketsize = imax(max / (V_ipq_hashsize / 2), 1); in ipreass_zone_change()
866 V_ipreass_maxbucketsize = imax(max / (V_ipq_hashsize / 2), 1); in sysctl_maxfragpackets()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.h257 imax(imin((((qdb) + (ctl)->size / 2 * ((qdb) > 0 ? 1 : -1)) / \
/freebsd/sys/dev/amdtemp/
H A Damdtemp.c653 temp = imax(auxtemp[0], auxtemp[1]); in amdtemp_sysctl()
658 temp = imax(auxtemp[0], auxtemp[1]); in amdtemp_sysctl()
/freebsd/sys/i386/i386/
H A Delan-mmcr.c379 u = imax(u - 5, 24); in elan_watchdog()
/freebsd/sys/dev/iwm/
H A Dif_iwm_power.c300 = imax(3 * dtimper_msec, 1000 * IWM_POWER_KEEP_ALIVE_PERIOD_SEC); in iwm_power_build_cmd()
/freebsd/sys/dev/nmdm/
H A Dnmdm.c340 bpc = imax(bits_per_char(t), bits_per_char(&tp2->t_termios)); in nmdm_param()

123