Home
last modified time | relevance | path

Searched defs:lmax (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Dlibkern.h89 static __inline long lmax(long a, long b) { return (a > b ? a : b); } in lmax() function
/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c34 int lmin, lmax; /* packet len */ member
/freebsd/sys/dev/hid/
H A Dhidmap.h184 int32_t lmax; /* HID item logical maximum */ member
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c219 uint32_t lmax; /* Max packet size for this flow. */ member
H A Dip_dn_glue.c509 int lmax; in dn_compat_configure() local
/freebsd/sbin/ipfw/
H A Ddummynet.c1294 int lmax; in ipfw_config_pipe() local
/freebsd/stand/libsa/
H A Dstand.h395 static __inline long lmax(long a, long b) { return (a > b ? a : b); } in lmax() function
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c739 int32_t c, z, len, lmax; in z_resampler_sinc_len() local