Home
last modified time | relevance | path

Searched refs:cmdif (Results 1 – 17 of 17) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/riptide/
H A Driptide.c382 struct cmdif { struct
419 struct cmdif *cif;
1074 struct cmdif *cif = chip->cif; in riptide_handleirq()
1348 struct cmdif *cif = chip->cif; in snd_riptide_pointer()
1381 struct cmdif *cif = chip->cif; in snd_riptide_trigger()
1443 struct cmdif *cif = chip->cif; in snd_riptide_prepare()
1568 struct cmdif *cif = chip->cif; in snd_riptide_hw_free()
1701 struct cmdif *cif = chip->cif; in snd_riptide_interrupt()
1760 struct cmdif *cif; in snd_riptide_initialize()
1795 struct cmdif *cif; in snd_riptide_free()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/riptide/
H A Driptide.c382 struct cmdif { struct
419 struct cmdif *cif;
1074 struct cmdif *cif = chip->cif; in riptide_handleirq()
1348 struct cmdif *cif = chip->cif; in snd_riptide_pointer()
1381 struct cmdif *cif = chip->cif; in snd_riptide_trigger()
1443 struct cmdif *cif = chip->cif; in snd_riptide_prepare()
1568 struct cmdif *cif = chip->cif; in snd_riptide_hw_free()
1701 struct cmdif *cif = chip->cif; in snd_riptide_interrupt()
1760 struct cmdif *cif; in snd_riptide_initialize()
1795 struct cmdif *cif; in snd_riptide_free()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/riptide/
H A Driptide.c382 struct cmdif { struct
419 struct cmdif *cif;
1074 struct cmdif *cif = chip->cif; in riptide_handleirq()
1348 struct cmdif *cif = chip->cif; in snd_riptide_pointer()
1381 struct cmdif *cif = chip->cif; in snd_riptide_trigger()
1443 struct cmdif *cif = chip->cif; in snd_riptide_prepare()
1568 struct cmdif *cif = chip->cif; in snd_riptide_hw_free()
1701 struct cmdif *cif = chip->cif; in snd_riptide_interrupt()
1760 struct cmdif *cif; in snd_riptide_initialize()
1795 struct cmdif *cif; in snd_riptide_free()
[all …]
/dports/devel/librelp/librelp-1.10.0/src/
H A DMakefile.am47 cmdif.h \
H A DMakefile.in402 cmdif.h \
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/
H A Dmeica.py315 cmdif = max(abs(epicm[0]-anatcm[0]),abs(epicm[1]-anatcm[1]),abs(epicm[2]-anatcm[2])) variable
316 addslabs = abs(int(cmdif/maxvoxsz))+10
/dports/shells/ksh93/ast-93u/src/cmd/mailx/
H A Ddata.c136 "i[f]", CMD(cmdif), C|M|RAWLIST, 1, 3,
H A Dmailx.h911 extern int cmdif(char**);
H A Dcmd3.c876 cmdif(char** argv) in cmdif() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/
H A Ddata.c136 "i[f]", CMD(cmdif), C|M|RAWLIST, 1, 3,
H A Dmailx.h911 extern int cmdif(char**);
H A Dcmd3.c876 cmdif(char** argv) in cmdif() function
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/
H A Ddata.c136 "i[f]", CMD(cmdif), C|M|RAWLIST, 1, 3,
H A Dmailx.h916 extern int cmdif(char**);
H A Dcmd3.c876 cmdif(char** argv) in cmdif() function
/dports/devel/doxygen/doxygen-1.9.3/doc/
H A Dcommands.doc125 \refitem cmdif \\if
1339 use a \ref cmdif "\\if" ... \ref cmdendif "\\endif" block.
1392 \sa sections \ref cmdif "\\if", \ref cmdifnot "\\ifnot",
1480 a \ref cmdif "\\if", \ref cmdifnot "\\ifnot", or \ref cmdelseif "\\elseif"
1483 \sa sections \ref cmdif "\\if", \ref cmdifnot "\\ifnot", \ref cmdelseif "\\elseif",
1499 \sa sections \ref cmdif "\\if", \ref cmdifnot "\\ifnot", \ref cmdelse "\\else",
1517 For each \ref cmdif "\\if" or \ref cmdifnot "\\ifnot" one and only one matching
1520 \sa sections \ref cmdif "\\if", \ref cmdifnot "\\ifnot", \ref cmdelse "\\else",
1539 \section cmdif \\if (section-label)
1621 \sa sections \ref cmdendif "\\endif", \ref cmdif "\\if",
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/Smoldyn/
H A Dsmolcmd.c68 enum CMDcode cmdif(simptr sim,cmdptr cmd,char *line2);
209 else if(!strcmp(word,"if")) return cmdif(sim,cmd,line2); in docommand()
642 enum CMDcode cmdif(simptr sim,cmdptr cmd,char *line2) { in cmdif() function