Searched refs:lmax (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | builtin-abs-2.c | 30 volatile long l0 = 0L, l1 = 1L, lm1 = -1L, lmin = -LONG_MAX, lmax = LONG_MAX; in main() local 71 if (__builtin_labs (lmax) != LONG_MAX) in main()
|
H A D | builtin-abs-1.c | 34 volatile long l0 = 0L, l1 = 1L, lm1 = -1L, lmin = -LONG_MAX, lmax = LONG_MAX; in main() local 75 if (labs (lmax) != LONG_MAX) in main()
|
/openbsd/sys/lib/libkern/ |
H A D | libkern.h | 50 LIBKERN_INLINE long lmax(long, long); 68 lmax(long a, long b) in lmax() function
|
H A D | lmax.c | 39 lmax(long a, long b) in lmax() function
|
/openbsd/sys/uvm/ |
H A D | uvm_map.c | 490 vaddr_t lmax; in uvmspace_dused() local 502 lmax = max; in uvmspace_dused() 504 lmax = stack_begin; in uvmspace_dused() 506 lmax = stack_end; in uvmspace_dused() 511 sz += lmax - min; in uvmspace_dused() 512 min = lmax; in uvmspace_dused() 4978 vaddr_t lmax; in uvm_map_fix_space() local 5027 lmax = uvm_map_boundary(map, min, max); in uvm_map_fix_space() 5040 entry->fspace += lmax - min; in uvm_map_fix_space() 5056 entry->fspace = lmax - min; in uvm_map_fix_space() [all …]
|
/openbsd/sys/kern/ |
H A D | tty_msts.c | 178 tmax = lmax(np->ts.tv_sec, tp->t_tv.tv_sec); in mstsinput()
|
H A D | tty_endrun.c | 219 tmax = lmax(np->ts.tv_sec, tp->t_tv.tv_sec); in endruninput()
|
H A D | tty_nmea.c | 225 tmax = lmax(np->ts.tv_sec, tp->t_tv.tv_sec); in nmeainput()
|
/openbsd/usr.sbin/npppd/npppd/ |
H A D | npppd.c | 2011 int lsuffix, lusername, lmax; in npppd_ppp_bind_realm() local 2022 lmax = -1; in npppd_ppp_bind_realm() 2047 if (lsuffix > lmax && in npppd_ppp_bind_realm() 2052 lmax = lsuffix; in npppd_ppp_bind_realm()
|
/openbsd/sys/conf/ |
H A D | files | 1069 file lib/libkern/arch/${MACHINE_ARCH}/lmax.S | lib/libkern/lmax.c
|