Searched refs:ulmax (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/lib/libkern/ |
| H A D | ulmax.c | 38 ulmax(unsigned long a, unsigned long b) in ulmax() function
|
| H A D | libkern.h | 62 LIBKERN_INLINE u_long ulmax(u_long, u_long) __unused; 116 ulmax(u_long a, u_long b) in ulmax() 114 ulmax(u_long a, u_long b) ulmax() function
|
| H A D | Makefile.libkern | 68 SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
|
| /netbsd-src/sys/uvm/ |
| H A D | uvm_pglist.c | 142 candidate = roundup2(ulmax(low, uvm_physseg_get_avail_start(psi) + in uvm_pglistalloc_c_ps() 166 candidate = roundup2(ulmax(low, uvm_physseg_get_avail_start(psi)), alignment); in uvm_pglistalloc_c_ps() 551 candidate = ulmax(low, uvm_physseg_get_avail_start(psi) + in uvm_pglistalloc_s_ps() 565 candidate = ulmax(low, uvm_physseg_get_avail_start(psi)); in uvm_pglistalloc_s_ps()
|
| /netbsd-src/sys/lib/libkern/arch/usermode/ |
| H A D | Makefile.inc | 5 NO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
|
| /netbsd-src/sys/lib/libkern/arch/vax/ |
| H A D | Makefile.inc | 10 NO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
|
| /netbsd-src/sys/lib/libkern/arch/mips/ |
| H A D | Makefile.inc | 5 NO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
|
| /netbsd-src/sys/arch/arm/acpi/ |
| H A D | gic_acpi.c | 106 const bus_size_t end = ulmax(gicd->BaseAddress + GICD_SIZE, gicc->BaseAddress + GICC_SIZE); in gic_acpi_attach()
|
| /netbsd-src/share/man/man9/ |
| H A D | Makefile | 421 imax.9 ulmax.9 \
|