| /trueos/sys/dev/syscons/ |
| HD | schistory.c | 105 lines = imax(lines, scp->ysize); in sc_alloc_history_buffer() 115 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_alloc_history_buffer() 121 min_lines = imax(SC_HISTORY_SIZE, scp->ysize); in sc_alloc_history_buffer() 200 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_free_history_buffer() 311 imax(*(int *)data, scp->ysize), in sc_hist_ioctl()
|
| HD | sysmouse.c | 229 x = imax(imin(x, 255), -256); in sysmouse_event() 232 y = -imax(imin(y, 255), -256); in sysmouse_event() 239 z = imax(imin(z, 127), -128); in sysmouse_event()
|
| /trueos/contrib/ntp/clockstuff/ |
| HD | chutest.c | 540 int imax; in chufilter() local 801 imin = imax = 0; in chufilter() 803 if (L_ISGEQ(&off[i], &off[imax])) { in chufilter() 804 imax = i; in chufilter() 811 if (imin != imax) in chufilter() 812 L_ADD(&off[imax], &offset_fudge); in chufilter() 815 lfptoa(&off[imax], 8)); in chufilter()
|
| /trueos/sys/dev/vt/ |
| HD | vt_sysmouse.c | 177 x = imax(imin(x, 255), -256); in sysmouse_process_event() 180 iy = -imax(imin(y, 255), -256); in sysmouse_process_event() 184 z = imax(imin(z, 127), -128); in sysmouse_process_event()
|
| /trueos/sys/powerpc/powerpc/ |
| HD | vm_machdep.c | 301 nsfbufspeak = imax(nsfbufspeak, nsfbufsused); in sf_buf_alloc() 332 nsfbufspeak = imax(nsfbufspeak, nsfbufsused); in sf_buf_alloc()
|
| /trueos/sys/cam/ |
| HD | cam_queue.c | 295 new_size = imax(64, 1 << fls(new_size + new_size / 2)); in cam_ccbq_resize() 307 imax(64, 1 << fls(openings + openings / 2))) != 0) in cam_ccbq_init()
|
| /trueos/contrib/gperf/src/ |
| HD | search.cc | 335 int imax = (_max_key_len - 1 < Positions::MAX_KEY_POS - 1 in find_positions() local 345 for (int i = imax; i >= -1; i--) in find_positions() 379 for (int i = imax; i >= -1; i--) in find_positions() 413 for (int i1 = imax; i1 >= -1; i1--) in find_positions() 415 for (int i2 = imax; i2 >= -1; i2--) in find_positions() 417 for (int i3 = imax; i3 >= 0; i3--) in find_positions()
|
| /trueos/sys/arm/arm/ |
| HD | vm_machdep.c | 264 nsfbufspeak = imax(nsfbufspeak, nsfbufsused); in sf_buf_alloc() 292 nsfbufspeak = imax(nsfbufspeak, nsfbufsused); in sf_buf_alloc()
|
| /trueos/sys/netinet/cc/ |
| HD | cc_chd.c | 247 chd_data->maxrtt_in_rtt = imax(e_t->rtt, chd_data->maxrtt_in_rtt); in chd_ack_received() 337 qdly = imax(e_t->rtt, chd_data->maxrtt_in_rtt) - e_t->minrtt; in chd_cong_signal()
|
| /trueos/libexec/rtld-elf/ |
| HD | rtld_printf.c | 98 imax(int a, int b) in imax() function 389 width -= tmp + imax(dwidth, n); in kvprintf()
|
| /trueos/sys/geom/raid/ |
| HD | tr_raid5.c | 267 no += imax(0, pno + pdisks - vol->v_disks_count); in g_raid_tr_iostart_raid5_read() 319 no += imax(0, pno + pdisks - vol->v_disks_count); in g_raid_tr_iostart_raid5_read()
|
| /trueos/sys/dev/amdtemp/ |
| HD | amdtemp.c | 490 temp = imax(auxtemp[0], auxtemp[1]); in amdtemp_sysctl() 495 temp = imax(auxtemp[0], auxtemp[1]); in amdtemp_sysctl()
|
| /trueos/sys/dev/digi/ |
| HD | digireg.h | 40 volatile u_short imax; member
|
| /trueos/sys/powerpc/powermac/ |
| HD | powermac_thermal.c | 147 max_excess_zone = imax(max_excess_zone, in pmac_therm_manage_fans()
|
| /trueos/sys/kern/ |
| HD | subr_param.c | 271 maxfiles = imax(MAXFILES, physpages / 8); in init_param2()
|
| HD | sched_4bsd.c | 200 sched_slice = imax(1, (new_val + period / 2) / period); in sysctl_kern_quantum() 201 hogticks = imax(1, (2 * hz * sched_slice + realstathz / 2) / in sysctl_kern_quantum() 669 hogticks = imax(1, (2 * hz * sched_slice + realstathz / 2) / in sched_initticks() 709 return (imax(1, (sched_slice * hz + realstathz / 2) / realstathz)); in sched_rr_interval()
|
| HD | sched_ule.c | 1410 hogticks = imax(1, (2 * hz * sched_slice + realstathz / 2) / in sched_initticks() 1506 score = imax(0, sched_interact_score(td) + td->td_proc->p_nice); in sched_priority() 1623 return (imax(1, (sched_slice * hz + realstathz / 2) / realstathz)); in sched_rr_interval() 2852 sched_slice = imax(1, (new_val + period / 2) / period); in sysctl_kern_quantum() 2854 hogticks = imax(1, (2 * hz * sched_slice + realstathz / 2) / in sysctl_kern_quantum()
|
| /trueos/sys/dev/atkbdc/ |
| HD | psm.c | 1772 i = imax(imin(status->dx, 255), -256); 1776 i = imax(imin(status->dy, 255), -256); 1784 i = imax(imin(status->dx, 255), -256); 1787 i = imax(imin(status->dy, 255), -256); 1790 i = imax(imin(status->dz, 127), -128); 2978 synaction->fingers_nb = imax(3, synaction->fingers_nb); 2982 synaction->fingers_nb = imax(2, synaction->fingers_nb); 2986 synaction->fingers_nb = imax(1, synaction->fingers_nb); 2988 sc->zmax = imax(*z, sc->zmax); 3110 div_x = imax(div_min, div_x); [all …]
|
| /trueos/sys/sys/ |
| HD | libkern.h | 56 static __inline int imax(int a, int b) { return (a > b ? a : b); } in imax() function
|
| /trueos/sys/dev/sound/pci/hda/ |
| HD | hdaa.h | 256 imax(imin((((qdb) + (ctl)->size / 2 * ((qdb) > 0 ? 1 : -1)) / \
|
| /trueos/sys/i386/i386/ |
| HD | vm_machdep.c | 899 nsfbufspeak = imax(nsfbufspeak, nsfbufsused); in sf_buf_alloc() 930 nsfbufspeak = imax(nsfbufspeak, nsfbufsused); in sf_buf_alloc()
|
| HD | elan-mmcr.c | 374 u = imax(u - 5, 24); in elan_watchdog()
|
| /trueos/sys/dev/usb/input/ |
| HD | wsp.c | 1010 dx = imax(dx, -256); in wsp_add_to_queue() 1012 dy = imax(dy, -256); in wsp_add_to_queue() 1014 dz = imax(dz, -128); in wsp_add_to_queue()
|
| /trueos/sys/dev/nmdm/ |
| HD | nmdm.c | 339 bpc = imax(bits_per_char(t), bits_per_char(&tp2->t_termios)); in nmdm_param()
|
| /trueos/lib/libstand/ |
| HD | printf.c | 473 width -= tmp + imax(dwidth, n); in kvprintf()
|