Home
last modified time | relevance | path

Searched refs:scoreIndex (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A DTPinballTable.cpp71 for (int scoreIndex = 1; scoreIndex < 4; scoreIndex++) in TPinballTable() local
73 PlayerScores[scoreIndex].ScoreStruct = score::dup(CurScoreStruct, scoreIndex); in TPinballTable()
437 for (auto scoreIndex = 4 - PlayerCount; scoreIndex > 0; scoreIndex--) in Message() local
439 score::set(PlayerScores[scoreIndex].ScoreStruct, -1); in Message()
H A Dpb.cpp519 int scoreIndex[4]{}; in end_game() local
529 scoreIndex[index] = index; in end_game()
543 int index = scoreIndex[j]; in end_game()
544 scoreIndex[j] = scoreIndex[i]; in end_game()
545 scoreIndex[i] = index; in end_game()
557 strncpy(String1, pinball::get_rc_string(scoreIndex[i] + 26, 0), sizeof String1 - 1); in end_game()
H A Dscore.h30 static scoreStruct* dup(scoreStruct* score, int scoreIndex);
H A Dscore.cpp50 scoreStruct* score::dup(scoreStruct* score, int scoreIndex) in dup() argument
/dports/games/scummvm/scummvm-2.5.1/engines/hopkins/
H A Dcomputer.cpp610 for (int scoreIndex = 0; scoreIndex < 6; ++scoreIndex) { in loadHiscore() local
611 _score[scoreIndex]._name = " "; in loadHiscore()
612 _score[scoreIndex]._score = " "; in loadHiscore()
615 char nextChar = ptr[(16 * scoreIndex) + i]; in loadHiscore()
618 _score[scoreIndex]._name.setChar(nextChar, i); in loadHiscore()
622 char nextChar = ptr[(scoreIndex * 16) + 6 + i]; in loadHiscore()
625 _score[scoreIndex]._score.setChar(nextChar, i); in loadHiscore()
848 for (int scoreIndex = 0; scoreIndex <= 5; scoreIndex++) { in displayHiscores() local
849 yp = 19 * scoreIndex; in displayHiscores()
854 displayHiscoreLine(ptr, 9 * i + 69, yp, _score[scoreIndex]._name[i]); in displayHiscores()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hopkins/
H A Dcomputer.cpp604 for (int scoreIndex = 0; scoreIndex < 6; ++scoreIndex) { in loadHiscore() local
605 _score[scoreIndex]._name = " "; in loadHiscore()
606 _score[scoreIndex]._score = " "; in loadHiscore()
609 char nextChar = ptr[(16 * scoreIndex) + i]; in loadHiscore()
612 _score[scoreIndex]._name.setChar(nextChar, i); in loadHiscore()
616 char nextChar = ptr[(scoreIndex * 16) + 6 + i]; in loadHiscore()
619 _score[scoreIndex]._score.setChar(nextChar, i); in loadHiscore()
840 for (int scoreIndex = 0; scoreIndex <= 5; scoreIndex++) { in displayHiscores() local
841 yp = 19 * scoreIndex; in displayHiscores()
846 displayHiscoreLine(ptr, 9 * i + 69, yp, _score[scoreIndex]._name[i]); in displayHiscores()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DDataStorage.cpp361 int32_t scoreIndex; in ParseLine() local
362 scoreIndex = aLine.FindChar('\t', 0) + 1; in ParseLine()
363 if (scoreIndex <= 0) { in ParseLine()
366 int32_t accessedIndex = aLine.FindChar('\t', scoreIndex) + 1; in ParseLine()
376 nsDependentCSubstring keyPart(aLine, 0, scoreIndex - 1); in ParseLine()
377 nsDependentCSubstring scorePart(aLine, scoreIndex, in ParseLine()
378 accessedIndex - scoreIndex - 1); in ParseLine()
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DDataStorage.cpp361 int32_t scoreIndex; in ParseLine() local
362 scoreIndex = aLine.FindChar('\t', 0) + 1; in ParseLine()
363 if (scoreIndex <= 0) { in ParseLine()
366 int32_t accessedIndex = aLine.FindChar('\t', scoreIndex) + 1; in ParseLine()
376 nsDependentCSubstring keyPart(aLine, 0, scoreIndex - 1); in ParseLine()
377 nsDependentCSubstring scorePart(aLine, scoreIndex, in ParseLine()
378 accessedIndex - scoreIndex - 1); in ParseLine()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DDataStorage.cpp361 int32_t scoreIndex; in ParseLine() local
362 scoreIndex = aLine.FindChar('\t', 0) + 1; in ParseLine()
363 if (scoreIndex <= 0) { in ParseLine()
366 int32_t accessedIndex = aLine.FindChar('\t', scoreIndex) + 1; in ParseLine()
376 nsDependentCSubstring keyPart(aLine, 0, scoreIndex - 1); in ParseLine()
377 nsDependentCSubstring scorePart(aLine, scoreIndex, in ParseLine()
378 accessedIndex - scoreIndex - 1); in ParseLine()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DDataStorage.cpp333 int32_t scoreIndex; in ParseLine() local
334 scoreIndex = aLine.FindChar('\t', 0) + 1; in ParseLine()
335 if (scoreIndex <= 0) { in ParseLine()
338 int32_t accessedIndex = aLine.FindChar('\t', scoreIndex) + 1; in ParseLine()
348 nsDependentCSubstring keyPart(aLine, 0, scoreIndex - 1); in ParseLine()
349 nsDependentCSubstring scorePart(aLine, scoreIndex, in ParseLine()
350 accessedIndex - scoreIndex - 1); in ParseLine()
/dports/audio/py-music21/music21-7.1.0/music21/search/
H A Dsegment.py336 scoreIndex = 0
345 for thatScoreNumber in range(scoreIndex, totalScores):
386 scoreIndex += 1
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DDataStorage.cpp465 int32_t scoreIndex; in ParseLine() local
466 scoreIndex = aLine.FindChar('\t', 0) + 1; in ParseLine()
467 if (scoreIndex <= 0) { in ParseLine()
470 int32_t accessedIndex = aLine.FindChar('\t', scoreIndex) + 1; in ParseLine()
480 nsDependentCSubstring keyPart(aLine, 0, scoreIndex - 1); in ParseLine()
481 nsDependentCSubstring scorePart(aLine, scoreIndex, in ParseLine()
482 accessedIndex - scoreIndex - 1); in ParseLine()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/mods/
H A Dmaxtrax.cpp120 _playerCtx.scoreIndex = -1; in MaxTrax()
163 if (_playerCtx.scoreIndex >= 0) { in interrupt()
205 curEvent = _scores[_playerCtx.scoreIndex].events; in interrupt()
209 _playerCtx.scoreIndex = -1; in interrupt()
531 _playerCtx.scoreIndex = -1; in stopMusic()
542 _playerCtx.scoreIndex = -1; in playSong()
551 _playerCtx.scoreIndex = songIndex; in playSong()
563 if (_playerCtx.scoreIndex >= 0) { in advanceSong()
H A Dmaxtrax.h99 int scoreIndex; member
/dports/games/scummvm/scummvm-2.5.1/audio/mods/
H A Dmaxtrax.cpp120 _playerCtx.scoreIndex = -1; in MaxTrax()
163 if (_playerCtx.scoreIndex >= 0) { in interrupt()
205 curEvent = _scores[_playerCtx.scoreIndex].events; in interrupt()
209 _playerCtx.scoreIndex = -1; in interrupt()
538 _playerCtx.scoreIndex = -1; in stopMusic()
549 _playerCtx.scoreIndex = -1; in playSong()
558 _playerCtx.scoreIndex = songIndex; in playSong()
570 if (_playerCtx.scoreIndex >= 0) { in advanceSong()
H A Dmaxtrax.h99 int scoreIndex; member
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DDataStorage.cpp639 int32_t scoreIndex; in ParseLine() local
640 scoreIndex = aLine.FindChar('\t', 0) + 1; in ParseLine()
641 if (scoreIndex <= 0) { in ParseLine()
644 int32_t accessedIndex = aLine.FindChar('\t', scoreIndex) + 1; in ParseLine()
654 nsDependentCSubstring keyPart(aLine, 0, scoreIndex - 1); in ParseLine()
655 nsDependentCSubstring scorePart(aLine, scoreIndex, in ParseLine()
656 accessedIndex - scoreIndex - 1); in ParseLine()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/tattoo/
H A Dtattoo_darts.h149 void doCricketScoreHits(int player, int scoreIndex, int numHits);
H A Dtattoo_darts.cpp997 void Darts::doCricketScoreHits(int player, int scoreIndex, int numHits) { in doCricketScoreHits() argument
999 if (_cricketScore[player][scoreIndex] < 3) in doCricketScoreHits()
1000 _cricketScore[player][scoreIndex]++; in doCricketScoreHits()
1001 else if (_cricketScore[player ^ 1][scoreIndex] < 3) { in doCricketScoreHits()
1003 _score1 += CRICKET_VALUE[scoreIndex]; in doCricketScoreHits()
1005 _score2 += CRICKET_VALUE[scoreIndex]; in doCricketScoreHits()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/tattoo/
H A Dtattoo_darts.h149 void doCricketScoreHits(int player, int scoreIndex, int numHits);
H A Dtattoo_darts.cpp997 void Darts::doCricketScoreHits(int player, int scoreIndex, int numHits) { in doCricketScoreHits() argument
999 if (_cricketScore[player][scoreIndex] < 3) in doCricketScoreHits()
1000 _cricketScore[player][scoreIndex]++; in doCricketScoreHits()
1001 else if (_cricketScore[player ^ 1][scoreIndex] < 3) { in doCricketScoreHits()
1003 _score1 += CRICKET_VALUE[scoreIndex]; in doCricketScoreHits()
1005 _score2 += CRICKET_VALUE[scoreIndex]; in doCricketScoreHits()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/cgame/
H A Dcg_main.c1426 static clientInfo_t * CG_InfoFromScoreIndex( int index, int team, int *scoreIndex ) in CG_InfoFromScoreIndex() argument
1437 *scoreIndex = i; in CG_InfoFromScoreIndex()
1444 *scoreIndex = index; in CG_InfoFromScoreIndex()
1450 int scoreIndex = 0; in CG_FeederItemText() local
1463 info = CG_InfoFromScoreIndex( index, team, &scoreIndex ); in CG_FeederItemText()
1464 sp = &cg.scores[ scoreIndex ]; in CG_FeederItemText()
/dports/games/ioquake3/ioquake3-1.36/code/cgame/
H A Dcg_main.c1566 static clientInfo_t * CG_InfoFromScoreIndex(int index, int team, int *scoreIndex) { argument
1573 *scoreIndex = i;
1580 *scoreIndex = index;
1586 int scoreIndex = 0; local
1599 info = CG_InfoFromScoreIndex(index, team, &scoreIndex);
1600 sp = &cg.scores[scoreIndex];
/dports/games/ioquake3-server/ioquake3-1.36/code/cgame/
H A Dcg_main.c1566 static clientInfo_t * CG_InfoFromScoreIndex(int index, int team, int *scoreIndex) { argument
1573 *scoreIndex = i;
1580 *scoreIndex = index;
1586 int scoreIndex = 0; local
1599 info = CG_InfoFromScoreIndex(index, team, &scoreIndex);
1600 sp = &cg.scores[scoreIndex];
/dports/games/evq3/evq3/code/cgame/
H A Dcg_main.c1566 static clientInfo_t * CG_InfoFromScoreIndex(int index, int team, int *scoreIndex) { argument
1573 *scoreIndex = i;
1580 *scoreIndex = index;
1586 int scoreIndex = 0; local
1599 info = CG_InfoFromScoreIndex(index, team, &scoreIndex);
1600 sp = &cg.scores[scoreIndex];

12