Home
last modified time | relevance | path

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

/bionic/libc/inet/
Dinet_aton.c73 u_int parts[4]; in inet_aton() local
74 u_int *pp = parts; in inet_aton()
111 if (pp >= parts + 3) in inet_aton()
127 n = pp - parts + 1; in inet_aton()
137 if ((val > 0xffffff) || (parts[0] > 0xff)) in inet_aton()
139 val |= parts[0] << 24; in inet_aton()
143 if ((val > 0xffff) || (parts[0] > 0xff) || (parts[1] > 0xff)) in inet_aton()
145 val |= (parts[0] << 24) | (parts[1] << 16); in inet_aton()
149 if ((val > 0xff) || (parts[0] > 0xff) || (parts[1] > 0xff) || (parts[2] > 0xff)) in inet_aton()
151 val |= (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8); in inet_aton()
/bionic/libc/bionic/
Dldexp.c31 } parts; member
45 } parts; member
56 (ix0) = ew_u.parts.msw; \
57 (ix1) = ew_u.parts.lsw; \
66 (i) = gh_u.parts.msw; \
75 sh_u.parts.msw = (v); \
/bionic/libm/src/
Dmath_private.h50 } parts; member
64 } parts; member
75 (ix0) = ew_u.parts.msw; \
76 (ix1) = ew_u.parts.lsw; \
85 (i) = gh_u.parts.msw; \
94 (i) = gl_u.parts.lsw; \
102 iw_u.parts.msw = (ix0); \
103 iw_u.parts.lsw = (ix1); \
113 sh_u.parts.msw = (v); \
123 sl_u.parts.lsw = (v); \
/bionic/libc/docs/
DSYSV-IPC.TXT96 strange things will happen in some parts of the system, but not all.
DOVERVIEW.TXT277 these properties are set/modified by other parts of the Android system