OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:low_surrogate
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/VEX/priv/
guest_s390_defs.h
89
ULong s390_do_cu21(UInt srcvalue, UInt
low_surrogate
);
90
ULong s390_do_cu24(UInt srcvalue, UInt
low_surrogate
);
guest_s390_helpers.c
399
- an indication whether
LOW_SURROGATE
, if any, is invalid
407
s390_do_cu21(UInt srcval, UInt
low_surrogate
)
470
b3 |= (
low_surrogate
>> 6) & 0xf; // klmn
473
b4 |=
low_surrogate
& 0x3f;
477
invalid_low_surrogate = (
low_surrogate
& 0xfc00) != 0xdc00;
495
- an indication whether
LOW_SURROGATE
, if any, is invalid
503
s390_do_cu24(UInt srcval, UInt
low_surrogate
)
518
UInt klmnoprst =
low_surrogate
& 0x3ff;
522
invalid_low_surrogate = (
low_surrogate
& 0xfc00) != 0xdc00;
562
UInt
low_surrogate
= (0xdc << 8) | (srcval & 0x3ff)
local
810
UInt
low_surrogate
= (0xdc << 8) | (klmn << 6) | opqrst;
local
[
all
...]
guest_s390_toIR.c
13396
IRTemp
low_surrogate
= newTemp(Ity_I32);
local
13524
IRTemp
low_surrogate
= newTemp(Ity_I32);
local
[
all
...]
Completed in 105 milliseconds