Home
last modified time | relevance | path

Searched defs:high_score (Results 1 – 25 of 55) sorted by relevance

123

/dports/games/angband/Angband-4.2.2/src/
H A Dscore.h38 struct high_score { struct
57 size_t highscore_read(struct high_score scores[], size_t sz); argument
/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dhighscore.c47 static struct high_score { struct
49 long uid;
51 char name[20];
52 long score;
53 long level;
/dports/games/xgalaga-sdl/xgalaga-sdl-2.1.1.0-sdl/src/
H A Dhighscore.c46 static struct high_score { struct
47 char name[20];
48 Uint32 score;
49 Uint32 level;
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dfiles.c1129 typedef struct high_score high_score; typedef
1130 struct high_score struct
1132 char what[8]; /* Version info (string) */
1134 char pts[11]; /* Total Score (number) */
1136 char gold[11]; /* Total Gold (number) */
1160 typedef struct high_score_old high_score_old; argument
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dfiles.c2462 typedef struct high_score high_score; typedef
2464 struct high_score struct
2468 char pts[10]; /* Total Score (number) */
2470 char gold[10]; /* Total Gold (number) */
2474 char day[10]; /* Time stamp (string) */
2476 char who[16]; /* Player Name (string) */
2478 char uid[8]; /* Player UID (number) */
2480 char sex[2]; /* Player Sex (string) */
2481 char p_r[3]; /* Player Race (number) */
2482 char p_c[3]; /* Player Class (number) */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/renderer/net/
H A Dnet_error_helper.cc295 void NetErrorHelper::InitializeErrorPageEasterEggHighScore(int high_score) { in InitializeErrorPageEasterEggHighScore()
311 [](NetErrorHelper* helper, uint32_t high_score) { in RequestEasterEggHighScore()
317 void NetErrorHelper::UpdateEasterEggHighScore(int high_score) { in UpdateEasterEggHighScore()
H A Dnet_error_page_controller.cc60 bool NetErrorPageController::UpdateEasterEggHighScore(int high_score) { in UpdateEasterEggHighScore()
H A Dnet_error_helper_core.cc188 void NetErrorHelperCore::OnEasterEggHighScoreReceived(int high_score) { in OnEasterEggHighScoreReceived()
/dports/games/euchre/euchre-0.8/src/lib/
H A DRound.cpp52 int high_score = -1; in getWinner() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/net/
H A Dnet_error_helper.cc398 void NetErrorHelper::InitializeErrorPageEasterEggHighScore(int high_score) { in InitializeErrorPageEasterEggHighScore()
414 [](NetErrorHelper* helper, uint32_t high_score) { in RequestEasterEggHighScore()
420 void NetErrorHelper::UpdateEasterEggHighScore(int high_score) { in UpdateEasterEggHighScore()
H A Dnet_error_page_controller.cc60 bool NetErrorPageController::UpdateEasterEggHighScore(int high_score) { in UpdateEasterEggHighScore()
/dports/games/alienarena/alienarena-7.66/source/game/
H A Dp_hud.c247 int high_score, low_score; in BeginIntermission() local
839 int high_score = 0; in G_SetScoreStats() local
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dp_hud.c247 int high_score, low_score; in BeginIntermission() local
839 int high_score = 0; in G_SetScoreStats() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/
H A Dmedia_engagement_score.h53 bool high_score() const { return is_high_; } in high_score() function
/dports/mail/filtermail/filtermail-0.8.6/src/
H A Dpreferences.hh52 int high_score; member in Preferences
/dports/graphics/libcaca/libcaca-0.99.beta19/examples/
H A Dconio-snake.cpp37 int score, snake_length, speed, obstacles, level, firstpress, high_score=0; variable
/dports/www/squid/squid-4.15/src/
H A Dpeer_sourcehash.cc153 double high_score = 0; in peerSourceHashSelectParent() local
H A Dpeer_userhash.cc158 double high_score = 0; in peerUserHashSelectParent() local
H A Dcarp.cc153 double high_score = 0; in carpSelectParent() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/net/
H A Dnet_error_tab_helper.cc263 void NetErrorTabHelper::UpdateHighScore(uint32_t high_score) { in UpdateHighScore()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/net/
H A Dnet_error_tab_helper.cc297 void NetErrorTabHelper::UpdateHighScore(uint32_t high_score) { in UpdateHighScore()
/dports/games/zangband/zangband/src/
H A Dtypes.h1806 typedef struct high_score high_score; typedef
1808 struct high_score struct
1810 char what[8]; /* Version info (string) */
1812 char pts[10]; /* Total Score (number) */
1814 char gold[10]; /* Total Gold (number) */
1818 char day[10]; /* Time stamp (string) */
1820 char who[16]; /* Player Name (string) */
1822 char uid[8]; /* Player UID (number) */
1824 char sex[2]; /* Player Sex (string) */
1825 char p_r[3]; /* Player Race (number) */
[all …]
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dtecnoballz.cc357 tecnoballz::high_score = NULL; member in tecnoballz
/dports/games/tecnoballz/tecnoballz-0.93.1/include/
H A Dtecnoballz.h187 static handler_high_score *high_score; variable
/dports/biology/diamond/diamond-2.0.13/src/stats/
H A Dscore_matrix.cpp77 int8_t ScoreMatrix::high_score() const in high_score() function in ScoreMatrix

123