Home
last modified time | relevance | path

Searched refs:object32 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dhash_test.cpp65 uint32_t object32 = rand(); in OneObject32bitsHashTest() local
66 uint32_t first_hash = T::GetHash32(reinterpret_cast<uint8_t *>(&object32), KEY32INBYTES); in OneObject32bitsHashTest()
67 uint32_t second_hash = T::GetHash32(reinterpret_cast<uint8_t *>(&object32), KEY32INBYTES); in OneObject32bitsHashTest()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dhash_test.cpp66 uint32_t object32 = rand(); in OneObject32bitsHashTest() local
67 uint32_t firstHash = T::GetHash32(reinterpret_cast<uint8_t *>(&object32), KEY32INBYTES); in OneObject32bitsHashTest()
68 uint32_t secondHash = T::GetHash32(reinterpret_cast<uint8_t *>(&object32), KEY32INBYTES); in OneObject32bitsHashTest()

Completed in 2 milliseconds