Home | History | Annotate | Download | only in gold

Lines Matching refs:nslots

1174   unsigned int nslots =
1179 const unsigned char* pindex = phash + nslots * sizeof(uint64_t);
1180 const unsigned char* pcolhdrs = pindex + nslots * sizeof(uint32_t);
1205 for (unsigned int i = 0; i < nslots; ++i)
1314 unsigned int nslots =
1319 const unsigned char* pindex = phash + nslots * sizeof(uint64_t);
1320 const unsigned char* pcolhdrs = pindex + nslots * sizeof(uint32_t);
1333 unsigned int slot = static_cast<unsigned int>(dwo_id) & (nslots - 1);
1341 & (nslots - 1)) | 1);
1344 slot = (slot + h2) & (nslots - 1);
1977 const unsigned int nslots = index.hash_table_total_slots();
1989 + nslots * sizeof(uint64_t)
1990 + nslots * sizeof(uint32_t)
2005 elfcpp::Swap_unaligned<32, big_endian>::writeval(p, nslots);
2009 for (unsigned int i = 0; i < nslots; ++i)
2016 for (unsigned int i = 0; i < nslots; ++i)