Home
last modified time | relevance | path

Searched refs:lmax (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/libkern/
H A Dlibkern.h114 lmax(long a, long b) in lmax() function
/xnu-12377.41.6/bsd/nfs/gss/
H A Dgss_krb5_mech.c897 size_t maxlen = 2 * lmax(size, len); in krb5_n_fold()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_attrlist.c1925 size_t fisize = lmax(lmin(32, abp->allocated - (abp->fixedcursor - abp->base)), 0); in attr_pack_common()
H A Dvfs_subr.c5081 temp = lmax(sp->f_iosize, sp->f_bsize); in sysctl_vfs_ctlbyfsid()
H A Dvfs_syscalls.c14457 sfs.f_iosize = (int)lmax(sfsp->f_iosize, sfsp->f_bsize); in munge_statfs()