- t2ex
- bsd_source/lib/libc/src_bsd/stdlib/hdtoa.c - 11.0KB - 332 lines
81: (s0[ndigits] == 8 && s0[ndigits + 1] & 1))
82: adjust = roundup(s0, ndigits);
83: break;
- More results from hdtoa.c
- bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
920:
921: size = roundup(size, align);
922: #ifdef DIAGNOSTIC
- More results from subr_pool.c
- bsd_source/t2ex/network/net/src_bsd/net/if.c - 61.4KB - 2,117 lines
355: addrlen = ifp->if_addrlen;
356: socksize = roundup(sockaddr_dl_measure(namelen, addrlen), sizeof(long));
357: ifasize = sizeof(*ifa) + 2 * socksize;
- bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c - 84.9KB - 2,586 lines
2185: else {
2186: bufsize = roundup(bufsize, mss);
2187: if (bufsize > sb_max)
- More results from tcp_subr.c