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

/freebsd-11.0-release/contrib/binutils/gas/
H A Dwrite.c2080 unsigned long max_iterations; local
2123 max_iterations = frag_count * frag_count;
2125 if (max_iterations < frag_count)
2126 max_iterations = frag_count;
2436 while (stretched && -- max_iterations);
/freebsd-11.0-release/sys/dev/bxe/
H A Decore_sp.c2161 int max_iterations = ecore_exe_queue_length(&o->exe_queue) + 1; local
2164 max_iterations--) {

Completed in 118 milliseconds