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

  /external/chromium_org/chrome/test/ui/
ui_test.cc 461 std::wstring wide_result; local
463 wide_result += failures;
464 wide_result += L"\n\n";
467 wide_result += error_msg;
469 return std::string(wide_result.begin(), wide_result.end());
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 417 __m128i wide_result = _mm_packs_epi32(wide_out_low, local
419 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result); local
467 __m128i wide_result = _mm_packs_epi32(wide_out_low, local
469 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result); local
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 417 __m128i wide_result = _mm_packs_epi32(wide_out_low, local
419 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result); local
467 __m128i wide_result = _mm_packs_epi32(wide_out_low, local
469 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result); local

Completed in 156 milliseconds