Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_addr.c87 u_int parts[4]; in inet_aton() local
88 u_int *pp = parts; in inet_aton()
128 if (pp >= parts + 3) in inet_aton()
145 n = pp - parts + 1; in inet_aton()
155 if ((val > 0xffffff) || (parts[0] > 0xff)) in inet_aton()
157 val |= parts[0] << 24; in inet_aton()
161 if ((val > 0xffff) || (parts[0] > 0xff) || (parts[1] > 0xff)) in inet_aton()
163 val |= (parts[0] << 24) | (parts[1] << 16); in inet_aton()
167 if ((val > 0xff) || (parts[0] > 0xff) || (parts[1] > 0xff) || (parts[2] > 0xff)) in inet_aton()
169 val |= (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8); in inet_aton()
Dinet_network.c46 in_addr_t parts[4], *pp = parts; in inet_network() local
69 if (pp >= parts + 3) in inet_network()
77 n = pp - parts; in inet_network()
81 val |= parts[i] & 0xff; in inet_network()
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dldexp.c32 } parts; member
46 } parts; member
57 (ix0) = ew_u.parts.msw; \
58 (ix1) = ew_u.parts.lsw; \
67 (i) = gh_u.parts.msw; \
76 sh_u.parts.msw = (v); \
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h60 } parts; member
78 } parts; member
93 (ix0) = ew_u.parts.msw; \
94 (ix1) = ew_u.parts.lsw; \
111 (i) = gh_u.parts.msw; \
120 (i) = gl_u.parts.lsw; \
128 iw_u.parts.msw = (ix0); \
129 iw_u.parts.lsw = (ix1); \
147 sh_u.parts.msw = (v); \
157 sl_u.parts.lsw = (v); \
/bionic/tools/bionicbb/
D.gitignore22 parts/