HomeSort by relevance Sort by last modified time
    Searched refs:h16 (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/Support/
YAMLIOTest.cpp 145 Hex16 h16; member in struct:BuiltInTypes
168 io.mapRequired("h16", bt.h16);
196 "h16: 0x8765\n"
216 EXPECT_EQ(map.h16, Hex16(0x8765));
242 map.h16 = 50000;
270 EXPECT_EQ(map.h16, Hex16(50000));
  /external/qemu/tcg/ppc64/
tcg-target.c 472 uint16_t h16 = arg >> 16; local
477 if (h16) tcg_out32 (s, ORIS | RS (ret) | RA (ret) | h16);
    [all...]

Completed in 2453 milliseconds