Searched refs:endP (Results 1 – 4 of 4) sorted by relevance
142 const float* endP = destP + n - tailFrames;152 while (destP < endP) \173 const float* endP = destP + n - tailFrames;176 while (destP < endP) {254 const float* endP = destP + n - tailFrames;256 while (destP < endP) {364 const float* endP = destP + n - tailFrames;366 while (destP < endP) {407 const float* endP = destP + n - tailFrames;416 while (destP < endP) \[all …]
272 float* endP = inputP + n - n % 4; in process() local299 while (inputP < endP) { in process()304 while (inputP < endP) { in process()309 while (inputP < endP) { in process()314 while (inputP < endP) { in process()
1294 const UChar *endP = collationSource->fcdPosition; /* End of region to normalize+1 */ in collIterNormalize() local1296 collationSource->nfd->normalize(UnicodeString(FALSE, srcP, (int32_t)(endP - srcP)), in collIterNormalize()1366 const UChar *srcP, *endP; in collIterFCD() local1375 endP = collationSource->endp; in collIterFCD()1377 endP = NULL; in collIterFCD()1381 fcd = g_nfcImpl->nextFCD16(srcP, endP); in collIterFCD()1388 while (endP == NULL || srcP != endP) in collIterFCD()1392 fcd = g_nfcImpl->nextFCD16(srcP, endP); in collIterFCD()
470 AtomicHTMLToken endP(HTMLToken::EndTag, pTag.localName()); in processFakePEndTagIfPInButtonScope() local471 processEndTag(&endP); in processFakePEndTagIfPInButtonScope()