Home
last modified time | relevance | path

Searched refs:secondary_hash (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc872 uint32_t secondary_hash = in LookupCU() local
875 slot = (slot + secondary_hash) & (nslots_ - 1); in LookupCU()
892 uint32_t secondary_hash = in LookupCUv2() local
895 slot = (slot + secondary_hash) & (nslots_ - 1); in LookupCUv2()