Searched refs:h64 (Results 1 – 3 of 3) sorted by relevance
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 81 Elf64_Ehdr h64; in _UCD_create() member 84 #define elf_header64 elf_header.h64 in _UCD_create()
|
/external/qemu/tcg/ |
D | optimize.c | 203 uint64_t l64, h64; in do_constant_folding_2() local 299 mulu64(&l64, &h64, x, y); in do_constant_folding_2() 300 return h64; in do_constant_folding_2() 302 muls64(&l64, &h64, x, y); in do_constant_folding_2() 303 return h64; in do_constant_folding_2()
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 165 Hex64 h64; member 189 io.mapRequired("h64", bt.h64); in mapping() 239 EXPECT_EQ(map.h64, Hex64(0xFEDCBA9876543210LL)); in TEST() 266 map.h64 = 6000000000LL; in TEST() 295 EXPECT_EQ(map.h64, Hex64(6000000000LL)); in TEST()
|