Home
last modified time | relevance | path

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

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dactor.h464 static inline int TIDHASH (int key) { return key & TIDHashMask; } in TIDHASH() function
H A Dp_mobj.cpp1745 int hash = TIDHASH (tid); in AddToHash()
1767 int hash = TIDHASH(tid); in RemoveFromHash()
1810 actor = TIDHash[TIDHASH(tid)]; in FindByTID()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dactor.h1176 static inline int TIDHASH (int key) { return key & 127; } in TIDHASH() function
H A Dp_mobj.cpp2795 int hash = TIDHASH (tid); in AddToHash()