Searched refs:parts (Results 1 – 5 of 5) sorted by relevance
73 u_int parts[4]; in inet_aton() local74 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()
31 } parts; member45 } parts; member56 (ix0) = ew_u.parts.msw; \57 (ix1) = ew_u.parts.lsw; \66 (i) = gh_u.parts.msw; \75 sh_u.parts.msw = (v); \
50 } parts; member64 } parts; member75 (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); \
96 strange things will happen in some parts of the system, but not all.
277 these properties are set/modified by other parts of the Android system