Home
last modified time | relevance | path

Searched refs:ref2 (Results 1 – 11 of 11) sorted by relevance

/external/webp/src/enc/
Ddsp_sse2.c245 __m128i ref0, ref1, ref2, ref3; in ITransformSSE2() local
250 ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]); in ITransformSSE2()
256 ref2 = _mm_cvtsi32_si128(*(int*)&ref[2 * BPS]); in ITransformSSE2()
262 ref2 = _mm_unpacklo_epi8(ref2, zero); in ITransformSSE2()
267 ref2 = _mm_add_epi16(ref2, T2); in ITransformSSE2()
272 ref2 = _mm_packus_epi16(ref2, ref2); in ITransformSSE2()
279 _mm_storel_epi64((__m128i*)&dst[2 * BPS], ref2); in ITransformSSE2()
285 *((int32_t *)&dst[2 * BPS]) = _mm_cvtsi128_si32(ref2); in ITransformSSE2()
320 const __m128i ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]); in FTransformSSE2() local
324 const __m128i ref_2 = _mm_unpacklo_epi8(ref2, zero); in FTransformSSE2()
/external/clang/test/CodeGenObjCXX/
Darc-references.mm20 const __autoreleasing id &ref2 = getObject();
32 const __autoreleasing id &ref2 = x;
/external/chromium/chrome/browser/search_engines/
Dtemplate_url.cc521 const TemplateURLRef* ref2) { in SameUrlRefs() argument
522 return ref1 == ref2 || (ref1 && ref2 && ref1->url() == ref2->url()); in SameUrlRefs()
Dtemplate_url.h133 const TemplateURLRef* ref2);
/external/webkit/Source/JavaScriptGlue/
DJavaScriptGlue.cpp104 UInt8 JSEqual(JSTypeRef ref1, JSTypeRef ref2) in JSEqual() argument
107 if (ref1 && ref2) in JSEqual()
110 result = ptr->Equal((JSBase*)ref2); in JSEqual()
DJavaScriptGlue.h84 UInt8 JSEqual(JSTypeRef ref1, JSTypeRef ref2) DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER;
/external/chromium/base/win/
Dscoped_variant_unittest.cc215 ScopedVariant ref2(static_cast<const VARIANT&>(ref1)); in TEST()
218 ref3 = static_cast<const VARIANT&>(ref2); in TEST()
/external/freetype/src/autofit/
Dafhints.c1076 AF_Point ref2 ) in af_iup_interp() argument
1081 FT_Pos v2 = ref2->v; in af_iup_interp()
1083 FT_Pos d2 = ref2->u - v2; in af_iup_interp()
1116 u = ref1->u + FT_MulDiv( u - v1, ref2->u - ref1->u, v2 - v1 ); in af_iup_interp()
1132 u = ref1->u + FT_MulDiv( u - v1, ref2->u - ref1->u, v2 - v1 ); in af_iup_interp()
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp5.cpp117 T &ref2 = ref; // expected-error{{drops qualifiers}} in bind() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFileTest.java240 File ref2 = new File("/lib/content-types.properties"); in test_Constructor_String_String_112270() local
242 assertEquals("wrong result 5", ref2.getPath(), file5.getPath()); in test_Constructor_String_String_112270()
264 File ref2 = new File("/lib/content-types.properties"); in test_Constructor_File_String_112270() local
266 assertEquals("wrong result 5", ref2.getPath(), file5.getPath()); in test_Constructor_File_String_112270()
/external/freetype/src/truetype/
Dttinterp.c6719 FT_UInt ref2 ) in _iup_worker_interpolate() argument
6729 BOUNDS( ref2, worker->max_points ) ) in _iup_worker_interpolate()
6733 orus2 = worker->orus[ref2].x; in _iup_worker_interpolate()
6746 ref1 = ref2; in _iup_worker_interpolate()
6747 ref2 = tmp_r; in _iup_worker_interpolate()
6751 org2 = worker->orgs[ref2].x; in _iup_worker_interpolate()
6753 delta2 = worker->curs[ref2].x - org2; in _iup_worker_interpolate()