HomeSort by relevance Sort by last modified time
    Searched full:uvwxy (Results 1 - 2 of 2) 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...]
  /external/chromium_org/third_party/sqlite/src/test/
where7.test 325 OR (g='edcbazy' AND f GLOB 'uvwxy*')
337 OR (g='edcbazy' AND f GLOB 'uvwxy*')
657 OR (g='utsrqpo' AND f GLOB 'uvwxy*')
671 OR (g='utsrqpo' AND f GLOB 'uvwxy*')
697 OR (g='edcbazy' AND f GLOB 'uvwxy*')
713 OR (g='edcbazy' AND f GLOB 'uvwxy*')
    [all...]

Completed in 79 milliseconds