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