Searched refs:imin (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/libkern/
H A Dlibkern.h103 imin(int a, int b) function
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c83 fit = imin(count, ab->allocated - (ab->fixedcursor - ab->base));
102 fit = imin(count, ab->allocated - (ab->varcursor - ab->base));
108 fit = imin(extcount, ab->allocated - (ab->varcursor - ab->base));
150 fit = imin(count, space);
869 ab.allocated = imin(uap->bufferSize, fixedsize + varsize);
1165 *(uint32_t *)ab.base = (uap->options & FSOPT_REPORT_FULLSIZE) ? ab.needed : imin(ab.allocated, ab.needed);
1953 *(uint32_t *)ab.base = (uap->options & FSOPT_REPORT_FULLSIZE) ? ab.needed : imin(ab.allocated, ab.needed);
1968 error = copyout(ab.base, uap->attributeBuffer, imin(uap->bufferSize, ab.allocated));
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_forward.c244 mcopy = m_copy(m, 0, imin(m->m_pkthdr.len, ICMPV6_PLD_MAXLEN));
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c622 len = imin(len, cwin);
877 int32_t adv = imin(recwin, (int)TCP_MAXWIN << tp->rcv_scale) -
H A Dtcp_subr.c2493 space = ((int32_t) imin((sb->sb_hiwat - sb->sb_cc),
2509 return imin(space, slowlink_wsize);
H A Dip_input.c2441 mcopy->m_len = imin((IP_VHL_HL(ip->ip_vhl) << 2) + 8,
H A Dtcp_input.c984 trim = imin(trim, (int32_t)diff);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1587 bytes_to_copy = imin(resid, space);
1725 len = imin(mlen, bytes_to_copy);
1971 imin(uio_resid(uio), m->m_len), uio);
H A Duipc_socket2.c1700 imin((int)(sb->sb_hiwat - sb->sb_cc),
/darwin-on-arm/xnu/bsd/net/
H A Droute.c2162 len = imin(rt_key(rt0)->sa_len, rt_key(rt)->sa_len);

Completed in 128 milliseconds