HomeSort by relevance Sort by last modified time
    Searched refs:endP (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.cpp 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...]
SincResampler.cpp 274 float* endP = inputP + n - n % 4;
301 while (inputP < endP) {
306 while (inputP < endP) {
311 while (inputP < endP) {
316 while (inputP < endP) {
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
dmConfigManager.cc 186 char* endP = DmStrchr(line, ']' );
188 if ( !endP || endP < startP ) {
194 *endP = 0;
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 108 (s)->endp = (UChar *)sourceString+sourceLen;
112 (s)->endp = NULL;
162 return s == NULL || s->pos == s->endp;
341 return (s->pos == s->endp);
360 return s->fcdPosition == s->endp;
7349 uint32_t *endp; member in struct:ucol_CEBuf
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp 470 AtomicHTMLToken endP(HTMLToken::EndTag, pTag.localName());
471 processEndTag(&endP);
    [all...]

Completed in 147 milliseconds