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

  /external/webp/src/enc/
dsp_sse2.c 245 __m128i ref0, ref1, ref2, ref3; local
249 ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]);
255 ref1 = _mm_cvtsi32_si128(*(int*)&ref[1 * BPS]);
261 ref1 = _mm_unpacklo_epi8(ref1, zero);
266 ref1 = _mm_add_epi16(ref1, T1);
271 ref1 = _mm_packus_epi16(ref1, ref1);
319 const __m128i ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 226 File ref1 = new File("/dir1/file1"); local
229 assertEquals("wrong result 1", ref1.getPath(), file1.getPath());
231 assertEquals("wrong result 2", ref1.getPath(), file2.getPath());
235 assertEquals("wrong result 3", ref1.getPath(), file3.getPath());
237 assertEquals("wrong result 4", ref1.getPath(), file4.getPath());
249 File ref1 = new File("/dir1/file1"); local
253 assertEquals("wrong result 1", ref1.getPath(), file1.getPath());
255 assertEquals("wrong result 2", ref1.getPath(), file2.getPath());
259 assertEquals("wrong result 3", ref1.getPath(), file3.getPath());
261 assertEquals("wrong result 4", ref1.getPath(), file4.getPath())
    [all...]

Completed in 1601 milliseconds