Searched refs:predict (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sbin/restore/
H A Dtape.c1458 * Check that a header is where it belongs and predict the next header
1465 static long predict; local
1497 if (predict != blksread - 1)
1499 predict, blksread - 1);
1507 predict = blks;
/freebsd-10.1-release/gnu/usr.bin/cc/cc_int/
H A DMakefile52 params.o postreload.o postreload-gcse.o predict.o \
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp641 "an adversary may be able to predict. Use 'arc4random' "
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dfil.c7855 int predict; local
7923 predict = 1;
7925 predict = 1;
7927 predict = 0;
7947 it.iri_rule = predict ? next : NULL;
7948 if (predict == 0)

Completed in 83 milliseconds