Home
last modified time | relevance | path

Searched refs:endP (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DVectorMath.cpp142 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 …]
DSincResampler.cpp272 float* endP = inputP + n - n % 4; in process() local
299 while (inputP < endP) { in process()
304 while (inputP < endP) { in process()
309 while (inputP < endP) { in process()
314 while (inputP < endP) { in process()
/external/chromium_org/third_party/icu/source/i18n/
Ducol.cpp1294 const UChar *endP = collationSource->fcdPosition; /* End of region to normalize+1 */ in collIterNormalize() local
1296 collationSource->nfd->normalize(UnicodeString(FALSE, srcP, (int32_t)(endP - srcP)), in collIterNormalize()
1366 const UChar *srcP, *endP; in collIterFCD() local
1375 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()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLTreeBuilder.cpp470 AtomicHTMLToken endP(HTMLToken::EndTag, pTag.localName()); in processFakePEndTagIfPInButtonScope() local
471 processEndTag(&endP); in processFakePEndTagIfPInButtonScope()