Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dinputext.cpp84 int dsti = 0; in MungeInput() local
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) { in MungeInput()
111 fInputBytes[dsti++] = b; in MungeInput()
119 fInputLen = dsti; in MungeInput()
/external/chromium_org/third_party/icu/source/i18n/
Dinputext.cpp84 int dsti = 0; in MungeInput() local
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) { in MungeInput()
111 fInputBytes[dsti++] = b; in MungeInput()
119 fInputLen = dsti; in MungeInput()
/external/opencv/ml/src/
Dml_inner_functions.cpp470 int* dsti; in cvPreprocessIndexArray() local
528 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()