OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:high_surrogate
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/VEX/priv/
guest_s390_helpers.c
413
UInt
high_surrogate
= srcval;
local
414
UInt uvwxy = ((
high_surrogate
>> 6) & 0xf) + 1; // abcd + 1
421
b2 |= (
high_surrogate
>> 2) & 0xf; // efgh
424
b3 |= (
high_surrogate
& 0x3) << 4; // ij
470
UInt
high_surrogate
= srcval;
local
471
UInt uvwxy = ((
high_surrogate
>> 6) & 0xf) + 1; // abcd + 1
472
UInt efghij =
high_surrogate
& 0x3f;
516
UInt
high_surrogate
= (0xd8 << 8) | (abcd << 6) | efghij;
local
519
retval = (
high_surrogate
<< 16) | low_surrogate;
764
UInt
high_surrogate
= (0xd8 << 8) | (abcd << 6) | (efgh << 2) | ij
local
[
all
...]
Completed in 244 milliseconds