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

/external/libjpeg-turbo/md5/
H A Dmd5.c149 unsigned int i, idx, partLen; local
161 partLen = 64 - idx;
164 if (inputLen >= partLen) {
166 partLen);
169 for (i = partLen; i + 63 < inputLen; i += 64)
/external/dng_sdk/source/
H A Ddng_fingerprint.cpp282 uint32 partLen = 64 - index; local
284 if (inputLen >= partLen)
289 partLen);
293 for (i = partLen; i + 63 < inputLen; i += 64)
/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp375 int32_t partLen = bufSize; local
376 for (int32_t n = 0; U_SUCCESS(*status) && partLen == bufSize && (maxIteration < 0 || n < maxIteration); n++) {
377 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status);
442 int32_t partLen = bufSize; local
443 for (int32_t n = 0; U_SUCCESS(*status) && partLen == bufSize && (maxIteration < 0 || n < maxIteration); n++) {
444 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status);

Completed in 371 milliseconds