Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/ipv4/
A Dip_addr.c157 u32_t parts[4]; in ipaddr_aton() local
158 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()
/lk-master/external/lib/libm/
A Dmath_private.h58 } parts; member
73 } parts; member
87 (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); \
/lk-master/external/platform/nrfx/
A DREADME.md8 without the necessity to integrate other parts of the SDK into them.
/lk-master/external/platform/nrfx/doc/
A Dmain_page.dox7 without the necessity to integrate other parts of the SDK into them.

Completed in 10 milliseconds