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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A 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...]
H A DSincResampler.cpp272 float* endP = inputP + n - n % 4; local
299 while (inputP < endP) {
304 while (inputP < endP) {
309 while (inputP < endP) {
314 while (inputP < endP) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp1294 const UChar *endP = collationSource->fcdPosition; /* End of region to normalize+1 */ local
1296 collationSource->nfd->normalize(UnicodeString(FALSE, srcP, (int32_t)(endP - srcP)),
1366 const UChar *srcP, *endP; local
1375 endP = collationSource->endp;
1377 endP = NULL;
1381 fcd = g_nfcImpl->nextFCD16(srcP, endP);
1388 while (endP == NULL || srcP != endP)
1392 fcd = g_nfcImpl->nextFCD16(srcP, endP);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilder.cpp470 AtomicHTMLToken endP(HTMLToken::EndTag, pTag.localName());
471 processEndTag(&endP);

Completed in 163 milliseconds