HomeSort by relevance Sort by last modified time
    Searched full:uvwxy (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 414 UInt uvwxy = ((high_surrogate >> 6) & 0xf) + 1; // abcd + 1 local
417 b1 |= uvwxy >> 2; // uvw
420 b2 |= (uvwxy & 0x3) << 4; // xy
471 UInt uvwxy = ((high_surrogate >> 6) & 0xf) + 1; // abcd + 1 local
475 retval = (uvwxy << 16) | (efghij << 10) | klmnoprst;
512 UInt uvwxy = srcval >> 16; local
513 UInt abcd = (uvwxy - 1) & 0xf;
756 UInt uvwxy = (uvw << 2) | xy; local
763 UInt abcd = (uvwxy - 1) & 0xf;
772 (uvwxy << 16) | (efgh << 12) | (ij << 10) | (klmn << 6) | opqrst
    [all...]

Completed in 50 milliseconds