HomeSort by relevance Sort by last modified time
    Searched refs:low_surrogate (Results 1 - 4 of 4) 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 13563 IRTemp low_surrogate = newTemp(Ity_I32); local
13691 IRTemp low_surrogate = newTemp(Ity_I32); local
    [all...]
  /external/flatbuffers/include/flatbuffers/
util.h 427 auto low_surrogate = (base & 0x03FF) + 0xDC00; local
431 text += IntToStringHex(low_surrogate, 4);

Completed in 189 milliseconds