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

  /external/chromium_org/chrome/test/ui/
ui_test.cc 460 std::wstring wide_result; local
462 wide_result += failures;
463 wide_result += L"\n\n";
466 wide_result += error_msg;
468 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 95 milliseconds