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

  /external/webkit/LayoutTests/fast/url/script-tests/
segments-from-data-url.js 58 ["http://foo/abcd?efgh?ijkl", ["http:","foo","","/abcd","?efgh?ijkl",""]],
segments.js 58 ["http://foo/abcd?efgh?ijkl", ["http:","foo","","/abcd","?efgh?ijkl",""]],
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 421 b2 |= (high_surrogate >> 2) & 0xf; // efgh
579 UInt efgh = (srcval >> 12) & 0xf; local
583 UInt byte2 = 0x80 | (xy << 4) | efgh;
757 UInt efgh = byte2 & 0xf; local
764 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | (efgh << 2) | ij;
772 (uvwxy << 16) | (efgh << 12) | (ij << 10) | (klmn << 6) | opqrst;
    [all...]

Completed in 3888 milliseconds