/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/linux/ |
H A D | sndout_oss.c | 129 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 D | rpl_multi_source_slave_skip_counter.test | 55 --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 D | rpl_multi_source_slave_skip_counter.test | 55 --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 D | rpl_multi_source_slave_skip_counter.test | 56 --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 D | rpl_multi_source_slave_skip_counter.test | 55 --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 D | rpl_multi_source_slave_skip_counter.test | 55 --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 D | rpl_multi_source_slave_skip_counter.test | 55 --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 D | rpl_multi_source_slave_skip_counter.test | 55 --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 D | io_import_morse_text.py | 125 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 D | Effects.LevelsDialog.cs | 336 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 D | Building.cpp | 673 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 D | tpool_generic.cc | 612 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 D | tpool_generic.cc | 612 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 D | screen.c | 55 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 D | VIC.h | 110 int skip_counter; // Counter for frame-skipping variable
|
H A D | VIC_SC.cpp | 182 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 D | VIC.cpp | 228 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 D | skip_counter.test | 121 # If the skip_counter worked as expected, we should
|
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/multi_source/ |
H A D | skip_counter.test | 121 # If the skip_counter worked as expected, we should
|
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/multi_source/ |
H A D | skip_counter.test | 121 # If the skip_counter worked as expected, we should
|
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/multi_source/ |
H A D | skip_counter.test | 121 # If the skip_counter worked as expected, we should
|
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/multi_source/ |
H A D | skip_counter.test | 121 # If the skip_counter worked as expected, we should
|
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/multi_source/ |
H A D | skip_counter.test | 121 # If the skip_counter worked as expected, we should
|
/dports/cad/yosys/yosys-yosys-0.12/backends/smt2/ |
H A D | smtbmc.py | 1303 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 D | innotop | 1689 …skip_counter => { hdr => 'Skip Counter', num => 1, label => 'Skip counter' },
|