Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/src/
H A Dinterp.h33 #define MAXINTERPOLATIONS 1024 macro
35 extern int oldipos[MAXINTERPOLATIONS];
36 extern int bakipos[MAXINTERPOLATIONS];
37 extern int *curipos[MAXINTERPOLATIONS];
H A Dinterp.c32 #define MAXINTERPOLATIONS 1024 macro
34 int oldipos[MAXINTERPOLATIONS];
35 int bakipos[MAXINTERPOLATIONS];
36 int *curipos[MAXINTERPOLATIONS];
42 if (numinterpolations >= MAXINTERPOLATIONS) in setinterpolation()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dinterp.h39 #define MAXINTERPOLATIONS MAXSPRITES macro
41 extern int oldipos[MAXINTERPOLATIONS];
42 extern int bakipos[MAXINTERPOLATIONS];
43 extern int *curipos[MAXINTERPOLATIONS];
H A Dinterp.cpp33 int oldipos[MAXINTERPOLATIONS];
34 int bakipos[MAXINTERPOLATIONS];
35 int *curipos[MAXINTERPOLATIONS];
41 if (numinterpolations >= MAXINTERPOLATIONS) in setinterpolation()
H A Dinterpso.cpp35 #define SO_MAXINTERPOLATIONS MAXINTERPOLATIONS
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dglobal.h40 #define MAXINTERPOLATIONS MAXSPRITES macro
48 G_EXTERN int32_t oldipos[MAXINTERPOLATIONS];
49 G_EXTERN int32_t *curipos[MAXINTERPOLATIONS];
50 G_EXTERN int32_t bakipos[MAXINTERPOLATIONS];
H A Dactors.cpp46 if (g_interpolationCnt >= MAXINTERPOLATIONS) in G_SetInterpolation()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/
H A DGLOBAL.C174 long oldipos[MAXINTERPOLATIONS];
175 long bakipos[MAXINTERPOLATIONS];
176 long *curipos[MAXINTERPOLATIONS];
H A DDUKE3D.H166 #define MAXINTERPOLATIONS 2048 macro
618 extern long oldipos[MAXINTERPOLATIONS];
619 extern long bakipos[MAXINTERPOLATIONS];
620 extern long *curipos[MAXINTERPOLATIONS];
H A Dactors1.c44 if (numinterpolations >= MAXINTERPOLATIONS) return; in setinterpolation()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dglobal.h46 #define MAXINTERPOLATIONS MAXSPRITES macro
55 G_EXTERN int32_t oldipos[MAXINTERPOLATIONS];
56 G_EXTERN int32_t *curipos[MAXINTERPOLATIONS];
57 G_EXTERN int32_t bakipos[MAXINTERPOLATIONS];
H A Dactors.cpp39 if (g_interpolationCnt >= MAXINTERPOLATIONS) in G_SetInterpolation()
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dview.cpp83 #define MAXINTERPOLATIONS MAXSPRITES macro
85 int32_t oldipos[MAXINTERPOLATIONS];
86 int32_t* curipos[MAXINTERPOLATIONS];
87 int32_t bakipos[MAXINTERPOLATIONS];
95 if (g_interpolationCnt >= MAXINTERPOLATIONS) in viewSetInterpolation()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DGAME.C205 #define MAXINTERPOLATIONS 1024 macro
207 static long oldipos[MAXINTERPOLATIONS];
208 static long bakipos[MAXINTERPOLATIONS];
209 static long *curipos[MAXINTERPOLATIONS];
6033 if (numinterpolations >= MAXINTERPOLATIONS) return; in setinterpolation()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DGAME.C206 #define MAXINTERPOLATIONS 1024 macro
208 static long oldipos[MAXINTERPOLATIONS];
209 static long bakipos[MAXINTERPOLATIONS];
210 static long *curipos[MAXINTERPOLATIONS];
6034 if (numinterpolations >= MAXINTERPOLATIONS) return; in setinterpolation()
/dports/games/NBlood/NBlood-a1689a4/source/kenbuild/src/
H A Dgame.cpp226 #define MAXINTERPOLATIONS 1024 macro
228 static int oldipos[MAXINTERPOLATIONS];
229 static int bakipos[MAXINTERPOLATIONS];
230 static int *curipos[MAXINTERPOLATIONS];
6357 if (numinterpolations >= MAXINTERPOLATIONS) return; in setinterpolation()
/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dgame.c194 #define MAXINTERPOLATIONS 1024 macro
196 static int oldipos[MAXINTERPOLATIONS];
197 static int bakipos[MAXINTERPOLATIONS];
198 static int *curipos[MAXINTERPOLATIONS];
6315 if (numinterpolations >= MAXINTERPOLATIONS) return;