Searched refs:parts (Results 1 – 4 of 4) sorted by relevance
157 u32_t parts[4]; in ipaddr_aton() local158 u32_t *pp = parts; in ipaddr_aton()196 if (pp >= parts + 3) { in ipaddr_aton()214 switch (pp - parts + 1) { in ipaddr_aton()226 val |= parts[0] << 24; in ipaddr_aton()233 val |= (parts[0] << 24) | (parts[1] << 16); in ipaddr_aton()240 val |= (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8); in ipaddr_aton()
58 } parts; member73 } parts; member87 (ix0) = ew_u.parts.msw; \88 (ix1) = ew_u.parts.lsw; \105 (i) = gh_u.parts.msw; \114 (i) = gl_u.parts.lsw; \122 iw_u.parts.msw = (ix0); \123 iw_u.parts.lsw = (ix1); \141 sh_u.parts.msw = (v); \151 sl_u.parts.lsw = (v); \
8 without the necessity to integrate other parts of the SDK into them.
7 without the necessity to integrate other parts of the SDK into them.
Completed in 6 milliseconds