Home
last modified time | relevance | path

Searched refs:cmd0 (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Dsupervision.c23 static uint8 cmd0, cmd1; variable
26 { &cmd0, 1, "L1" },
33 setprg8(0x6000, (((cmd0 & 0xF) << 4) | 0xF) + 4); in Sync()
34 if (cmd0 & 0x10) { in Sync()
35 setprg16(0x8000, (((cmd0 & 0xF) << 3) | (cmd1 & 7)) + 2); in Sync()
36 setprg16(0xc000, (((cmd0 & 0xF) << 3) | 7) + 2); in Sync()
39 setmirror(((cmd0 & 0x20) >> 5) ^ 1); in Sync()
43 if (!(cmd0 & 0x10)) { in DECLFW()
44 cmd0 = V; in DECLFW()
58 cmd0 = cmd1 = 0; in SuperPower()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/tasmrecover/tasm/
H A Dparser.py218 cmd0 = str(cmd[0])
219 if cmd0 == 'if':
222 elif cmd0 == 'else':
225 elif cmd0 == 'endif':
232 if cmd0 == 'db' or cmd0 == 'dw' or cmd0 == 'dd':
239 elif cmd0 == 'include':
242 elif cmd0 == 'endp':
245 elif cmd0 == 'assume':
248 elif cmd0 == 'rep':
249 self.proc.add(cmd0)
[all …]
/dports/games/scummvm/scummvm-2.5.1/devtools/tasmrecover/tasm/
H A Dparser.py218 cmd0 = str(cmd[0])
219 if cmd0 == 'if':
222 elif cmd0 == 'else':
225 elif cmd0 == 'endif':
232 if cmd0 == 'db' or cmd0 == 'dw' or cmd0 == 'dd':
239 elif cmd0 == 'include':
242 elif cmd0 == 'endp':
245 elif cmd0 == 'assume':
248 elif cmd0 == 'rep':
249 self.proc.add(cmd0)
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/post/src/tcl/
H A Dmisc.tcl154 set cmd0 "x"
156 set cmd0 "y"
158 set cmd0 "z"
159 } else { set cmd0 "all" }
213 set cmd0 "x"
215 set cmd0 "y"
217 set cmd0 "z"
226 cScale $cmd0 $cmd1 $cmd2
269 set cmd0 "x"
271 set cmd0 "y"
[all …]
/dports/devel/coursier/coursier-1.1.0-M12/project/
H A DScalaVersionPlugin.scala14 val cmd0 = s"++$sv!" constant
15 Parser.parse(cmd0, st.combinedParser) match {
17 case Left(msg) => throw sys.error(s"Invalid command: $cmd0\n$msg")
36 val cmd0 = s"++$sv!" constant
37 Parser.parse(cmd0, st.combinedParser) match {
39 case Left(msg) => throw sys.error(s"Invalid command: $cmd0\n$msg")
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_apqc_tcsh.py983 cmd0 = commandize( cmd0, cmdindent=0,
2145 cmd0 = commandize( cmd0 )
2316 cmd0 = commandize( cmd0 )
2630 cmd0 = commandize( cmd0 )
2784 cmd0 = commandize( cmd0 )
3070 cmd0 = commandize( cmd0 )
3127 cmd0 = commandize( cmd0 )
3373 cmd0 = commandize( cmd0 )
3777 cmd0 = commandize( cmd0 )
3932 cmd0 = commandize( cmd0 )
[all …]
/dports/japanese/anthy/anthy-0.4/src-util/
H A Dagent.c397 struct command* cmd0 = NULL; in make_ll_command() local
413 cmd0 = make_command0(CMD_SPACE); in make_ll_command()
418 cmd0 = make_command0(CMD_ENTER); in make_ll_command()
441 cmd0 = make_command0(CMD_UP); in make_ll_command()
444 cmd0 = make_command0(CMD_ESC); in make_ll_command()
453 cmd0 = make_command0(CMD_CUT); in make_ll_command()
463 cmd0 = make_command1(CMD_KEY, str); in make_ll_command()
468 if (cmd0) { in make_ll_command()
470 cmd->next = cmd0; in make_ll_command()
472 cmd_head = cmd0; in make_ll_command()
[all …]
/dports/net/prosearch/search/tools/
H A Dtidy.pl11 $cmd0 = "${path}perltidy $opts0 $files";
18 print `$cmd0` if $cmd0;
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/system/
H A De_system_storage.c312 char cmd0[512]; in _cb_store_eject() local
323 snprintf(cmd0, sizeof(cmd0), "cdcontrol eject"); in _cb_store_eject()
327 snprintf(cmd0, sizeof(cmd0), "eject"); in _cb_store_eject()
328 if (snprintf(cmd, sizeof(cmd), "%s %s", cmd0, params) < (int)(sizeof(cmd) - 1)) in _cb_store_eject()
363 char cmd0[(4096 * 2) + 1024 + 500]; in _cb_store_mount() local
419 (snprintf(cmd0, sizeof(cmd0), "mount -o %s %s %s", in _cb_store_mount()
420 opt0, dev, mnt2) < (int)(sizeof(cmd0) - 1))) in _cb_store_mount()
428 a->cmd = strdup(cmd0); in _cb_store_mount()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Dfiltercommand.cpp97 ColumnCommand* cmd0 = dynamic_cast<ColumnCommand*>(cmds[nc - 2].get()); in makeFilterCommand() local
99 int scale0 = cmd0->getScale(); in makeFilterCommand()
104 if (cmd0->getColType().colDataType == execplan::CalpontSystemCatalog::CHAR || in makeFilterCommand()
123 fc->setColTypes(cmd0->getColType(), cmd1->getColType()); in makeFilterCommand()
135 ColumnCommand* cmd0 = dynamic_cast<ColumnCommand*>(cmds[nc - 4].get()); in makeFilterCommand() local
137 fc->setColTypes(cmd0->getColType(), cmd2->getColType()); in makeFilterCommand()
145 ColumnCommand* cmd0 = dynamic_cast<ColumnCommand*>(cmds[nc - 3].get()); in makeFilterCommand() local
147 size_t cl = cmd0->getWidth(); // char[] column in makeFilterCommand()
151 fc->setColTypes(cmd0->getColType(), cmd1->getColType()); in makeFilterCommand()
159 ColumnCommand* cmd0 = dynamic_cast<ColumnCommand*>(cmds[nc - 3].get()); in makeFilterCommand() local
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Dfiltercommand.cpp97 ColumnCommand* cmd0 = dynamic_cast<ColumnCommand*>(cmds[nc - 2].get()); in makeFilterCommand() local
99 int scale0 = cmd0->getScale(); in makeFilterCommand()
104 if (cmd0->getColType().colDataType == execplan::CalpontSystemCatalog::CHAR || in makeFilterCommand()
123 fc->setColTypes(cmd0->getColType(), cmd1->getColType()); in makeFilterCommand()
135 ColumnCommand* cmd0 = dynamic_cast<ColumnCommand*>(cmds[nc - 4].get()); in makeFilterCommand() local
137 fc->setColTypes(cmd0->getColType(), cmd2->getColType()); in makeFilterCommand()
145 ColumnCommand* cmd0 = dynamic_cast<ColumnCommand*>(cmds[nc - 3].get()); in makeFilterCommand() local
147 size_t cl = cmd0->getWidth(); // char[] column in makeFilterCommand()
151 fc->setColTypes(cmd0->getColType(), cmd1->getColType()); in makeFilterCommand()
159 ColumnCommand* cmd0 = dynamic_cast<ColumnCommand*>(cmds[nc - 3].get()); in makeFilterCommand() local
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_source_supports.c47 zip_source_make_command_bitmap(zip_source_cmd_t cmd0, ...) { in zip_source_make_command_bitmap() argument
51 bitmap = ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd0); in zip_source_make_command_bitmap()
54 va_start(ap, cmd0); in zip_source_make_command_bitmap()
/dports/archivers/php73-zip/php-7.3.33/ext/zip/lib/
H A Dzip_source_supports.c48 zip_source_make_command_bitmap(zip_source_cmd_t cmd0, ...) in zip_source_make_command_bitmap() argument
53 bitmap = ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd0); in zip_source_make_command_bitmap()
57 va_start(ap, cmd0); in zip_source_make_command_bitmap()
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_source_supports.c47 zip_source_make_command_bitmap(zip_source_cmd_t cmd0, ...) { in zip_source_make_command_bitmap() argument
51 bitmap = ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd0); in zip_source_make_command_bitmap()
54 va_start(ap, cmd0); in zip_source_make_command_bitmap()
/dports/lang/php73/php-7.3.33/ext/zip/lib/
H A Dzip_source_supports.c48 zip_source_make_command_bitmap(zip_source_cmd_t cmd0, ...) in zip_source_make_command_bitmap() argument
53 bitmap = ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd0); in zip_source_make_command_bitmap()
57 va_start(ap, cmd0); in zip_source_make_command_bitmap()
/dports/www/mod_php73/php-7.3.33/ext/zip/lib/
H A Dzip_source_supports.c48 zip_source_make_command_bitmap(zip_source_cmd_t cmd0, ...) in zip_source_make_command_bitmap() argument
53 bitmap = ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd0); in zip_source_make_command_bitmap()
57 va_start(ap, cmd0); in zip_source_make_command_bitmap()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Dmxs-mmc.c254 u32 ctrl0, cmd0, cmd1; in mxs_mmc_bc() local
266 ssp->ssp_pio_words[1] = cmd0; in mxs_mmc_bc()
289 u32 ctrl0, cmd0, cmd1; in mxs_mmc_ac() local
299 cmd0 = BF_SSP(cmd->opcode, CMD0_CMD); in mxs_mmc_ac()
303 cmd0 |= BM_SSP_CMD0_APPEND_8CYC; in mxs_mmc_ac()
311 ssp->ssp_pio_words[1] = cmd0; in mxs_mmc_ac()
361 u32 ctrl0, cmd0, cmd1, val; in mxs_mmc_adtc() local
386 cmd0 = BF_SSP(cmd->opcode, CMD0_CMD); in mxs_mmc_adtc()
404 cmd0 |= BF_SSP(log2_blksz, CMD0_BLOCK_SIZE) | in mxs_mmc_adtc()
414 cmd0 |= BM_SSP_CMD0_APPEND_8CYC; in mxs_mmc_adtc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Dmxs-mmc.c254 u32 ctrl0, cmd0, cmd1; in mxs_mmc_bc() local
266 ssp->ssp_pio_words[1] = cmd0; in mxs_mmc_bc()
289 u32 ctrl0, cmd0, cmd1; in mxs_mmc_ac() local
299 cmd0 = BF_SSP(cmd->opcode, CMD0_CMD); in mxs_mmc_ac()
303 cmd0 |= BM_SSP_CMD0_APPEND_8CYC; in mxs_mmc_ac()
311 ssp->ssp_pio_words[1] = cmd0; in mxs_mmc_ac()
361 u32 ctrl0, cmd0, cmd1, val; in mxs_mmc_adtc() local
386 cmd0 = BF_SSP(cmd->opcode, CMD0_CMD); in mxs_mmc_adtc()
404 cmd0 |= BF_SSP(log2_blksz, CMD0_BLOCK_SIZE) | in mxs_mmc_adtc()
414 cmd0 |= BM_SSP_CMD0_APPEND_8CYC; in mxs_mmc_adtc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Dmxs-mmc.c254 u32 ctrl0, cmd0, cmd1; in mxs_mmc_bc() local
266 ssp->ssp_pio_words[1] = cmd0; in mxs_mmc_bc()
289 u32 ctrl0, cmd0, cmd1; in mxs_mmc_ac() local
299 cmd0 = BF_SSP(cmd->opcode, CMD0_CMD); in mxs_mmc_ac()
303 cmd0 |= BM_SSP_CMD0_APPEND_8CYC; in mxs_mmc_ac()
311 ssp->ssp_pio_words[1] = cmd0; in mxs_mmc_ac()
361 u32 ctrl0, cmd0, cmd1, val; in mxs_mmc_adtc() local
386 cmd0 = BF_SSP(cmd->opcode, CMD0_CMD); in mxs_mmc_adtc()
404 cmd0 |= BF_SSP(log2_blksz, CMD0_BLOCK_SIZE) | in mxs_mmc_adtc()
414 cmd0 |= BM_SSP_CMD0_APPEND_8CYC; in mxs_mmc_adtc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/alchemy/common/
H A Ddbdma.c394 u32 cmd0, cmd1, src1, dest1; in au1xxx_dbdma_ring_alloc() local
445 cmd0 = cmd1 = src1 = dest1 = 0; in au1xxx_dbdma_ring_alloc()
448 cmd0 |= DSCR_CMD0_SID(srcid); in au1xxx_dbdma_ring_alloc()
449 cmd0 |= DSCR_CMD0_DID(destid); in au1xxx_dbdma_ring_alloc()
450 cmd0 |= DSCR_CMD0_IE | DSCR_CMD0_CV; in au1xxx_dbdma_ring_alloc()
458 cmd0 |= DSCR_CMD0_MEM; in au1xxx_dbdma_ring_alloc()
462 cmd0 |= DSCR_CMD0_SW(DSCR_CMD0_BYTE); in au1xxx_dbdma_ring_alloc()
469 cmd0 |= DSCR_CMD0_SW(DSCR_CMD0_WORD); in au1xxx_dbdma_ring_alloc()
475 cmd0 |= DSCR_CMD0_DW(DSCR_CMD0_BYTE); in au1xxx_dbdma_ring_alloc()
482 cmd0 |= DSCR_CMD0_DW(DSCR_CMD0_WORD); in au1xxx_dbdma_ring_alloc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/alchemy/common/
H A Ddbdma.c394 u32 cmd0, cmd1, src1, dest1; in au1xxx_dbdma_ring_alloc() local
445 cmd0 = cmd1 = src1 = dest1 = 0; in au1xxx_dbdma_ring_alloc()
448 cmd0 |= DSCR_CMD0_SID(srcid); in au1xxx_dbdma_ring_alloc()
449 cmd0 |= DSCR_CMD0_DID(destid); in au1xxx_dbdma_ring_alloc()
450 cmd0 |= DSCR_CMD0_IE | DSCR_CMD0_CV; in au1xxx_dbdma_ring_alloc()
458 cmd0 |= DSCR_CMD0_MEM; in au1xxx_dbdma_ring_alloc()
462 cmd0 |= DSCR_CMD0_SW(DSCR_CMD0_BYTE); in au1xxx_dbdma_ring_alloc()
469 cmd0 |= DSCR_CMD0_SW(DSCR_CMD0_WORD); in au1xxx_dbdma_ring_alloc()
475 cmd0 |= DSCR_CMD0_DW(DSCR_CMD0_BYTE); in au1xxx_dbdma_ring_alloc()
482 cmd0 |= DSCR_CMD0_DW(DSCR_CMD0_WORD); in au1xxx_dbdma_ring_alloc()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/alchemy/common/
H A Ddbdma.c394 u32 cmd0, cmd1, src1, dest1; in au1xxx_dbdma_ring_alloc() local
445 cmd0 = cmd1 = src1 = dest1 = 0; in au1xxx_dbdma_ring_alloc()
448 cmd0 |= DSCR_CMD0_SID(srcid); in au1xxx_dbdma_ring_alloc()
449 cmd0 |= DSCR_CMD0_DID(destid); in au1xxx_dbdma_ring_alloc()
450 cmd0 |= DSCR_CMD0_IE | DSCR_CMD0_CV; in au1xxx_dbdma_ring_alloc()
458 cmd0 |= DSCR_CMD0_MEM; in au1xxx_dbdma_ring_alloc()
462 cmd0 |= DSCR_CMD0_SW(DSCR_CMD0_BYTE); in au1xxx_dbdma_ring_alloc()
469 cmd0 |= DSCR_CMD0_SW(DSCR_CMD0_WORD); in au1xxx_dbdma_ring_alloc()
475 cmd0 |= DSCR_CMD0_DW(DSCR_CMD0_BYTE); in au1xxx_dbdma_ring_alloc()
482 cmd0 |= DSCR_CMD0_DW(DSCR_CMD0_WORD); in au1xxx_dbdma_ring_alloc()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ice40/ice40_reg_read/
H A Dformat10 field:u8 cmd0; offset:9; size:1; signed:0;
13 print fmt: "addr = %x cmd0 = %x ret = %x", REC->addr, REC->cmd0, REC->ret
/dports/cad/alliance/alliance/src/cells/src/sxlib/
H A Dmx3_x2.vhd11 cmd0 : IN STD_LOGIC; port
22 q <= ((NOT(cmd0) AND i0) OR (cmd0 AND ((cmd1 AND i1) OR (NOT(cmd1) AND i2))));
H A Dmx3_x4.vhd11 cmd0 : IN STD_LOGIC; port
22 q <= ((NOT(cmd0) AND i0) OR (cmd0 AND ((cmd1 AND i1) OR (NOT(cmd1) AND i2))));

12345678910>>...13