Searched refs:size_factor (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gperf/src/
H A Dhash-table.cc36 static const int size_factor = 10; variable
48 size = size * size_factor;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-prefetch.c905 unsigned upper_bound, size_factor, constraint_factor; local
913 size_factor = PARAM_VALUE (PARAM_MAX_UNROLLED_INSNS) / ninsns;
914 if (size_factor <= 1)
917 if (size_factor < upper_bound)
918 upper_bound = size_factor;

Completed in 96 milliseconds