Searched refs:parts (Results 1 – 7 of 7) sorted by relevance
38 unsigned long parts[4]; in inet_aton() local43 parts[i] = strtoul(cp, &end, 0); in inet_aton()52 if (parts[0] > 0xffffffff) return 0; in inet_aton()53 result = parts[0]; in inet_aton()56 if (parts[0] > 0xff || parts[1] > 0xffffff) return 0; in inet_aton()57 result = (parts[0] << 24) | parts[1]; in inet_aton()60 if (parts[0] > 0xff || parts[1] > 0xff || parts[2] > 0xffff) return 0; in inet_aton()61 result = (parts[0] << 24) | (parts[1] << 16) | parts[2]; in inet_aton()64 if (parts[0] > 0xff || parts[1] > 0xff || parts[2] > 0xff || parts[3] > 0xff) return 0; in inet_aton()65 result = (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8) | parts[3]; in inet_aton()
32 } parts; member46 } parts; member57 (ix0) = ew_u.parts.msw; \58 (ix1) = ew_u.parts.lsw; \67 (i) = gh_u.parts.msw; \76 sh_u.parts.msw = (v); \
101 } parts; member119 } parts; member134 (ix0) = ew_u.parts.msw; \135 (ix1) = ew_u.parts.lsw; \152 (i) = gh_u.parts.msw; \161 (i) = gl_u.parts.lsw; \169 iw_u.parts.msw = (ix0); \170 iw_u.parts.lsw = (ix1); \188 sh_u.parts.msw = (v); \198 sl_u.parts.lsw = (v); \
22 parts/
8 The configuration consists of 2 parts
1194 // libc_pthread.a - pthreads parts that previously lived in1292 // all the parts of libc that are safe to statically link.
598 ** and should not be used/included by user-serviceable parts of