Home | History | Annotate | Download | only in gold

Lines Matching refs:nslots

1170   unsigned int nslots =
1175 const unsigned char* pindex = phash + nslots * sizeof(uint64_t);
1176 const unsigned char* pcolhdrs = pindex + nslots * sizeof(uint32_t);
1201 for (unsigned int i = 0; i < nslots; ++i)
1310 unsigned int nslots =
1315 const unsigned char* pindex = phash + nslots * sizeof(uint64_t);
1316 const unsigned char* pcolhdrs = pindex + nslots * sizeof(uint32_t);
1329 unsigned int slot = static_cast<unsigned int>(dwo_id) & (nslots - 1);
1337 & (nslots - 1)) | 1);
1340 slot = (slot + h2) & (nslots - 1);
1973 const unsigned int nslots = index.hash_table_total_slots();
1985 + nslots * sizeof(uint64_t)
1986 + nslots * sizeof(uint32_t)
2001 elfcpp::Swap_unaligned<32, big_endian>::writeval(p, nslots);
2005 for (unsigned int i = 0; i < nslots; ++i)
2012 for (unsigned int i = 0; i < nslots; ++i)