OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:low_surrogate
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/VEX/priv/
guest_s390_helpers.c
397
- an indication whether
LOW_SURROGATE
, if any, is invalid
405
s390_do_cu21(UInt srcval, UInt
low_surrogate
)
468
b3 |= (
low_surrogate
>> 6) & 0xf; // klmn
471
b4 |=
low_surrogate
& 0x3f;
475
invalid_low_surrogate = (
low_surrogate
& 0xfc00) != 0xdc00;
493
- an indication whether
LOW_SURROGATE
, if any, is invalid
501
s390_do_cu24(UInt srcval, UInt
low_surrogate
)
516
UInt klmnoprst =
low_surrogate
& 0x3ff;
520
invalid_low_surrogate = (
low_surrogate
& 0xfc00) != 0xdc00;
560
UInt
low_surrogate
= (0xdc << 8) | (srcval & 0x3ff)
local
808
UInt
low_surrogate
= (0xdc << 8) | (klmn << 6) | opqrst;
local
[
all
...]
guest_s390_toIR.c
13266
IRTemp
low_surrogate
= newTemp(Ity_I32);
local
13394
IRTemp
low_surrogate
= newTemp(Ity_I32);
local
[
all
...]
Completed in 83 milliseconds