HomeSort by relevance Sort by last modified time
    Searched defs:end64 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/base/simd/
filter_yuv_mmx.cc 45 __m64* end64 = reinterpret_cast<__m64*>( local
48 while (dest64 < end64) {
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 548 int64_t RegexMatcher::end64(UErrorCode &err) const { function in class:RegexMatcher
549 return end64(0, err);
552 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { function in class:RegexMatcher
580 return (int32_t)end64(group, err);
    [all...]
  /external/icu4c/i18n/
rematch.cpp 554 int64_t RegexMatcher::end64(UErrorCode &err) const { function in class:RegexMatcher
555 return end64(0, err);
558 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { function in class:RegexMatcher
586 return (int32_t)end64(group, err);
    [all...]

Completed in 195 milliseconds