Searched defs:dsti (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dinputext.cpp84 int dsti = 0; local
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) {
111 fInputBytes[dsti++] = b;
119 fInputLen = dsti;
/external/opencv/ml/src/
H A Dml_inner_functions.cpp470 int* dsti; local
528 dsti = idx->data.i;
534 *dsti++ = i;
539 dsti[i] = srci[i*step];
542 qsort( dsti, idx_total, sizeof(dsti[0]), icvCmpIntegers );
544 if( dsti[0] < 0 || dsti[idx_total-1] >= data_arr_size )
550 if( dsti[i] <= dsti[
[all...]

Completed in 108 milliseconds