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

/freebsd-11-stable/sbin/restore/
H A Dtape.c1485 * Check that a header is where it belongs and predict the next header
1492 static long predict; local
1524 if (predict != blksread - 1)
1526 predict, blksread - 1);
1534 predict = blks;
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile52 params.o postreload.o postreload-gcse.o predict.o \
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp918 "an adversary may be able to predict. Use 'arc4random' "
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in796 PREDICT_H = predict.h predict.def
1012 params.o postreload.o postreload-gcse.o predict.o \
2601 predict.o: predict.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
2605 $(COVERAGE_H) $(SCEV_H) $(GGC_H) predict.def $(TIMEVAR_H) $(TREE_DUMP_H) \
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c7920 int predict; local
7988 predict = 1;
7990 predict = 1;
7992 predict = 0;
8012 it.iri_rule = predict ? next : NULL;
8013 if (predict == 0)

Completed in 140 milliseconds