Searched full:language (Results 1 – 25 of 1173) sorted by relevance
12345678910>>...47
| /kernel/linux/linux-6.6/fs/nls/ |
| D | Kconfig | 3 # Native language support configuration 7 tristate "Native language support" 9 The base Native Language Support. A number of filesystems 44 native language character sets. These character sets are stored 56 native language character sets. These character sets are stored 68 native language character sets. These character sets are stored 81 native language character sets. These character sets are stored in 97 native language character sets. These character sets are stored in 112 native language character sets. These character sets are stored in 123 native language character sets. These character sets are stored in [all …]
|
| /kernel/linux/linux-5.10/fs/nls/ |
| D | Kconfig | 3 # Native language support configuration 7 tristate "Native language support" 9 The base Native Language Support. A number of filesystems 44 native language character sets. These character sets are stored 56 native language character sets. These character sets are stored 68 native language character sets. These character sets are stored 81 native language character sets. These character sets are stored in 97 native language character sets. These character sets are stored in 112 native language character sets. These character sets are stored in 123 native language character sets. These character sets are stored in [all …]
|
| /kernel/linux/linux-6.6/Documentation/process/ |
| D | programming-language.rst | 3 Programming Language 6 The kernel is written in the C programming language [c-language]_. 12 This dialect contains many extensions to the language [gnu-extensions]_, 20 implementation-defined semantics to language entities (like variables, 22 to the language (e.g. adding a new keyword) [n2049]_. 37 The kernel has experimental support for the Rust programming language 38 [rust-language]_ under ``CONFIG_RUST``. It is compiled with ``rustc`` [rustc]_ 40 small changes to the language that are not backwards compatible. 48 .. [c-language] http://www.open-std.org/jtc1/sc22/wg14/www/standards 55 .. [rust-language] https://www.rust-lang.org
|
| /kernel/linux/linux-5.10/scripts/kconfig/tests/err_recursive_dep/ |
| D | expected_stderr | 3 For a resolution refer to Documentation/kbuild/kconfig-language.rst 8 For a resolution refer to Documentation/kbuild/kconfig-language.rst 14 For a resolution refer to Documentation/kbuild/kconfig-language.rst 20 For a resolution refer to Documentation/kbuild/kconfig-language.rst 26 For a resolution refer to Documentation/kbuild/kconfig-language.rst 31 For a resolution refer to Documentation/kbuild/kconfig-language.rst 37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
|
| /kernel/linux/linux-6.6/scripts/kconfig/tests/err_recursive_dep/ |
| D | expected_stderr | 3 For a resolution refer to Documentation/kbuild/kconfig-language.rst 8 For a resolution refer to Documentation/kbuild/kconfig-language.rst 14 For a resolution refer to Documentation/kbuild/kconfig-language.rst 20 For a resolution refer to Documentation/kbuild/kconfig-language.rst 26 For a resolution refer to Documentation/kbuild/kconfig-language.rst 31 For a resolution refer to Documentation/kbuild/kconfig-language.rst 37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | programming-language.rst | 3 Programming Language 6 The kernel is written in the C programming language [c-language]_. 12 This dialect contains many extensions to the language [gnu-extensions]_, 24 implementation-defined semantics to language entities (like variables, 26 to the language (e.g. adding a new keyword) [n2049]_. 38 .. [c-language] http://www.open-std.org/jtc1/sc22/wg14/www/standards
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | vidioc-g-tuner.rst | 249 - Reception of the primary language of a bilingual audio program is 251 transmitting the primary language monaural on the main audio 252 carrier and a secondary language monaural on a second carrier. 256 - Reception of the secondary language of a bilingual audio program 264 transmissions of a primary language, and an independent third 265 carrier for a monaural secondary language. Only 316 - The tuner receives the primary language of a bilingual audio 321 - The tuner receives the secondary language of a bilingual audio 350 bilingual or SAP signal this mode selects the primary language. 355 primary language is played on both channels. [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | vidioc-g-tuner.rst | 249 - Reception of the primary language of a bilingual audio program is 251 transmitting the primary language monaural on the main audio 252 carrier and a secondary language monaural on a second carrier. 256 - Reception of the secondary language of a bilingual audio program 264 transmissions of a primary language, and an independent third 265 carrier for a monaural secondary language. Only 316 - The tuner receives the primary language of a bilingual audio 321 - The tuner receives the secondary language of a bilingual audio 350 bilingual or SAP signal this mode selects the primary language. 355 primary language is played on both channels. [all …]
|
| /kernel/linux/linux-6.6/tools/memory-model/Documentation/ |
| D | access-marking.txt | 17 1. Plain C-language accesses (unmarked), for example, "a = b;" 33 Neither plain C-language accesses nor data_race() (#1 and #2 above) place 40 C-language accesses. It is permissible to combine #2 and #3, for example, 45 C-language accesses, but marking all accesses involved in a given data 54 data_race() and even plain C-language accesses is preferable to 85 concurrently with updates to x. Then using plain C-language writes 95 In theory, plain C-language loads can also be used for this use case. 119 In theory, plain C-language loads can also be used for this use case. 140 In theory, plain C-language loads can also be used for this use case. 156 Plain C-language stores can also be used for this use case. However, [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/ |
| D | usbstring.c | 41 /* descriptor 0 has the language id */ in usb_gadget_get_string() 45 buf [2] = (u8) table->language; in usb_gadget_get_string() 46 buf [3] = (u8) (table->language >> 8); in usb_gadget_get_string() 70 * usb_validate_langid - validate usb language identifiers 71 * @langid: usb language identifier 73 * Returns true for valid language identifier, otherwise false.
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/ |
| D | usbstring.c | 41 /* descriptor 0 has the language id */ in usb_gadget_get_string() 45 buf [2] = (u8) table->language; in usb_gadget_get_string() 46 buf [3] = (u8) (table->language >> 8); in usb_gadget_get_string() 70 * usb_validate_langid - validate usb language identifiers 71 * @langid: usb language identifier 73 * Returns true for valid language identifier, otherwise false.
|
| /kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
| D | programming-language.rst | 3 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>` 11 内核是用C语言 :ref:`c-language <cn_c-language>` 编写的。更准确地说,内核通常是用 :ref:`gcc <cn_gcc>` 34 .. _cn_c-language: 36 c-language
|
| /kernel/linux/linux-6.6/Documentation/translations/zh_CN/process/ |
| D | programming-language.rst | 3 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>` 11 内核是用C语言 :ref:`c-language <cn_c-language>` 编写的。更准确地说,内核通常是用 :ref:`gcc <cn_gcc>` 33 .. _cn_c-language: 35 c-language
|
| /kernel/linux/linux-6.6/Documentation/translations/zh_TW/process/ |
| D | programming-language.rst | 5 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>` 14 內核是用C語言 :ref:`c-language <tw_c-language>` 編寫的。更準確地說,內核通常是用 :ref:`gcc <tw_gcc>` 36 .. _tw_c-language: 38 c-language
|
| /kernel/linux/linux-5.10/Documentation/kbuild/ |
| D | kconfig-macro-language.rst | 2 Kconfig macro language 9 two languages in one. One language describes dependency graphs consisting of 10 targets and prerequisites. The other is a macro language for performing textual 13 There is clear distinction between the two language stages. For example, you 23 The macro language replaces the variable references with their expanded form, 40 The macro language in Kconfig processes the source file into the following 47 dependency as explained in kconfig-language.rst. 145 Kconfig adopts Make-like macro language, but the function call syntax is
|
| /kernel/linux/linux-6.6/Documentation/kbuild/ |
| D | kconfig-macro-language.rst | 2 Kconfig macro language 9 two languages in one. One language describes dependency graphs consisting of 10 targets and prerequisites. The other is a macro language for performing textual 13 There is clear distinction between the two language stages. For example, you 23 The macro language replaces the variable references with their expanded form, 40 The macro language in Kconfig processes the source file into the following 47 dependency as explained in kconfig-language.rst. 145 Kconfig adopts Make-like macro language, but the function call syntax is
|
| /kernel/linux/linux-5.10/Documentation/translations/ |
| D | index.rst | 24 documentation in their native language, but please bear in mind that the 45 one language directly to all other languages. Each language has its own 47 adapted to fit a different language. For this reason, when viewing
|
| /kernel/linux/linux-6.6/Documentation/translations/ |
| D | index.rst | 30 documentation in their native language, but please bear in mind that the 51 one language directly to all other languages. Each language has its own 53 adapted to fit a different language. For this reason, when viewing
|
| /kernel/linux/linux-6.6/Documentation/translations/it_IT/process/ |
| D | programming-language.rst | 3 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>` 11 Il kernel è scritto nel linguaggio di programmazione C [it-c-language]_. 46 [it-rust-language]_ abilitando l'opzione di configurazione ``CONFIG_RUST``. Il 58 .. [it-c-language] http://www.open-std.org/jtc1/sc22/wg14/www/standards 65 .. [it-rust-language] https://www.rust-lang.org
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/aoe/ |
| D | examples.rst | 11 :language: shell 17 :language: shell 23 :language: shell
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/aoe/ |
| D | examples.rst | 11 :language: shell 17 :language: shell 23 :language: shell
|
| /kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
| D | mkinitrd.sh | 22 # Create a C-language initrd/init infinite-loop program and statically 24 echo "Creating a statically linked C-language initrd" 85 echo "Failed to create a statically linked C-language initrd" 90 echo "Done creating a statically linked C-language initrd"
|
| /kernel/linux/linux-6.6/tools/include/asm-generic/ |
| D | bitops.h | 10 * architecture, here are some C-language equivalents. You should 11 * recode these in the native assembly language, if at all possible. 13 * C language equivalents written by Theodore Ts'o, 9/26/92
|
| /kernel/linux/linux-5.10/tools/include/asm-generic/ |
| D | bitops.h | 10 * architecture, here are some C-language equivalents. You should 11 * recode these in the native assembly language, if at all possible. 13 * C language equivalents written by Theodore Ts'o, 9/26/92
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | bitops.h | 7 * architecture, here are some C-language equivalents. They should 9 * out before rolling your own buggy implementation in assembly language. 11 * C language equivalents written by Theodore Ts'o, 9/26/92
|
12345678910>>...47