Home
last modified time | relevance | path

Searched refs:numtouch (Results 1 – 25 of 128) sorted by relevance

123456

/dports/databases/grass7/grass-7.8.6/include/iostream/
H A Dpqheap.h196 unsigned int *numtouch; variable
224 numtouch = new unsigned int[size/PAGESIZE]; in pqheap_t1()
225 assert(numtouch); in pqheap_t1()
227 numtouch[i] = 0; in pqheap_t1()
269 cout << form("PQTEMP %d\t%d", i, numtouch[i]) << endl; in ~pqheap_t1()
271 delete [] numtouch; in ~pqheap_t1()
374 numtouch[pos/PAGESIZE]++; in heaptouch()
375 assert(numtouch[pos/PAGESIZE] > 0); in heaptouch()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dworld.c300 int i, numtouch; in SV_TouchLinks() local
304 numtouch = SV_AreaEdicts (ent->v.absmin, ent->v.absmax, touchlist, sv.max_edicts, AREA_TRIGGERS); in SV_TouchLinks()
307 for (i = 0; i < numtouch; i++) in SV_TouchLinks()
523 int i, numtouch; in SV_ClipToLinks() local
527 numtouch = SV_AreaEdicts (clip->boxmins, clip->boxmaxs, touchlist, sv.max_edicts, AREA_SOLID); in SV_ClipToLinks()
530 for (i = 0; i < numtouch; i++) in SV_ClipToLinks()
H A Dpmove.h62 int numtouch; member
H A Dpmove.c57 if (pmove.numtouch == sizeof(pmove.touchindex)/sizeof(pmove.touchindex[0])) in PM_AddTouchedEnt()
60 for (i = 0; i < pmove.numtouch; i++) in PM_AddTouchedEnt()
64 pmove.touchindex[pmove.numtouch] = num; in PM_AddTouchedEnt()
65 pmove.numtouch++; in PM_AddTouchedEnt()
897 pmove.numtouch = 0; in PM_PlayerMove()
H A Dpr_cmds.c1207 int i, j, numtouch; in PF_findradius() local
1222 numtouch = SV_AreaEdicts (mins, maxs, touchlist, sv.max_edicts, AREA_SOLID); in PF_findradius()
1223numtouch += SV_AreaEdicts (mins, maxs, &touchlist[numtouch], sv.max_edicts - numtouch, AREA_TRIGGE… in PF_findradius()
1228 for (i = 0; i < numtouch; i++) in PF_findradius()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dworld.c300 int i, numtouch; in SV_TouchLinks() local
304 numtouch = SV_AreaEdicts (ent->v.absmin, ent->v.absmax, touchlist, sv.max_edicts, AREA_TRIGGERS); in SV_TouchLinks()
307 for (i = 0; i < numtouch; i++) in SV_TouchLinks()
523 int i, numtouch; in SV_ClipToLinks() local
527 numtouch = SV_AreaEdicts (clip->boxmins, clip->boxmaxs, touchlist, sv.max_edicts, AREA_SOLID); in SV_ClipToLinks()
530 for (i = 0; i < numtouch; i++) in SV_ClipToLinks()
H A Dpmove.h62 int numtouch; member
H A Dpmove.c57 if (pmove.numtouch == sizeof(pmove.touchindex)/sizeof(pmove.touchindex[0])) in PM_AddTouchedEnt()
60 for (i = 0; i < pmove.numtouch; i++) in PM_AddTouchedEnt()
64 pmove.touchindex[pmove.numtouch] = num; in PM_AddTouchedEnt()
65 pmove.numtouch++; in PM_AddTouchedEnt()
897 pmove.numtouch = 0; in PM_PlayerMove()
H A Dpr_cmds.c1207 int i, j, numtouch; in PF_findradius() local
1222 numtouch = SV_AreaEdicts (mins, maxs, touchlist, sv.max_edicts, AREA_SOLID); in PF_findradius()
1223numtouch += SV_AreaEdicts (mins, maxs, &touchlist[numtouch], sv.max_edicts - numtouch, AREA_TRIGGE… in PF_findradius()
1228 for (i = 0; i < numtouch; i++) in PF_findradius()
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/common/
H A Dpmove.c157 pmove.touchindex[pmove.numtouch] = trace.ent; in PM_FlyMove()
158 pmove.numtouch++; in PM_FlyMove()
590 pmove.touchindex[pmove.numtouch] = tr.ent; in PM_CatagorizePosition()
591 pmove.numtouch++; in PM_CatagorizePosition()
836 pmove.numtouch = 0; in PlayerMove()
/dports/games/qudos/QuDos-0.40.1-src/src/qcommon/
H A Dpmove.c146 if (pm->numtouch < MAXTOUCH && trace.ent) { in PM_StepSlideMove_()
147 pm->touchents[pm->numtouch] = trace.ent; in PM_StepSlideMove_()
148 pm->numtouch++; in PM_StepSlideMove_()
612 if (pm->numtouch < MAXTOUCH && trace.ent) { in PM_CatagorizePosition()
613 pm->touchents[pm->numtouch] = trace.ent; in PM_CatagorizePosition()
614 pm->numtouch++; in PM_CatagorizePosition()
1038 pm->numtouch = 0; in Pmove()
/dports/games/q2p/Q2P-0.2-2006-12-31/qcommon/
H A Dpmove.c156 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_StepSlideMove_()
158 pm->touchents[pm->numtouch] = trace.ent; in PM_StepSlideMove_()
159 pm->numtouch++; in PM_StepSlideMove_()
672 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_CatagorizePosition()
674 pm->touchents[pm->numtouch] = trace.ent; in PM_CatagorizePosition()
675 pm->numtouch++; in PM_CatagorizePosition()
1141 pm->numtouch = 0; in Pmove()
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dpmove.c156 pmove.touchindex[pmove.numtouch] = (physent_t *) trace.ent; in PM_FlyMove()
157 pmove.numtouch++; in PM_FlyMove()
584 pmove.touchindex[pmove.numtouch] = (physent_t *) tr.ent; in PM_CategorizePosition()
585 pmove.numtouch++; in PM_CategorizePosition()
805 pmove.numtouch = 0; in PlayerMove()
/dports/games/q2pro/q2pro/source/
H A Dpmove.c153 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_StepSlideMove_()
155 pm->touchents[pm->numtouch] = trace.ent; in PM_StepSlideMove_()
156 pm->numtouch++; in PM_StepSlideMove_()
678 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_CategorizePosition()
680 pm->touchents[pm->numtouch] = trace.ent; in PM_CategorizePosition()
681 pm->numtouch++; in PM_CategorizePosition()
1174 pm->numtouch = 0; in Pmove()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dpmove.c141 if(pm->numtouch < MAXTOUCH && trace.ent){ in PM_StepSlideMove_()
142 pm->touchents[pm->numtouch] = trace.ent; in PM_StepSlideMove_()
143 pm->numtouch++; in PM_StepSlideMove_()
587 if(pm->numtouch < MAXTOUCH && trace.ent){ in PM_CatagorizePosition()
588 pm->touchents[pm->numtouch] = trace.ent; in PM_CatagorizePosition()
589 pm->numtouch++; in PM_CatagorizePosition()
1011 pm->numtouch = 0; in Pmove()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/shared/
H A Dpmove.c159 pmove.touchindex[pmove.numtouch] = trace.ent; in PM_FlyMove()
160 pmove.numtouch++; in PM_FlyMove()
748 pmove.touchindex[pmove.numtouch] = tr.ent; in PM_CatagorizePosition()
749 pmove.numtouch++; in PM_CatagorizePosition()
1018 pmove.numtouch = 0; in PlayerMove()
H A Dpmove.h81 int numtouch; member
/dports/games/quake2max/Quake2maX_0.45-src_unix/qcommon/
H A Dpmove.c156 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_StepSlideMove_()
158 pm->touchents[pm->numtouch] = trace.ent; in PM_StepSlideMove_()
159 pm->numtouch++; in PM_StepSlideMove_()
735 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_CatagorizePosition()
737 pm->touchents[pm->numtouch] = trace.ent; in PM_CatagorizePosition()
738 pm->numtouch++; in PM_CatagorizePosition()
1290 pm->numtouch = 0; in Pmove()
/dports/games/quake2-source/quake2-r0.16.2/src/qcommon/
H A Dpmove.c156 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_StepSlideMove_()
158 pm->touchents[pm->numtouch] = trace.ent; in PM_StepSlideMove_()
159 pm->numtouch++; in PM_StepSlideMove_()
735 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_CatagorizePosition()
737 pm->touchents[pm->numtouch] = trace.ent; in PM_CatagorizePosition()
738 pm->numtouch++; in PM_CatagorizePosition()
1245 pm->numtouch = 0; in Pmove()
/dports/games/alienarena/alienarena-7.66/source/qcommon/
H A Dpmove.c164 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_StepSlideMove_()
166 pm->touchents[pm->numtouch] = trace.ent; in PM_StepSlideMove_()
167 pm->numtouch++; in PM_StepSlideMove_()
759 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_CatagorizePosition()
761 pm->touchents[pm->numtouch] = trace.ent; in PM_CatagorizePosition()
762 pm->numtouch++; in PM_CatagorizePosition()
1289 pm->numtouch = 0; in Pmove()
/dports/games/alienarena-data/alienarena-7.66/source/qcommon/
H A Dpmove.c164 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_StepSlideMove_()
166 pm->touchents[pm->numtouch] = trace.ent; in PM_StepSlideMove_()
167 pm->numtouch++; in PM_StepSlideMove_()
759 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_CatagorizePosition()
761 pm->touchents[pm->numtouch] = trace.ent; in PM_CatagorizePosition()
762 pm->numtouch++; in PM_CatagorizePosition()
1289 pm->numtouch = 0; in Pmove()
/dports/games/quake2lnx/quake2-r0.16.2/src/qcommon/
H A Dpmove.c156 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_StepSlideMove_()
158 pm->touchents[pm->numtouch] = trace.ent; in PM_StepSlideMove_()
159 pm->numtouch++; in PM_StepSlideMove_()
735 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_CatagorizePosition()
737 pm->touchents[pm->numtouch] = trace.ent; in PM_CatagorizePosition()
738 pm->numtouch++; in PM_CatagorizePosition()
1245 pm->numtouch = 0; in Pmove()
/dports/games/r1q2/r1q2-8012_5/qcommon/
H A Dpmove.c155 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_StepSlideMove_()
157 pm->touchents[pm->numtouch] = trace.ent; in PM_StepSlideMove_()
158 pm->numtouch++; in PM_StepSlideMove_()
767 if (pm->numtouch < MAXTOUCH && trace.ent) in PM_CatagorizePosition()
769 pm->touchents[pm->numtouch] = trace.ent; in PM_CatagorizePosition()
770 pm->numtouch++; in PM_CatagorizePosition()
1322 pm->numtouch = 0; in Pmove()
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/client/
H A Dpmove.h74 int numtouch; member
/dports/games/quakeforge/quakeforge-0.7.2/include/qw/
H A Dpmove.h74 int numtouch; member

123456