Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
H A Dhash_test.cpp67 uint32_t second_hash = T::GetHash32(reinterpret_cast<uint8_t *>(&object32), KEY32INBYTES); in OneObject32bitsHashTest() local
68 if (first_hash != second_hash) { in OneObject32bitsHashTest()
71 ASSERT_EQ(first_hash, second_hash); in OneObject32bitsHashTest()
75 second_hash = T::GetHash32(reinterpret_cast<uint8_t *>(&object8), KEY8INBYTES); in OneObject32bitsHashTest()
76 if (first_hash != second_hash) { in OneObject32bitsHashTest()
79 ASSERT_EQ(first_hash, second_hash); in OneObject32bitsHashTest()
84 second_hash = T::GetHash32(reinterpret_cast<uint8_t *>(&object40), KEY40INBYTES); in OneObject32bitsHashTest()
85 if (first_hash != second_hash) { in OneObject32bitsHashTest()
88 ASSERT_EQ(first_hash, second_hash); in OneObject32bitsHashTest()
101 uint32_t second_hash in OneStringHashTest() local
111 uint32_t second_hash = T::GetHash32(mutf8_string, string_size); StringMemHashTest() local
131 uint32_t second_hash = T::GetHash32(mutf8_string, string_size - 1); EndOfPageStringHashTest() local
[all...]

Completed in 1 milliseconds