Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/win95/
H A Dchnkload.cpp268 static List<ShapeInMSL const *> hash_msl[]; member in ShapeInMSL
308 hash_msl[HashMSLFunc(listpos)].add_entry(this); in AddToHashTables()
318 hash_msl[HashMSLFunc(listpos)].delete_entry(this); in RemoveFromHashTables()
325 List<ShapeInMSL const *> ShapeInMSL::hash_msl[SIM_HASH_SIZE]; member in ShapeInMSL
355 for (LIF<ShapeInMSL const *> i(&hash_msl[HashMSLFunc(pos)]); !i.done(); i.next()) in GetByMSL()
437 while(hash_msl[i].size())hash_msl[i].delete_first_entry(); in PurgeMSLShapeList()