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

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp73 int test_cnt = 0; local
84 for(int i = 0; i < test_cnt; i++) {
91 test_values[test_cnt] = new_value;
93 0, test_disp[test_cnt], 0);
94 test_cnt++;
102 if (test_cnt == 2) {
116 } else if (test_cnt > 2 && test_cnt < VST_PARAM_TEST_COUNT / 2) {
119 for(int i = 0; i < test_cnt; i++) {

Completed in 36 milliseconds