Home
last modified time | relevance | path

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

/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/
H A Dr_graph.c39 #define MAX_TIMINGS 100 macro
55 static int r_timings[MAX_TIMINGS]; in R_TimeGraph()
64 l = MAX_TIMINGS; in R_TimeGraph()
71 &r_timings[a + MAX_TIMINGS], -a); in R_TimeGraph()
78 timex = (timex + 1) % MAX_TIMINGS; in R_TimeGraph()
/dports/games/tenebrae/tenebrae_0/
H A Dr_misc.c148 #define MAX_TIMINGS 100 macro
155 static byte r_timings[MAX_TIMINGS]; in R_TimeGraph()
169 if (r_refdef.vrect.width <= MAX_TIMINGS) in R_TimeGraph()
173 (r_refdef.vrect.width - MAX_TIMINGS)/2; in R_TimeGraph()
182 a = MAX_TIMINGS-1; in R_TimeGraph()
185 timex = (timex+1)%MAX_TIMINGS; in R_TimeGraph()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dr_misc.c166 #define MAX_TIMINGS 100 macro
174 static byte r_timings[MAX_TIMINGS]; in R_TimeGraph()
202 if (r_refdef.vrect.width <= MAX_TIMINGS) in R_TimeGraph()
208 x = r_refdef.vrect.width - (r_refdef.vrect.width-MAX_TIMINGS)/2; in R_TimeGraph()
223 a = MAX_TIMINGS-1; in R_TimeGraph()
227 timex = (timex+1) % MAX_TIMINGS; in R_TimeGraph()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dr_misc.c234 #define MAX_TIMINGS 100 macro
243 static byte r_timings[MAX_TIMINGS]; //compressed in R_TimeGraph()
244 static byte r_timings2[MAX_TIMINGS];//uncompressed in R_TimeGraph()
276 if (r_refdef.vrect.width <= MAX_TIMINGS) in R_TimeGraph()
282 x = r_refdef.vrect.width - (r_refdef.vrect.width-MAX_TIMINGS)/2; in R_TimeGraph()
297 a = MAX_TIMINGS-1; in R_TimeGraph()
301 timex = (timex+1) % MAX_TIMINGS; in R_TimeGraph()
/dports/games/ioquake3/ioquake3-1.36/code/libspeex/
H A Djitter.c78 #define MAX_TIMINGS 20 macro
86 spx_int16_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
87 …spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()
121 if (tb->filled == MAX_TIMINGS) in tb_add()
131 if (tb->filled<MAX_TIMINGS) in tb_add()
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/
H A Djitter.c78 #define MAX_TIMINGS 20 macro
86 spx_int16_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
87 …spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()
121 if (tb->filled == MAX_TIMINGS) in tb_add()
131 if (tb->filled<MAX_TIMINGS) in tb_add()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/speex/
H A Djitter.c78 #define MAX_TIMINGS 40 macro
86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
87 …spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()
121 if (tb->filled == MAX_TIMINGS) in tb_add()
131 if (tb->filled<MAX_TIMINGS) in tb_add()
/dports/games/evq3/evq3/code/libspeex/
H A Djitter.c78 #define MAX_TIMINGS 20 macro
86 spx_int16_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
87 …spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()
121 if (tb->filled == MAX_TIMINGS) in tb_add()
131 if (tb->filled<MAX_TIMINGS) in tb_add()
/dports/net/pjsip/pjproject-2.11.1/third_party/speex/libspeex/
H A Djitter.c76 #define MAX_TIMINGS 40 macro
84 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
85 …spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…
99 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
113 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()
119 if (tb->filled == MAX_TIMINGS) in tb_add()
129 if (tb->filled<MAX_TIMINGS) in tb_add()
/dports/games/openarena/openarena-engine-source-0.8.8/code/libspeex/
H A Djitter.c78 #define MAX_TIMINGS 20 macro
86 spx_int16_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
87 …spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()
121 if (tb->filled == MAX_TIMINGS) in tb_add()
131 if (tb->filled<MAX_TIMINGS) in tb_add()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/libspeex/
H A Djitter.c78 #define MAX_TIMINGS 20 macro
86 spx_int16_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
87 …spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()
121 if (tb->filled == MAX_TIMINGS) in tb_add()
131 if (tb->filled<MAX_TIMINGS) in tb_add()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/speex/
H A Djitter.c78 #define MAX_TIMINGS 40 macro
86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
87 …spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()
121 if (tb->filled == MAX_TIMINGS) in tb_add()
131 if (tb->filled<MAX_TIMINGS) in tb_add()
/dports/audio/speexdsp/speexdsp-1.2.0/libspeexdsp/
H A Djitter.c76 #define MAX_TIMINGS 40 macro
84 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
85 …spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…
99 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
113 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()
119 if (tb->filled == MAX_TIMINGS) in tb_add()
129 if (tb->filled<MAX_TIMINGS) in tb_add()
/dports/benchmarks/imb/IMB_3.0/src/
H A DIMB.c122 double time[MAX_TIMINGS]; in main()
261 for(i=0; i<MAX_TIMINGS; i++) time[i] = 0.; in main()
H A DIMB_declare.h183 #define MAX_TIMINGS 2 macro
H A DIMB_output.c137 double scaled_time[MAX_TIMINGS]; in IMB_output()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dr_misc.c130 #define MAX_TIMINGS 256 macro