Home
last modified time | relevance | path

Searched refs:upper_total (Results 1 – 6 of 6) sorted by relevance

/dports/games/tali/tali-40.4/src/
H A Dyahtzee.h92 extern int upper_total (int num);
H A Dyahtzee.c268 upper_total (int num) in upper_total() function
302 upper_tot = upper_total (num); in total_score()
H A Dgyahtzee.c413 upper_tot = upper_total (num); in ShowPlayer()
/dports/games/yahtzee/yahtzee/
H A Dcomputer.c173 if (upper_total(player) >= 63) in build_table()
179 else if (upper_total(player) + count(i+1) * (i+1) >= 63) in build_table()
H A Dmain.c313 upper_total(int num) in upper_total() function
351 upper_tot = upper_total(num); in total_score()
389 upper_tot = upper_total(num); in show_player()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dcontours.cpp1420 int upper_total; in icvFindContoursInInterval() local
1506 upper_total = runs->total - 1; in icvFindContoursInInterval()
1544 for( k = 0, n = 0; k < upper_total/2 && n < lower_total/2; ) in icvFindContoursInInterval()
1655 for( ; k < upper_total/2; k++ ) in icvFindContoursInInterval()
1668 upper_total = lower_total; in icvFindContoursInInterval()
1674 for( k = 0; k < upper_total/2; k++ ) in icvFindContoursInInterval()