Home
last modified time | relevance | path

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

/openbsd/usr.bin/aucat/
H A Daucat.c242 s->imax = (imax != -1) ? imax : s->imin + s->afile.nch - 1; in slot_new()
259 log_putu(s->imax); in slot_new()
334 inch = s->imax - s->imin + 1; in slot_init()
512 inch = s->imax - s->imin + 1; in play_filt_resamp()
715 if (s->imax > rmax) in dev_open()
716 rmax = s->imax; in dev_open()
1115 if (s->imax > cmax) in offline()
1116 cmax = s->imax; in offline()
1396 if (imin < 0 || imax < imin || imax >= NCHAN_MAX) in opt_map()
1401 *rimax = imax; in opt_map()
[all …]
H A Ddsp.c1007 int imin, int imax, int isubmin, int isubmax, in cmap_init() argument
1017 if (isubmax > imax) in cmap_init()
1018 isubmax = imax; in cmap_init()
1037 p->inext = imax - isubmax; in cmap_init()
/openbsd/sbin/clri/
H A Dclri.c72 ino_t imax, inonum; in main() local
104 imax = sbp->fs_ncg * sbp->fs_ipg; in main()
107 strtonum(argv[i], 1, imax, &errstr); in main()
123 inonum = strtonum(*argv, 1, imax, NULL); in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-abs-2.c29 volatile int i0 = 0, i1 = 1, im1 = -1, imin = -INT_MAX, imax = INT_MAX; in main() local
51 if (__builtin_abs (imax) != INT_MAX) in main()
H A Dbuiltin-abs-1.c33 volatile int i0 = 0, i1 = 1, im1 = -1, imin = -INT_MAX, imax = INT_MAX; in main() local
55 if (abs (imax) != INT_MAX) in main()
/openbsd/sys/lib/libkern/
H A Dlibkern.h46 LIBKERN_INLINE int imax(int, int);
58 imax(int a, int b) in imax() function
H A Dimax.c39 imax(int a, int b) in imax() function
/openbsd/usr.bin/sndiod/
H A Ddsp.c834 int imin, int imax, int isubmin, int isubmax, in cmap_init() argument
844 if (isubmax > imax) in cmap_init()
845 isubmax = imax; in cmap_init()
864 p->inext = imax - isubmax; in cmap_init()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.y887 nlmheader_warn (const char *s, int imax) in nlmheader_warn() argument
891 if (imax != -1) in nlmheader_warn()
892 fprintf (stderr, " (max %d)", imax); in nlmheader_warn()
H A Dnlmheader.c2098 nlmheader_warn (const char *s, int imax) in nlmheader_warn() argument
2102 if (imax != -1) in nlmheader_warn()
2103 fprintf (stderr, " (max %d)", imax); in nlmheader_warn()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmheader.y887 nlmheader_warn (const char *s, int imax) in nlmheader_warn() argument
891 if (imax != -1) in nlmheader_warn()
892 fprintf (stderr, " (max %d)", imax); in nlmheader_warn()
/openbsd/sys/dev/wscons/
H A Dwstpad.c1387 n = imax((mag >> 12) - 4, 2); in wstpad_decelerate()
1485 slots = imax(input->mt.num_slots, 1); in wstpad_init()
1545 dclr = imax(dclr, 4); in wstpad_init_deceleration()
1557 n = imax(imin(n, 32), 4); in wstpad_init_deceleration()
1598 h_unit = imax(diag / 280, 3); in wstpad_configure()
1599 v_unit = imax((h_unit * v_res + h_res / 2) / h_res, 3); in wstpad_configure()
1693 tp->tap.clicktime = imin(imax(tp->tap.clicktime, 80), 350); in wstpad_configure()
1696 imin(imax(tp->tap.locktime, 150), 5000); in wstpad_configure()
1733 slots = imax(input->mt.num_slots, 1); in wstpad_cleanup()
H A Dwsmouse.c666 int limit = imax(input->touch.min_pressure, 1); in normalized_pressure()
681 contacts = (pressure ? imax(contacts, 1) : 0); in wsmouse_touch()
1327 size = imax(0, imin(size, mt->num_slots)); in wsmouse_mtframe()
1418 n = imin(imax(num_slots, 0), WSMOUSE_MT_SLOTS_MAX); in wsmouse_mt_init()
/openbsd/share/man/man9/
H A DMakefile24 ifq_deq_begin.9 imax.9 iic.9 intro.9 inittodr.9 \
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs1460 SSize_t i, imax, postlen; variable
1573 imax = av_len(todumpav);
1575 imax = -1;
1577 for (i = 0; i <= imax; ++i) {
1679 if (i < imax) /* not the last time thro ? */
/openbsd/sys/uvm/
H A Duvm_map.c2731 vaddr_t imin, imax; in vmspace_validate() local
2744 imin = imax = iter->start; in vmspace_validate()
2760 imax = iter->end; in vmspace_validate()
2761 if (imin < stack_begin && imax > stack_begin) in vmspace_validate()
2762 imax = stack_begin; in vmspace_validate()
2763 else if (imin < stack_end && imax > stack_end) in vmspace_validate()
2764 imax = stack_end; in vmspace_validate()
2767 stack += imax - imin; in vmspace_validate()
2769 heap += imax - imin; in vmspace_validate()
2770 imin = imax; in vmspace_validate()
/openbsd/sys/dev/hid/
H A Dhidmt.c462 ? imax(mt->sc_contacts[i].width, 50) : 0); in hidmt_input()
/openbsd/sys/conf/
H A Dfiles1067 file lib/libkern/arch/${MACHINE_ARCH}/imax.S | lib/libkern/imax.c
/openbsd/sys/netinet/
H A Dtcp_input.c1083 tp->rcv_wnd = imax(win, (int)(tp->rcv_adv - tp->rcv_nxt)); in tcp_input()
/openbsd/sys/dev/ic/
H A Dbwi.c4585 m2 = imax(_bwi_adjust_devide(32768 + idx * pa_params[2], 256), 1); in bwi_rf_calc_txpower()
/openbsd/distrib/sets/lists/comp/
H A Dmi3143 ./usr/share/man/man9/imax.9