Home
last modified time | relevance | path

Searched refs:partLen (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/com32/libutil/
Dmd5.c99 unsigned int i, idx, partLen; in MD5Update() local
111 partLen = 64 - idx; in MD5Update()
114 if (inputLen >= partLen) { in MD5Update()
115 memcpy((void *)&context->buffer[idx], (const void *)input, partLen); in MD5Update()
118 for (i = partLen; i + 63 < inputLen; i += 64) in MD5Update()
/external/libjpeg-turbo/md5/
Dmd5.c158 unsigned int i, idx, partLen; local
170 partLen = 64 - idx;
173 if (inputLen >= partLen) {
175 partLen);
178 for (i = partLen; i + 63 < inputLen; i += 64)
/external/dng_sdk/source/
Ddng_fingerprint.cpp282 uint32 partLen = 64 - index; in Process() local
284 if (inputLen >= partLen) in Process()
289 partLen); in Process()
293 for (i = partLen; i + 63 < inputLen; i += 64) in Process()
/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp379 int32_t partLen = bufSize; in call() local
380 …for (int32_t n = 0; U_SUCCESS(*status) && partLen == bufSize && (maxIteration < 0 || n < maxIterat… in call()
381 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); in call()
446 int32_t partLen = bufSize; in call() local
447 …for (int32_t n = 0; U_SUCCESS(*status) && partLen == bufSize && (maxIteration < 0 || n < maxIterat… in call()
448 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); in call()
/external/skqp/tools/bookmaker/
DincludeWriter.cpp639 int partLen = (int) (partEnd - partStart); in methodOut() local
641 SkASSERT(partLen > 0 && partLen < 300); // may assert if param desc is especially long in methodOut()
643 this->rewriteBlock(partLen, partStart, Phrase::kYes); in methodOut()
/external/skia/tools/bookmaker/
DincludeWriter.cpp692 int partLen = (int) (partEnd - partStart); in methodOut() local
694 SkASSERT(partLen > 0 && partLen < 300); // may assert if param desc is especially long in methodOut()
696 this->rewriteBlock(partLen, partStart, Phrase::kYes); in methodOut()