Searched refs:h2 (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ |
D | search_test.cpp | 259 hsearch_data h2 = {}; in TEST() local 260 ASSERT_EQ(1, hcreate_r(128, &h2)); in TEST() 268 ENTER, &e, &h2)); in TEST() 279 ASSERT_EQ(1, hsearch_r(ENTRY{.key = const_cast<char*>("a"), .data = nullptr}, FIND, &e, &h2)); in TEST() 284 ASSERT_EQ(1, hsearch_r(ENTRY{.key = const_cast<char*>("a"), .data = nullptr}, FIND, &e, &h2)); in TEST() 286 hdestroy_r(&h2); in TEST()
|
/bionic/linker/ |
D | linker_soinfo.cpp | 187 uint32_t h2 = hash >> gnu_shift2_; in gnu_lookup() local 199 …if ((1 & (bloom_word >> (hash % bloom_mask_bits)) & (bloom_word >> (h2 % bloom_mask_bits))) == 0) { in gnu_lookup()
|