Searched defs:high_surrogate (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_s390_helpers.c458 UInt high_surrogate = srcval; local
459 UInt uvwxy = ((high_surrogate >> 6) & 0xf) + 1; // abcd + 1
466 b2 |= (high_surrogate >> 2) & 0xf; // efgh
469 b3 |= (high_surrogate & 0x3) << 4; // ij
515 UInt high_surrogate = srcval; local
516 UInt uvwxy = ((high_surrogate >> 6) & 0xf) + 1; // abcd + 1
517 UInt efghij = high_surrogate & 0x3f;
561 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | efghij; local
564 retval = (high_surrogate << 16) | low_surrogate;
809 UInt high_surrogate local
[all...]

Completed in 127 milliseconds