HomeSort by relevance Sort by last modified time
    Searched refs:ifp2 (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd-6.8.2/
duid.c 90 const struct interface *ifp2; local
121 TAILQ_FOREACH(ifp2, ifp->ctx->ifaces, next) {
122 if (ifp2->family != ARPHRD_NETROM)
125 if (ifp2) {
126 ifp = ifp2;
script.c 231 const struct interface *ifp2; local
318 TAILQ_FOREACH(ifp2, ifp->ctx->ifaces, next) {
319 if (!(ifp2->options->options & DHCPCD_PFXDLGONLY))
320 e += strlen(ifp2->name) + 1;
327 TAILQ_FOREACH(ifp2, ifp->ctx->ifaces, next) {
328 if (!(ifp2->options->options & DHCPCD_PFXDLGONLY)) {
329 l = strlcpy(p, ifp2->name, e);
  /external/valgrind/perf/
ffbench.c 173 int i2rev, i3rev, ip1, ip2, ip3, ifp1, ifp2; local
208 ifp2 = ifp1 << 1;
209 theta = isign * 6.28318530717959 / (ifp2 / ip1);
217 for (i2 = i1; i2 <= ip3; i2 += ifp2) {
231 ifp1 = ifp2;

Completed in 146 milliseconds