Searched defs:parts (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dinet_aton.c85 isc_uint32_t parts[4]; local
86 isc_uint32_t *pp = parts;
136 if (pp >= parts + 3 || val > 0xffU)
155 * the number of parts specified.
157 n = pp - parts + 1;
165 val |= parts[0] << 24;
171 val |= (parts[0] << 24) | (parts[1] << 16);
177 val |= (parts[0] << 24) | (parts[
[all...]
/bind-9.11.3/lib/lwres/
H A Dlwinetaton.c89 lwres_uint8_t parts[4]; local
90 lwres_uint8_t *pp = parts;
145 if (pp >= parts + 3 || val > 0xffU)
164 * the number of parts specified.
166 n = pp - parts + 1;
174 val |= parts[0] << 24;
180 val |= (parts[0] << 24) | (parts[1] << 16);
186 val |= (parts[0] << 24) | (parts[
[all...]

Completed in 13 milliseconds