HomeSort by relevance Sort by last modified time
    Searched refs:partLen (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/md5/
md5.c 149 unsigned int i, idx, partLen;
161 partLen = 64 - idx;
164 if (inputLen >= partLen) {
166 partLen);
169 for (i = partLen; i + 63 < inputLen; i += 64)
  /external/dng_sdk/source/
dng_fingerprint.cpp 282 uint32 partLen = 64 - index;
284 if (inputLen >= partLen)
289 partLen);
293 for (i = partLen; i + 63 < inputLen; i += 64)
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 375 int32_t partLen = bufSize;
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;
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);
    [all...]

Completed in 645 milliseconds