Searched refs:dsti (Results 1 – 3 of 3) sorted by relevance
84 int dsti = 0; in MungeInput() local98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) { in MungeInput()111 fInputBytes[dsti++] = b; in MungeInput()119 fInputLen = dsti; in MungeInput()
470 int* dsti; in cvPreprocessIndexArray() local528 dsti = idx->data.i; in cvPreprocessIndexArray()534 *dsti++ = i; in cvPreprocessIndexArray()539 dsti[i] = srci[i*step]; in cvPreprocessIndexArray()542 qsort( dsti, idx_total, sizeof(dsti[0]), icvCmpIntegers ); in cvPreprocessIndexArray()544 if( dsti[0] < 0 || dsti[idx_total-1] >= data_arr_size ) in cvPreprocessIndexArray()550 if( dsti[i] <= dsti[i-1] ) in cvPreprocessIndexArray()