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

  /external/valgrind/VEX/priv/
guest_s390_helpers.c 466 b2 |= (high_surrogate >> 2) & 0xf; // efgh
624 UInt efgh = (srcval >> 12) & 0xf; local
628 UInt byte2 = 0x80 | (xy << 4) | efgh;
802 UInt efgh = byte2 & 0xf; local
809 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | (efgh << 2) | ij;
817 (uvwxy << 16) | (efgh << 12) | (ij << 10) | (klmn << 6) | opqrst;
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 993 const __m128i efgh = _mm_avg_epu8(avg2, XABCD); local
    [all...]
enc_sse2.c 867 const __m128i efgh = _mm_avg_epu8(avg2, XABCD); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bytes.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bytes.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bytes.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bytes.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cp.py     [all...]

Completed in 169 milliseconds