Home
last modified time | relevance | path

Searched refs:commas (Results 1 – 25 of 61) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcompand.c72 unsigned pairs, i, j, commas; in getopts() local
83 for (s = l->arg0, commas = 0; *s; ++s) if (*s == ',') ++commas; in getopts()
84 if ((commas % 2) == 0) { in getopts()
88 pairs = 1 + commas/2; in getopts()
H A Dcompandt.c163 unsigned i, j, num, pairs, commas = 0; in lsx_compandt_parse() local
171 while (*text) commas += *text++ == ','; in lsx_compandt_parse()
172 pairs = 1 + commas / 2; in lsx_compandt_parse()
186 if (i || (commas & 1)) { in lsx_compandt_parse()
H A Dmcompand.c88 size_t rates, i, commas; in sox_mcompand_getopts_1() local
92 for (s = argv[0], commas = 0; *s; ++s) in sox_mcompand_getopts_1()
93 if (*s == ',') ++commas; in sox_mcompand_getopts_1()
95 if (commas % 2 == 0) /* There must be an even number of in sox_mcompand_getopts_1()
102 rates = 1 + commas/2; in sox_mcompand_getopts_1()
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dkconfig-macro-language.rst162 Kconfig uses only commas for delimiters, and keeps all whitespaces in the
180 In Make, some functions treat commas verbatim instead of argument separators.
185 In Kconfig, for simpler implementation and grammatical consistency, commas that
191 accepts only one. To pass commas in arguments, you can use the following trick::
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A D.yamllint20 commas: {min-spaces-after: 1, max-spaces-after: 1}
/OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/escape/
H A DKconfig6 # You can not pass commas directly to a function since they are treated as
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0006-chardev-connect-socket-to-a-spawned-command.patch18 Beware that commas in the command must be escaped as double commas.
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dintelfb.rst89 Separate each option/option-pair by commas (,) and the option from its value
H A Dmodedb.rst56 Options can also be passed after the mode, using commas as separator.
H A Dintel810.rst181 Separate each option/option-pair by commas (,) and the option from its value
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-init.rst14 The format is specified as a string of data separated by commas and optionally
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.autoboot102 commas exactly like in a printf statement, the required
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/
H A DREADME114 have commas within them).
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in63 # "To create a single annotation when any one of a set of processes is started, use commas
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/dec/
H A Dde4x5.rst189 lack of commas to separate items.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dmachmode.def56 If an EXPR contains commas, you may need to write an extra pair of
H A Drtl.def1082 in the string are separated by commas. For example, it is useful
1093 are separated by commas. Pattern is one unit name or unit names
1137 are separated by commas. Pattern is one unit name or unit names
1163 string. Insn names in the strings are separated by commas. The
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dopen.rst115 separated by commas:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dmachmode.def56 If an EXPR contains commas, you may need to write an extra pair of
H A Drtl.def1082 in the string are separated by commas. For example, it is useful
1093 are separated by commas. Pattern is one unit name or unit names
1137 are separated by commas. Pattern is one unit name or unit names
1163 string. Insn names in the strings are separated by commas. The
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmount_api.rst268 items separated by commas, then this may be set to NULL.
521 consisting of key[=val] options separated by commas. Each item in the
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-3.0.rst298 - The ``wic --expand`` command now uses commas to separate "key:value"
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DBusLogic.rst397 separated by commas. The Probing and Debugging Options apply to all host
574 of driver options containing commas.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/
H A Dnfsroot.rst73 <nfs-options> Standard NFS options. All options are separated by commas.
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A D0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch37 * (commas separated)

123