Home
last modified time | relevance | path

Searched refs:skip_counter (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/linux/
H A Dsndout_oss.c129 static int lag_counter, skip_counter; in sndout_oss_write_nb() local
136 skip_counter = FRAG_COUNT; in sndout_oss_write_nb()
139 if (skip_counter > 0) { in sndout_oss_write_nb()
140 skip_counter--; in sndout_oss_write_nb()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/rpl/t/
H A Drpl_multi_source_slave_skip_counter.test55 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
57 --echo $skip_counter
58 --let $assert_cond= $skip_counter=0
79 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
81 --echo $skip_counter
82 --let $assert_cond= $skip_counter= 1
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/rpl/t/
H A Drpl_multi_source_slave_skip_counter.test55 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
57 --echo $skip_counter
58 --let $assert_cond= $skip_counter=0
79 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
81 --echo $skip_counter
82 --let $assert_cond= $skip_counter= 1
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl_nogtid/t/
H A Drpl_multi_source_slave_skip_counter.test56 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
58 --echo $skip_counter
59 --let $assert_cond= $skip_counter=0
80 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
82 --echo $skip_counter
83 --let $assert_cond= $skip_counter= 1
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/rpl/t/
H A Drpl_multi_source_slave_skip_counter.test55 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
57 --echo $skip_counter
58 --let $assert_cond= $skip_counter=0
79 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
81 --echo $skip_counter
82 --let $assert_cond= $skip_counter= 1
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/rpl/t/
H A Drpl_multi_source_slave_skip_counter.test55 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
57 --echo $skip_counter
58 --let $assert_cond= $skip_counter=0
79 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
81 --echo $skip_counter
82 --let $assert_cond= $skip_counter= 1
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/rpl/t/
H A Drpl_multi_source_slave_skip_counter.test55 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
57 --echo $skip_counter
58 --let $assert_cond= $skip_counter=0
79 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
81 --echo $skip_counter
82 --let $assert_cond= $skip_counter= 1
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/rpl/t/
H A Drpl_multi_source_slave_skip_counter.test55 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
57 --echo $skip_counter
58 --let $assert_cond= $skip_counter=0
79 --let $skip_counter= query_get_value(SHOW SLAVE STATUS FOR CHANNEL 'channel_1', Skip_Counter, 1)
81 --echo $skip_counter
82 --let $assert_cond= $skip_counter= 1
/dports/misc/morse/morse-1.4-154-g53f9eaa8/addons/
H A Dio_import_morse_text.py125 skip_counter = 0
132 if skip_counter == 0:
147 skip_counter = (skip_counter + 1) % self.skip_frames
/dports/graphics/pinta/pinta-1.7.1/Pinta.Effects/Dialogs/
H A DEffects.LevelsDialog.cs336 private int skip_counter = max_skip; field in Pinta.Effects.LevelsDialog
346 if(skip_counter == max_skip || !button_down) { in UpdateLevels()
363 skip_counter = 0; in UpdateLevels()
365 skip_counter++; in UpdateLevels()
382 if (skip_counter != 0) in HandleGradientButtonReleaseEvent()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/PixelCity/
H A DBuilding.cpp673 int skip_counter; in CreateModern() local
701 skip_counter = 0; in CreateModern()
703 if (skip_counter >= skip_interval && (angle + skip_delta < 360)) { in CreateModern()
705 skip_counter = 0; in CreateModern()
709 if (angle > 0 && skip_counter == 0) { in CreateModern()
721 } else if (skip_counter != 1) in CreateModern()
737 skip_counter++; in CreateModern()
/dports/databases/mariadb105-client/mariadb-10.5.15/tpool/
H A Dtpool_generic.cc612 static int skip_counter; in maintenance() local
615 if (skip_counter == MAX_SKIPS) in maintenance()
621 skip_counter++; in maintenance()
625 skip_counter = 0; in maintenance()
/dports/databases/mariadb105-server/mariadb-10.5.15/tpool/
H A Dtpool_generic.cc612 static int skip_counter; in maintenance() local
615 if (skip_counter == MAX_SKIPS) in maintenance()
621 skip_counter++; in maintenance()
625 skip_counter = 0; in maintenance()
/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dscreen.c55 static int skip_counter = 0; /* Ϣ³�������åפ����� */ variable
1825 skip_counter = 0; in frameskip_check()
1836 skip_counter++; /* â���������åפ������ʤ� */ in frameskip_check()
1837 if (skip_counter >= skip_count_max) { in frameskip_check()
/dports/emulators/frodo/Frodo-4.1b/Src/
H A DVIC.h110 int skip_counter; // Counter for frame-skipping variable
H A DVIC_SC.cpp182 static int skip_counter; // Counter for frame-skipping variable
283 skip_counter = 1; in MOS6569()
1547 if (!(frame_skipped = --skip_counter)) in EmulateCycle()
1548 skip_counter = ThePrefs.SkipFrames; in EmulateCycle()
H A DVIC.cpp228 static int skip_counter; // Counter for frame-skipping variable
328 skip_counter = 1; in MOS6569()
872 if (!(frame_skipped = --skip_counter)) in vblank()
873 skip_counter = ThePrefs.SkipFrames; in vblank()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/multi_source/
H A Dskip_counter.test121 # If the skip_counter worked as expected, we should
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/multi_source/
H A Dskip_counter.test121 # If the skip_counter worked as expected, we should
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/multi_source/
H A Dskip_counter.test121 # If the skip_counter worked as expected, we should
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/multi_source/
H A Dskip_counter.test121 # If the skip_counter worked as expected, we should
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/multi_source/
H A Dskip_counter.test121 # If the skip_counter worked as expected, we should
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/multi_source/
H A Dskip_counter.test121 # If the skip_counter worked as expected, we should
/dports/cad/yosys/yosys-yosys-0.12/backends/smt2/
H A Dsmtbmc.py1303 skip_counter = step_size variable
1327 skip_counter += 1
1328 if skip_counter < step_size:
1332 skip_counter = 0 variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/packaging/deb-in/extra/innotop/
H A Dinnotop1689skip_counter => { hdr => 'Skip Counter', num => 1, label => 'Skip counter' },

12