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

  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 464 b2 |= (high_surrogate >> 2) & 0xf; // efgh
622 UInt efgh = (srcval >> 12) & 0xf; local
626 UInt byte2 = 0x80 | (xy << 4) | efgh;
800 UInt efgh = byte2 & 0xf; local
807 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | (efgh << 2) | ij;
815 (uvwxy << 16) | (efgh << 12) | (ij << 10) | (klmn << 6) | opqrst;
    [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...]

Completed in 326 milliseconds