| /src/sys/lib/libkern/ |
| uimax.c | 1 /* $NetBSD: uimax.c,v 1.1 2018/09/03 16:54:54 riastradh Exp $ */ 38 uimax(unsigned int a, unsigned int b) function in typeref:typename:unsigned int
|
| libkern.h | 58 LIBKERN_INLINE u_int uimax(u_int, u_int) __unused; 106 uimax(u_int a, u_int b) function in typeref:typename:LIBKERN_INLINE u_int
|
| /src/sys/arch/sparc64/include/ |
| vmparam.h | 122 round_page((vaddr_t)(da) + (vsize_t)uimax(maxdmap,1UL*1024*1024*1024))
|
| /src/usr.sbin/makefs/ffs/ |
| buf.h | 101 uimax(unsigned int a, unsigned int b) function in typeref:typename:unsigned int
|
| /src/sys/arch/sun3/sun3x/ |
| locore2.c | 126 maxsym = uimax(maxsym, (vaddr_t)end + shp[i].sh_offset +
|
| /src/sys/arch/powerpc/oea/ |
| ofw_rascons.c | 141 wsdisplay_preattach(&rascons_stdscreen, ri, 0, uimax(0, 177 wsdisplay_preattach(&rascons_stdscreen, ri, 0, uimax(0,
|
| /src/sys/arch/hppa/dev/ |
| lcd.c | 130 callout_schedule(&sc->sc_to, uimax(1, (sc->sc_delay * hz) / 1000000));
|
| /src/sys/arch/powerpc/pic/ |
| pic_mpcsoc.c | 160 int realpri = uimax(1, uimin(15, pri));
|
| pic_openpic.c | 143 int realpri = uimax(1, uimin(15, pri));
|
| intr.c | 236 maxipl = uimax(maxipl, q->ih_ipl); 307 maxipl = uimax(maxipl, tmp_ih->ih_ipl); 658 ci->ci_cpl = uimax(ncpl, ocpl);
|
| pic_distopenpic.c | 174 int isu, realirq = -1, realpri = uimax(1, uimin(15, pri));
|
| /src/sys/arch/sun2/sun2/ |
| locore2.c | 142 maxsym = uimax(maxsym, (vaddr_t)end + shp[i].sh_offset +
|
| /src/sys/arch/sun3/sun3/ |
| locore2.c | 146 maxsym = uimax(maxsym, (vaddr_t)end + shp[i].sh_offset +
|
| /src/sys/kern/ |
| sched_m2.c | 228 const int n = uimax((NZERO - p->p_nice) >> 2, 1); 328 const int n = uimax((p->p_nice - NZERO) >> 2, 1);
|
| /src/sys/netbt/ |
| rfcomm_upper.c | 507 fc.tx_cred = uimax(dlc->rd_txcred, 0xff); 508 fc.rx_cred = uimax(dlc->rd_rxcred, 0xff);
|
| /src/sys/arch/sparc/sparc/ |
| cache.c | 145 cache_alias_dist = uimax( 262 cache_alias_dist = uimax( 327 cache_alias_dist = uimax(
|
| /src/sys/arch/macppc/macppc/ |
| pic_ohare.c | 294 int realpri = uimin(NIPL, uimax(0, pri)), i;
|
| /src/sys/compat/linux32/common/ |
| linux32_dirent.c | 142 buflen = uimax(va.va_blocksize, nbytes);
|
| /src/sys/arch/shark/isa/ |
| clock.c | 499 guess *= uimax(2, (TIMER_MUSECDIV(1024) / ticks));
|
| /src/sys/arch/xen/x86/ |
| xen_bus_dma.c | 93 order = uimax(get_order(size), get_order(alignment));
|
| /src/sys/arch/arm/samsung/ |
| exynos_i2c.c | 212 uimax(mstohz(10), 1));
|
| /src/sys/arch/amiga/amiga/ |
| disksubr.c | 274 uimax(rbp->secpercyl, lp->d_nsectors * lp->d_ntracks) 446 minbsize = uimax(512, lp->d_secsize);
|
| /src/sys/arch/arm/imx/ |
| imx51_ccm.c | 517 mfi = uimax(5, __SHIFTOUT(dp_op, DP_OP_MFI)); 647 div = uimax(1, freq / rate);
|
| /src/sys/arch/ofppc/ofppc/ |
| disksubr.c | 349 uimax(rbp->secpercyl, lp->d_nsectors * lp->d_ntracks) 524 minbsize = uimax(512, lp->d_secsize);
|
| /src/sys/netinet/ |
| tcp_congctl.c | 899 tp->snd_cubic_wmax = uimax(tp->t_segsz, tp->snd_cubic_wmax); 954 tp->snd_cwnd = uimax(tp->snd_cwnd, tp->t_segsz);
|