Home
last modified time | relevance | path

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

/dports/games/vavoom/vavoom-1.33/source/
H A Dp_entity.cpp199 TIDHashNext = Level->TIDHash[HashIndex]; in InsertIntoTIDList()
204 Level->TIDHash[HashIndex] = this; in InsertIntoTIDList()
234 check(Level->TIDHash[HashIndex] == this); in RemoveFromTIDList()
235 Level->TIDHash[HashIndex] = TIDHashNext; in RemoveFromTIDList()
H A Dp_levelinfo.h130 VEntity* TIDHash[TID_HASH_SIZE]; variable
H A Dp_levelinfo.cpp368 for (VEntity* E = Prev ? Prev->TIDHashNext : TIDHash[tid & in FindMobjFromTID()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_mobj.cpp1713 AActor* AActor::TIDHash[TIDHashSize]; member in AActor
1727 TIDHash[i] = NULL; in ClearTIDHashes()
1747 inext = TIDHash[hash]; in AddToHash()
1749 TIDHash[hash] = this; in AddToHash()
1769 if (TIDHash[hash] == this) in RemoveFromHash()
1770 TIDHash[hash] = inext; in RemoveFromHash()
1810 actor = TIDHash[TIDHASH(tid)]; in FindByTID()
H A Dactor.h463 static AActor *TIDHash[TIDHashSize]; variable
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dactor.h1175 static AActor *TIDHash[128];
1334 base = AActor::TIDHash[id & 127]; in Next()
H A Dp_mobj.cpp2766 AActor *AActor::TIDHash[128]; member in AActor
2776 memset(TIDHash, 0, sizeof(TIDHash)); in ClearTIDHashes()
2797 inext = TIDHash[hash]; in AddToHash()
2798 iprev = &TIDHash[hash]; in AddToHash()
2799 TIDHash[hash] = this; in AddToHash()
2838 AActor *probe = AActor::TIDHash[tid & 127]; in P_IsTIDUsed()
/dports/games/vavoom/vavoom-1.33/progs/common/engine/
H A DLevelInfo.vc131 private Entity TIDHash[TID_HASH_SIZE];