Home
last modified time | relevance | path

Searched refs:command_count (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/emulators/emu64/emu64-5.0.19/src/
H A Dcommand_line_class.cpp24 command_count = 0; in CommandLineClass()
90 command_count = -1; in CommandLineClass()
94 if(command_count == -1) in CommandLineClass()
109 return command_count; in GetCommandCount()
114 if(number < command_count) in GetCommand()
136 if(number < command_count) in CheckArg()
148 if(number < command_count) in GetArg()
161 if(number < command_count) in GetArgInt()
304 if(command_count >= 0 && command_count < MAX_COMMAND_NUM) in AddCommand()
308 command_count++; in AddCommand()
[all …]
/dports/x11/xdotool/xdotool-3.20210804.2/
H A Dcmd_exec.c10 int command_count = 0; in cmd_exec() local
92 command_count++; /* Consume the terminator, too */ in cmd_exec()
97 command_count = i + 1; /* i starts at 0 */ in cmd_exec()
118 consume_args(context, command_count); in cmd_exec()
123 for (i=0; i < command_count; i++) { in cmd_exec()
/dports/games/moria/umoria/source/
H A Ddungeon.c95 command_count = 0; in dungeon()
1019 command_count = 0; in dungeon()
1021 command_count--; in dungeon()
1251 command_count = i;
1286 i = command_count;
1289 command_count = 0;
1435 command_count--;
1675 i = command_count;
1676 command_count = 0;
1690 command_count = 0;
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Df_zmq.c40 int command_count; member
76 zmq->command_count = -1; in init()
165 zmq->command_count++; in filter_frame()
169 av_log(ctx, AV_LOG_ERROR, "Could not parse command #%d\n", zmq->command_count); in filter_frame()
176 zmq->command_count, cmd.target, cmd.command, cmd.arg); in filter_frame()
189 zmq->command_count, send_buf); in filter_frame()
192 zmq->command_count, zmq_strerror(ret)); in filter_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Df_zmq.c41 int command_count; member
77 zmq->command_count = -1; in init()
166 zmq->command_count++; in filter_frame()
170 av_log(ctx, AV_LOG_ERROR, "Could not parse command #%d\n", zmq->command_count); in filter_frame()
177 zmq->command_count, cmd.target, cmd.command, cmd.arg); in filter_frame()
190 zmq->command_count, send_buf); in filter_frame()
193 zmq->command_count, zmq_strerror(ret)); in filter_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Df_zmq.c40 int command_count; member
76 zmq->command_count = -1; in init()
165 zmq->command_count++; in filter_frame()
169 av_log(ctx, AV_LOG_ERROR, "Could not parse command #%d\n", zmq->command_count); in filter_frame()
176 zmq->command_count, cmd.target, cmd.command, cmd.arg); in filter_frame()
189 zmq->command_count, send_buf); in filter_frame()
192 zmq->command_count, zmq_strerror(ret)); in filter_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Df_zmq.c40 int command_count; member
76 zmq->command_count = -1; in init()
165 zmq->command_count++; in filter_frame()
169 av_log(ctx, AV_LOG_ERROR, "Could not parse command #%d\n", zmq->command_count); in filter_frame()
176 zmq->command_count, cmd.target, cmd.command, cmd.arg); in filter_frame()
189 zmq->command_count, send_buf); in filter_frame()
192 zmq->command_count, zmq_strerror(ret)); in filter_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Df_zmq.c40 int command_count; member
76 zmq->command_count = -1; in init()
165 zmq->command_count++; in filter_frame()
169 av_log(ctx, AV_LOG_ERROR, "Could not parse command #%d\n", zmq->command_count); in filter_frame()
176 zmq->command_count, cmd.target, cmd.command, cmd.arg); in filter_frame()
189 zmq->command_count, send_buf); in filter_frame()
192 zmq->command_count, zmq_strerror(ret)); in filter_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Df_zmq.c41 int command_count; member
77 zmq->command_count = -1; in init()
166 zmq->command_count++; in filter_frame()
170 av_log(ctx, AV_LOG_ERROR, "Could not parse command #%d\n", zmq->command_count); in filter_frame()
177 zmq->command_count, cmd.target, cmd.command, cmd.arg); in filter_frame()
190 zmq->command_count, send_buf); in filter_frame()
193 zmq->command_count, zmq_strerror(ret)); in filter_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Df_zmq.c40 int command_count; member
76 zmq->command_count = -1; in init()
165 zmq->command_count++; in filter_frame()
169 av_log(ctx, AV_LOG_ERROR, "Could not parse command #%d\n", zmq->command_count); in filter_frame()
176 zmq->command_count, cmd.target, cmd.command, cmd.arg); in filter_frame()
189 zmq->command_count, send_buf); in filter_frame()
192 zmq->command_count, zmq_strerror(ret)); in filter_frame()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/ibmasm/
H A Dcommand.c18 static atomic_t command_count = ATOMIC_INIT(0); variable
46 atomic_inc(&command_count); in ibmasm_new_command()
47 dbg("command count: %d\n", atomic_read(&command_count)); in ibmasm_new_command()
57 atomic_dec(&command_count); in ibmasm_free_command()
58 dbg("command count: %d\n", atomic_read(&command_count)); in ibmasm_free_command()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/ibmasm/
H A Dcommand.c18 static atomic_t command_count = ATOMIC_INIT(0); variable
46 atomic_inc(&command_count); in ibmasm_new_command()
47 dbg("command count: %d\n", atomic_read(&command_count)); in ibmasm_new_command()
57 atomic_dec(&command_count); in ibmasm_free_command()
58 dbg("command count: %d\n", atomic_read(&command_count)); in ibmasm_free_command()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/misc/ibmasm/
H A Dcommand.c18 static atomic_t command_count = ATOMIC_INIT(0); variable
46 atomic_inc(&command_count); in ibmasm_new_command()
47 dbg("command count: %d\n", atomic_read(&command_count)); in ibmasm_new_command()
57 atomic_dec(&command_count); in ibmasm_free_command()
58 dbg("command count: %d\n", atomic_read(&command_count)); in ibmasm_free_command()
/dports/emulators/citra/citra-ac98458e0/src/citra_qt/debugger/graphics/
H A Dgraphics.cpp12 : QAbstractListModel(parent), command_count(0) { in GPUCommandStreamItemModel()
18 return command_count; in rowCount()
61 int prev_command_count = command_count; in OnGXCommandFinishedInternal()
62 command_count = total_command_count; in OnGXCommandFinishedInternal()
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra_qt/debugger/graphics/
H A Dgraphics.cpp12 : QAbstractListModel(parent), command_count(0) { in GPUCommandStreamItemModel()
18 return command_count; in rowCount()
61 int prev_command_count = command_count; in OnGXCommandFinishedInternal()
62 command_count = total_command_count; in OnGXCommandFinishedInternal()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Abstractions/
H A Dcommand.hpp17 extern int command_count;
20 inline command_rep () { TM_DEBUG(command_count++); } in command_rep()
21 inline virtual ~command_rep () { TM_DEBUG(command_count--); } in ~command_rep()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmd2.c128 void MD2_GLCommand_delete_list( MD2_GLCommand_t * command_ptr, int command_count ) in MD2_GLCommand_delete_list() argument
134 for ( cnt = 0; cnt < command_count && NULL != command_ptr; cnt++ ) in MD2_GLCommand_delete_list()
488 cmd->command_count = commands; in md2_load()
491 if ( cmd->command_count > 0 ) in md2_load()
497 cmd->command_count = -cmd->command_count; in md2_load()
502 cmd->data = EGOBOO_NEW_ARY( id_glcmd_packed_t, cmd->command_count ); in md2_load()
505 fread( cmd->data, sizeof( id_glcmd_packed_t ), cmd->command_count, f ); in md2_load()
506 cmd_size += ( sizeof( id_glcmd_packed_t ) * cmd->command_count ) / sizeof( Uint32 ); in md2_load()
512 for ( i = 0; i < cmd->command_count; i++ ) in md2_load()
525 cmd_cnt += cmd->command_count; in md2_load()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Dcommand_test.cpp40 size_t command_count = GetAllCommandNames().size(); in TEST() local
42 ASSERT_EQ(command_count + 1, GetAllCommandNames().size()); in TEST()
44 ASSERT_EQ(command_count, GetAllCommandNames().size()); in TEST()
/dports/emulators/fuse/fuse-1.6.0/
H A Dphantom_typist.c209 static int command_count; variable
288 command_count = 0; in set_state_waiting()
429 command_count == 0 ) { in t_colon_or_quote()
449 next_state = command_count == 0 ? in code_or_enter()
475 command_count == 0 ) { in next_command_or_end()
539 command_count++; in phantom_typist_frame()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jason-munro/cypht/modules/imap/
H A Dhm-imap-base.php26 protected $command_count = 0; // current command number variable in Hm_IMAP_Base
55 $this->command_count += 1;
56 return $this->command_count;
339 … } while (substr($result[$n], 0, strlen('A'.$this->command_count)) != 'A'.$this->command_count);
398 if ($vals[0] == 'A'.$this->command_count) {
409 if (preg_match("/^A".$this->command_count." OK/i", $line)) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/mail/
H A DImapBase.php36 var $command_count=0; variable in GO\\Base\\Mail\\ImapBase
289 …} while (substr($result[$n], 0, strlen('A'.$this->command_count.' ')) != 'A'.$this->command_count.…
314 $this->command_count += 1;
315 return $this->command_count;
354 if ($vals[0] == 'A'.$this->command_count) {
371 if (preg_match("/^A".$this->command_count." OK/i", $line)) {
377 $line = preg_replace("/^A".$this->command_count." NO( \[.*?\])? /i", "", $line);
/dports/x11/wtype/wtype-0.3/
H A Dmain.c68 size_t command_count; member
154 wtype->command_count = 0; in parse_args()
159 struct wtype_command *cmd = &wtype->commands[wtype->command_count]; in parse_args()
169 wtype->command_count++; in parse_args()
218 wtype->command_count++; in parse_args()
222 wtype->command_count++; in parse_args()
368 for (unsigned int i = 0; i < wtype->command_count; i++) { in run_commands()
493 for (unsigned int i = 0; i < wtype.command_count; i++) { in main()
/dports/devel/cgit/cgit-1.2.3/git/
H A Drebase-interactive.c31 void append_todo_help(unsigned keep_empty, int command_count, in append_todo_help() argument
58 command_count), in append_todo_help()
59 shortrevisions, shortonto, command_count); in append_todo_help()
/dports/devel/uclcmd/uclcmd-da1ac0f/
H A Duclcmd_get.c164 int command_count = 0, i = 0; in get_mode() local
215 command_count += done; in get_mode()
220 command_count); in get_mode()
222 if (command_count == 0) { in get_mode()
236 int command_count = 0, recurse_level = recurse; in process_get_command() local
273 command_count++; in process_get_command()
276 command_count, recurse_level); in process_get_command()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/interactive/
H A Dcompleter.py99 self.command_count = _INVALID_ARG_COMMAND_COUNT
121 self.command_count = _INVALID_COMMAND_COUNT
124 return self.command_count == self.completer.cli.command_count
188 self.command_count = self.completer.cli.command_count
438 return self.prefix_completer_command_count == self.cli.command_count
446 self.prefix_completer_command_count = self.cli.command_count
471 self.cli.command_count,

1234567