HomeSort by: relevance | last modified time | path
    Searched defs:predict (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/restore/
tape.c 1548 * Check that a header is where it belongs and predict the next header
1555 static long predict; local in function:accthdr
1589 if (predict != blksread - 1)
1591 (long)predict, (long)(blksread - 1));
1608 predict = blks;
tape.c 1548 * Check that a header is where it belongs and predict the next header
1555 static long predict; local in function:accthdr
1589 if (predict != blksread - 1)
1591 (long)predict, (long)(blksread - 1));
1608 predict = blks;
  /src/sys/external/bsd/ipf/netinet/
fil.c 7680 int predict; local in function:ipf_getnextrule
7748 predict = 1;
7750 predict = 1;
7752 predict = 0;
7772 it.iri_rule = predict ? next : NULL;
7773 if (predict == 0)
fil.c 7680 int predict; local in function:ipf_getnextrule
7748 predict = 1;
7750 predict = 1;
7752 predict = 0;
7772 it.iri_rule = predict ? next : NULL;
7773 if (predict == 0)

Completed in 36 milliseconds