Searched refs:parts (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/inet/
H A Dinet_aton.c73 u_int parts[4]; local
74 u_int *pp = parts;
111 if (pp >= parts + 3)
125 * the number of parts specified.
127 n = pp - parts + 1;
137 if ((val > 0xffffff) || (parts[0] > 0xff))
139 val |= parts[0] << 24;
143 if ((val > 0xffff) || (parts[0] > 0xff) || (parts[1] > 0xff))
145 val |= (parts[
[all...]
/bionic/libc/bionic/
H A Dldexp.c31 } parts; member in union:__anon3
45 } parts; member in union:__anon5
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/
H A Dmath_private.h50 } parts; member in union:__anon562
64 } parts; member in union:__anon564
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
[all...]

Completed in 132 milliseconds