Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/
H A DmorkProbeMap.cpp106 mork_count slots = sMap_Slots; // number of new buckets in rehash_old_map()
179 mork_count slots = sMap_Slots; in grow_probe_map()
204 ioScratch->sMapScratch_Slots = sMap_Slots; in revert_map()
208 sMap_Slots = tempSlots; in revert_map()
308 mork_num keyVolume = sMap_Slots * sMap_KeySize; in probe_map_lazy_init()
311 this->ProbeMapClearKey(ev, keys, sMap_Slots); in probe_map_lazy_init()
384 this->ProbeMapClearKey(ev, sMap_Keys, sMap_Slots); in MapCutAll()
512 mork_count slots = sMap_Slots; in init_probe_map()
542 old->sMapScratch_Slots = sMap_Slots; in new_slots()
550 sMap_Slots = inSlots; in new_slots()
[all …]
H A DmorkProbeMap.h100 mork_count sMap_Slots; // count of slots in the hash table variable
116 mork_count MapSlots() const { return sMap_Slots; } in MapSlots()
H A DmorkBead.cpp347 mork_num outSlots = sMap_Slots; in CutAllBeads()