Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c651 int max_iteration = 0, max_index = 0; in hxge_rxbuf_index_info_init() local
681 max_iteration = 0; in hxge_rxbuf_index_info_init()
682 while (max_index >= (1ULL << max_iteration)) in hxge_rxbuf_index_info_init()
683 max_iteration++; in hxge_rxbuf_index_info_init()
684 ring_info->max_iterations = max_iteration + 1; in hxge_rxbuf_index_info_init()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c1061 int max_iteration = 0, max_index = 0; in nxge_rxbuf_index_info_init() local
1093 max_iteration = 0; in nxge_rxbuf_index_info_init()
1094 while (max_index >= (1ULL << max_iteration)) in nxge_rxbuf_index_info_init()
1095 max_iteration++; in nxge_rxbuf_index_info_init()
1096 ring_info->max_iterations = max_iteration + 1; in nxge_rxbuf_index_info_init()