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

  /external/pcre/
RunGrepTest 175 (cd $srcdir; $valgrind $pcregrep -inB3 'pattern' ./testdata/grepinput ./testdata/grepinputx) >>testtry
  /external/webp/src/enc/
dsp_sse2.c 111 const __m128i inB3 = _mm_loadl_epi64((__m128i*)&in[28]);
115 in3 = _mm_unpacklo_epi64(in3, inB3);
    [all...]
  /external/webp/src/dec/
dsp_sse2.c 63 const __m128i inB3 = _mm_loadl_epi64((__m128i*)&in[28]);
67 in3 = _mm_unpacklo_epi64(in3, inB3);
    [all...]

Completed in 952 milliseconds