Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_s390_helpers.c458 UInt high_surrogate = srcval; in s390_do_cu21() local
515 UInt high_surrogate = srcval; in s390_do_cu24() local
561 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | efghij; in s390_do_cu42() local
809 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | (efgh << 2) | ij; in s390_do_cu12_cu14_helper2() local
/external/flatbuffers/src/
Didl_gen_text.cpp151 auto high_surrogate = (base >> 10) + 0xD800; in EscapeString() local