Searched refs:max_iteration (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dmandelbrotset1.sh83 integer max_iteration=$7
86 for (( mag=0 ; mag < max_mag && iteration < max_iteration ; iteration++ )) ; do
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c651 int max_iteration = 0, max_index = 0; local
681 max_iteration = 0;
682 while (max_index >= (1ULL << max_iteration))
683 max_iteration++;
684 ring_info->max_iterations = max_iteration + 1;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c1061 int max_iteration = 0, max_index = 0; local
1093 max_iteration = 0;
1094 while (max_index >= (1ULL << max_iteration))
1095 max_iteration++;
1096 ring_info->max_iterations = max_iteration + 1;

Completed in 74 milliseconds