Home
last modified time | relevance | path

Searched refs:hist_count (Results 1 – 25 of 53) sorted by relevance

123

/dports/games/xboard-devel/xboard-f49e7e1/
H A Devalgraph.c223 hist_count -= hist_count % 8; in DrawHistogramAsDiagram()
224 hist_count += 8; in DrawHistogramAsDiagram()
225 hist_count /= 2; in DrawHistogramAsDiagram()
266 for( i=0; i<hist_count; i++ ) { in DrawHistogramFull()
283 int hist_count; member
295 vd->hist_count = currLast - currFirst; in InitVisualization()
298 if( vd->hist_count > 0 ) { in InitVisualization()
331 for( i=0; i<vd.hist_count; i++ ) { in DrawHistograms()
352 vd.hist_count -= vd.hist_count % 8; in GetMoveIndexFromPoint()
353 vd.hist_count += 8; in GetMoveIndexFromPoint()
[all …]
/dports/games/xboard/xboard-4.9.1/
H A Devalgraph.c224 hist_count -= hist_count % 8; in DrawHistogramAsDiagram()
225 hist_count += 8; in DrawHistogramAsDiagram()
226 hist_count /= 2; in DrawHistogramAsDiagram()
267 for( i=0; i<hist_count; i++ ) { in DrawHistogramFull()
284 int hist_count; member
296 vd->hist_count = currLast - currFirst; in InitVisualization()
299 if( vd->hist_count > 0 ) { in InitVisualization()
332 for( i=0; i<vd.hist_count; i++ ) { in DrawHistograms()
353 vd.hist_count -= vd.hist_count % 8; in GetMoveIndexFromPoint()
354 vd.hist_count += 8; in GetMoveIndexFromPoint()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/sys/
H A Dcon_tty.c187 assert(hist_count <= CON_HISTORY); in Hist_Add()
188 assert(hist_count >= 0); in Hist_Add()
190 assert(hist_current <= hist_count); in Hist_Add()
197 if (hist_count<CON_HISTORY) in Hist_Add()
199 hist_count++; in Hist_Add()
212 assert(hist_count <= CON_HISTORY); in Hist_Prev()
213 assert(hist_count >= 0); in Hist_Prev()
215 assert(hist_current <= hist_count); in Hist_Prev()
217 if (hist_prev >= hist_count) in Hist_Prev()
232 assert(hist_count <= CON_HISTORY); in Hist_Next()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/sys/
H A Dcon_tty.c187 assert(hist_count <= CON_HISTORY); in Hist_Add()
188 assert(hist_count >= 0); in Hist_Add()
190 assert(hist_current <= hist_count); in Hist_Add()
197 if (hist_count<CON_HISTORY) in Hist_Add()
199 hist_count++; in Hist_Add()
212 assert(hist_count <= CON_HISTORY); in Hist_Prev()
213 assert(hist_count >= 0); in Hist_Prev()
215 assert(hist_current <= hist_count); in Hist_Prev()
217 if (hist_prev >= hist_count) in Hist_Prev()
232 assert(hist_count <= CON_HISTORY); in Hist_Next()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/sys/
H A Dcon_tty.c184 assert(hist_count <= CON_HISTORY); in Hist_Add()
185 assert(hist_count >= 0); in Hist_Add()
187 assert(hist_current <= hist_count); in Hist_Add()
194 if (hist_count<CON_HISTORY) in Hist_Add()
196 hist_count++; in Hist_Add()
209 assert(hist_count <= CON_HISTORY); in Hist_Prev()
210 assert(hist_count >= 0); in Hist_Prev()
212 assert(hist_current <= hist_count); in Hist_Prev()
214 if (hist_prev >= hist_count) in Hist_Prev()
229 assert(hist_count <= CON_HISTORY); in Hist_Next()
[all …]
/dports/games/evq3/evq3/code/sys/
H A Dcon_tty.c184 assert(hist_count <= CON_HISTORY); in Hist_Add()
185 assert(hist_count >= 0); in Hist_Add()
187 assert(hist_current <= hist_count); in Hist_Add()
194 if (hist_count<CON_HISTORY) in Hist_Add()
196 hist_count++; in Hist_Add()
209 assert(hist_count <= CON_HISTORY); in Hist_Prev()
210 assert(hist_count >= 0); in Hist_Prev()
212 assert(hist_current <= hist_count); in Hist_Prev()
214 if (hist_prev >= hist_count) in Hist_Prev()
229 assert(hist_count <= CON_HISTORY); in Hist_Next()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/sys/
H A Dcon_tty.c189 assert(hist_count <= CON_HISTORY); in Hist_Add()
190 assert(hist_count >= 0); in Hist_Add()
192 assert(hist_current <= hist_count); in Hist_Add()
199 if (hist_count<CON_HISTORY) in Hist_Add()
201 hist_count++; in Hist_Add()
214 assert(hist_count <= CON_HISTORY); in Hist_Prev()
215 assert(hist_count >= 0); in Hist_Prev()
217 assert(hist_current <= hist_count); in Hist_Prev()
219 if (hist_prev >= hist_count) in Hist_Prev()
234 assert(hist_count <= CON_HISTORY); in Hist_Next()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/sys/
H A Dcon_tty.c189 assert(hist_count <= CON_HISTORY); in Hist_Add()
190 assert(hist_count >= 0); in Hist_Add()
192 assert(hist_current <= hist_count); in Hist_Add()
199 if (hist_count<CON_HISTORY) in Hist_Add()
201 hist_count++; in Hist_Add()
214 assert(hist_count <= CON_HISTORY); in Hist_Prev()
215 assert(hist_count >= 0); in Hist_Prev()
217 assert(hist_current <= hist_count); in Hist_Prev()
219 if (hist_prev >= hist_count) in Hist_Prev()
234 assert(hist_count <= CON_HISTORY); in Hist_Next()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bsgm/
H A Dbsgm_multiscale_disparity_estimator.cxx29 long int hist_count = 0; in bsgm_compute_median_of_image() local
41 hist_count++; in bsgm_compute_median_of_image()
46 if( hist_count == 0 ) return 0; in bsgm_compute_median_of_image()
49 auto med_count = (long int)( hist_count*0.5 ); in bsgm_compute_median_of_image()
50 hist_count = 0; in bsgm_compute_median_of_image()
52 hist_count += hist[s]; in bsgm_compute_median_of_image()
53 if( hist_count > med_count ) in bsgm_compute_median_of_image()
/dports/games/openjk/OpenJK-07675e2/shared/sys/
H A Dcon_tty.cpp207 assert(hist_count <= CON_HISTORY); in Hist_Add()
208 assert(hist_count >= 0); in Hist_Add()
210 assert(hist_current <= hist_count); in Hist_Add()
217 if (hist_count<CON_HISTORY) in Hist_Add()
219 hist_count++; in Hist_Add()
232 assert(hist_count <= CON_HISTORY); in Hist_Prev()
233 assert(hist_count >= 0); in Hist_Prev()
235 assert(hist_current <= hist_count); in Hist_Prev()
237 if (hist_prev >= hist_count) in Hist_Prev()
252 assert(hist_count <= CON_HISTORY); in Hist_Next()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/sys/
H A Dcon_tty.c196 assert(hist_count <= CON_HISTORY); in Hist_Add()
197 assert(hist_count >= 0); in Hist_Add()
199 assert(hist_current <= hist_count); in Hist_Add()
206 if (hist_count<CON_HISTORY) in Hist_Add()
208 hist_count++; in Hist_Add()
221 assert(hist_count <= CON_HISTORY); in Hist_Prev()
222 assert(hist_count >= 0); in Hist_Prev()
224 assert(hist_current <= hist_count); in Hist_Prev()
226 if (hist_prev >= hist_count) in Hist_Prev()
241 assert(hist_count <= CON_HISTORY); in Hist_Next()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/sys/
H A Dcon_tty.c196 assert(hist_count <= CON_HISTORY); in Hist_Add()
197 assert(hist_count >= 0); in Hist_Add()
199 assert(hist_current <= hist_count); in Hist_Add()
206 if (hist_count<CON_HISTORY) in Hist_Add()
208 hist_count++; in Hist_Add()
221 assert(hist_count <= CON_HISTORY); in Hist_Prev()
222 assert(hist_count >= 0); in Hist_Prev()
224 assert(hist_current <= hist_count); in Hist_Prev()
226 if (hist_prev >= hist_count) in Hist_Prev()
241 assert(hist_count <= CON_HISTORY); in Hist_Next()
[all …]
/dports/devel/liboil/liboil-0.3.17/liboil/
H A Dliboilprofile.c87 prof->hist_count[i]++; in oil_profile_stop_handle()
93 prof->hist_count[prof->hist_n] = 1; in oil_profile_stop_handle()
128 s2 += x * x * prof->hist_count[i]; in oil_profile_get_ave_std()
129 s += x * prof->hist_count[i]; in oil_profile_get_ave_std()
130 n += prof->hist_count[i]; in oil_profile_get_ave_std()
131 if (prof->hist_count[i] > 0) { in oil_profile_get_ave_std()
143 prof->hist_count[max_i] = 0; in oil_profile_get_ave_std()
/dports/devel/orc/orc-0.4.31/orc-test/
H A Dorcprofile.c102 prof->hist_count[i]++; in orc_profile_stop_handle()
108 prof->hist_count[prof->hist_n] = 1; in orc_profile_stop_handle()
143 s2 += x * x * prof->hist_count[i]; in orc_profile_get_ave_std()
144 s += x * prof->hist_count[i]; in orc_profile_get_ave_std()
145 n += prof->hist_count[i]; in orc_profile_get_ave_std()
146 if (prof->hist_count[i] > 0) { in orc_profile_get_ave_std()
158 prof->hist_count[max_i] = 0; in orc_profile_get_ave_std()
/dports/devel/liboil/liboil-0.3.17/testsuite/
H A Dtest1.c82 printf(" %lu %d\n",test->prof.hist_time[j],test->prof.hist_count[j]); in main()
120 s2 += x * x * test->prof.hist_count[i]; in hist()
121 s += x * test->prof.hist_count[i]; in hist()
122 n += test->prof.hist_count[i]; in hist()
123 if (test->prof.hist_count[i] > 0) { in hist()
138 test->prof.hist_count[max_i] = 0; in hist()
H A Dstride.c103 printf(" %lu %d\n",test->prof.hist_time[j],test->prof.hist_count[j]); in main()
137 s2 += x * x * test->prof.hist_count[i]; in hist()
138 s += x * test->prof.hist_count[i]; in hist()
139 n += test->prof.hist_count[i]; in hist()
140 if (test->prof.hist_count[i] > 0) { in hist()
155 test->prof.hist_count[max_i] = 0; in hist()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dcubestorm.c63 int hist_size, hist_count; member
256 bp->hist_count = 0; in init_cube()
333 if (bp->hist_count > max_length && in push_hist()
334 bp->hist_count > MI_COUNT(mi) && in push_hist()
341 bp->hist_count -= MI_COUNT(mi); in push_hist()
344 if (bp->hist_count + MI_COUNT(mi) >= bp->hist_size) in push_hist()
346 bp->hist_size = bp->hist_count + MI_COUNT(mi) + 100; in push_hist()
356 histcube *hc = &bp->hist[bp->hist_count]; in push_hist()
376 bp->hist_count++; in push_hist()
404 bp->hist_count = 0; in draw_cube()
[all …]
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Doct-hist.cc179 int hist_count = hlist.numel () - 1; // switch to zero-based indexing in mk_tmp_hist_file() local
187 command_history::remove (hist_count); in mk_tmp_hist_file()
189 hist_count--; // skip last entry in history list in mk_tmp_hist_file()
194 int hist_beg = hist_count; in mk_tmp_hist_file()
195 int hist_end = hist_count; in mk_tmp_hist_file()
210 hist_beg += (hist_count + 1); in mk_tmp_hist_file()
214 hist_end += (hist_count + 1); in mk_tmp_hist_file()
224 hist_beg += (hist_count + 1); in mk_tmp_hist_file()
231 if (hist_beg > hist_count || hist_end > hist_count) in mk_tmp_hist_file()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/unix/
H A Dunix_main.c261 assert(hist_count <= TTY_HISTORY); in Hist_Add()
262 assert(hist_count >= 0); in Hist_Add()
264 assert(hist_current <= hist_count); in Hist_Add()
271 if (hist_count<TTY_HISTORY) in Hist_Add()
273 hist_count++; in Hist_Add()
281 assert(hist_count <= TTY_HISTORY); in Hist_Prev()
282 assert(hist_count >= 0); in Hist_Prev()
284 assert(hist_current <= hist_count); in Hist_Prev()
286 if (hist_prev >= hist_count) in Hist_Prev()
296 assert(hist_count <= TTY_HISTORY); in Hist_Next()
[all …]
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dhistory.c70 static int hist_count = 0; variable
355 add_to_history_list(hist_count, line);
356 add_to_history_file(hist_count, line);
358 hist_count++;
479 if ((max = atoi(value)) > hist_count)
482 max = hist_count - max + 1;
/dports/irc/ircII/ircii-20210314/source/
H A Dhistory.c71 static int hist_count = 0; variable
320 add_to_history_list(hist_count, line); in add_to_history()
321 add_to_history_file(hist_count, line); in add_to_history()
323 hist_count++; in add_to_history()
434 if ((max = my_atoi(value)) > hist_count) in history()
437 max = hist_count - max + 1; in history()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dhistory.c72 static int hist_count = 0; variable
339 add_to_history_list(hist_count, line);
340 add_to_history_file(hist_count, line);
342 hist_count++;
460 if ((max = my_atoi(value)) > hist_count)
463 max = hist_count - max + 1;
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dhistory.c47 static int hist_count = 0; variable
199 add_to_history_list(hist_count, line); in add_to_history()
201 hist_count++; in add_to_history()
290 hist_size = hist_count = 0; in BUILT_IN_COMMAND()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dhistory.c47 static int hist_count = 0; variable
199 add_to_history_list(hist_count, line); in add_to_history()
201 hist_count++; in add_to_history()
290 hist_size = hist_count = 0; in BUILT_IN_COMMAND()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_histograms.cpp71 int hist_count; member in opencv_test::__anon9dbb970b0111::CV_BaseHistTest
95 hist_count = 1; in CV_BaseHistTest()
334 hist_count = 1; in CV_QueryHistTest()
583 hist_count = 1; in CV_MinMaxHistTest()
692 hist_count = 1; in CV_NormHistTest()
799 hist_count = 1; in CV_ThreshHistTest()
950 hist_count = 2; in CV_CompareHistTest()
1124 hist_count = 2; in CV_CalcHistTest()
1394 hist_count = 1; in CV_CalcBackProjectTest()
1663 hist_count = 1; in CV_CalcBackProjectPatchTest()
[all …]

123