Searched refs:partLen (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/com32/libutil/ |
D | md5.c | 99 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/ |
D | md5.c | 158 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/ |
D | dng_fingerprint.cpp | 282 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/ |
D | collperf2.cpp | 379 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/ |
D | includeWriter.cpp | 639 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/ |
D | includeWriter.cpp | 692 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()
|