Home
last modified time | relevance | path

Searched refs:dot_cnt (Results 1 – 11 of 11) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dsettings.c554 int comma_cnt, dot_cnt;
559 comma_cnt = dot_cnt = 0;
564 dot_cnt++;
568 if ((comma_cnt == 3) == (dot_cnt == 3))
/dports/emulators/citra/citra-ac98458e0/externals/cpp-jwt/include/jwt/impl/
H A Djwt.ipp659 auto dot_cnt = std::count_if(std::begin(enc_str), std::end(enc_str),
661 if (dot_cnt < 2) {
681 if (dot_cnt > 2) {
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cpp-jwt/include/jwt/impl/
H A Djwt.ipp659 auto dot_cnt = std::count_if(std::begin(enc_str), std::end(enc_str),
661 if (dot_cnt < 2) {
681 if (dot_cnt > 2) {
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1232 int dot_cnt[MAX_DOTS]; //Dot time of next tick. member
H A Dopenbor.c12663 …iDot_cnt = self->dot_cnt[iIndex]; //Get next… in common_dot()
12672 self->dot_cnt[iIndex] = 0; in common_dot()
12679 …self->dot_cnt[iIndex] = time + (iDot_rate * GAME_SPEED / 100); //Reset next tick … in common_dot()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1256 int dot_cnt[MAX_DOTS]; //Dot time of next tick.
H A Dopenbor.c12891 …iDot_cnt = self->dot_cnt[iIndex]; //Get next… in common_dot()
12900 self->dot_cnt[iIndex] = 0; in common_dot()
12907 …self->dot_cnt[iIndex] = time + (iDot_rate * GAME_SPEED / 100); //Reset next tick … in common_dot()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1290 int dot_cnt[MAX_DOTS]; //Dot time of next tick. member
H A Dopenbor.c17604 …iDot_cnt = self->dot_cnt[iIndex]; //Get next… in common_dot()
17613 self->dot_cnt[iIndex] = 0; in common_dot()
17620 …self->dot_cnt[iIndex] = time + (iDot_rate * GAME_SPEED / 100); //Reset next tick … in common_dot()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2056 int dot_cnt[MAX_DOTS]; //Dot time of next tick. member
H A Dopenbor.c20510 …iDot_cnt = self->dot_cnt[iIndex]; //Get next… in common_dot()
20519 self->dot_cnt[iIndex] = 0; in common_dot()
20526 …self->dot_cnt[iIndex] = time + (iDot_rate * GAME_SPEED / 100); //Reset next tick … in common_dot()