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

/forgerock/web-agents-v4/source/
H A Dip.c116 int quads = bits >> 5; /* number of whole quads masked = bits/32 */ local
119 if (quads < 4 && remainder)
120 n->s6_addr32 [quads++] &= htonl(0xFFFFFFFFu << (32 - remainder));
122 while (quads < 4)
123 n->s6_addr32 [quads++] = 0;
208 /* here and in the function below, we are comparing quads (uint32_t) represented in the network byte
209 * order. xor (^) is used to identify differences between the quads, and then << is used to remove the
228 int quads = bits >> 5; /* number of whole quads maske local
[all...]

Completed in 134 milliseconds