Searched refs:Code (Results 1 – 25 of 144) sorted by relevance
123456
/Linux-v5.10/LICENSES/dual/ |
D | MPL-1.1 | 22 Covered Code available to a third party. 28 Code, prior Modifications used by a Contributor, and the Modifications 31 1.3. "Covered Code" means the Original Code or Modifications or the 32 combination of the Original Code and Modifications, in each case 39 1.5. "Executable" means Covered Code in any form other than Source 40 Code. 43 as the Initial Developer in the Source Code notice required by Exhibit 46 1.7. "Larger Work" means a work which combines Covered Code or 56 substance or structure of either the Original Code or any previous 57 Modifications. When Covered Code is released as a series of files, a [all …]
|
D | CDDL-1.0 | 33 Source Code. 48 1.9. "Modifications" means the Source Code and Executable form of 61 1.10. "Original Software" means the Source Code and Executable form 70 1.12. "Source Code" means (a) the common form of computer software 158 3.1. Availability of Source Code. 162 Code form and that Source Code form must be distributed only under 164 with every copy of the Source Code form of the Covered Software You 167 obtain such Covered Software in Source Code form in a reasonable 191 Source Code form that alters or restricts the applicable version of 211 limit or alter the recipient's rights in the Source Code form from
|
/Linux-v5.10/Documentation/process/ |
D | code-of-conduct-interpretation.rst | 3 Linux Kernel Contributor Covenant Code of Conduct Interpretation 27 The Code of Conduct uses the term "maintainers" numerous times. In the 35 The Code of Conduct mentions rights and responsibilities for 44 responsibility is upon all of us, and ultimately the Code of Conduct 78 Code of Conduct. 83 the Code of Conduct. The kernel community is aware of that and provides 93 sent to those mailing lists are considered covered by the Code of 97 or bug tracking tools should follow the guidelines of the Code of 100 performed using a kernel.org email account must follow the Code of 105 The Code of Conduct does not prohibit continuing to include names, email [all …]
|
D | code-of-conduct.rst | 3 Contributor Covenant Code of Conduct 50 not aligned to this Code of Conduct, or to ban temporarily or permanently any 57 This Code of Conduct applies both within project spaces and in public spaces 68 reported by contacting the Code of Conduct Committee at 71 to the circumstances. The Code of Conduct Committee is obligated to 79 This Code of Conduct is adapted from the Contributor Covenant, version 1.4,
|
/Linux-v5.10/Documentation/translations/zh_CN/ |
D | oops-tracing.txt | 82 另一件要做的事是反汇编bug报告的“Code”部分:ksymoops也会用正确的工具来做这件事, 94 “Code”之后的十六进制字节可能(在某些架构上)有一些当前指令之前的指令字节以及 97 Code: f9 0f 8d f9 00 00 00 8d 42 0c e8 dd 26 11 c7 a1 60 ea 2b f9 8b 50 08 a1 113 实际上,你仅需看看哪里不匹配(这个例子是“Code”反汇编和编译器生成的代码不匹配)。 175 Aug 29 09:51:01 blizard kernel: Code: c7 00 05 00 00 00 eb 08 90 90 90 90 90 90 90 90 89 ec 5d c3
|
/Linux-v5.10/Documentation/crypto/ |
D | api-samples.rst | 1 Code Examples 4 Code Example For Symmetric Key Cipher Operation 93 Code Example For Use of Operational State Memory With SHASH 153 Code Example For Random Number Generator Usage
|
/Linux-v5.10/scripts/ |
D | decodecode | 30 *Code:*) 127 echo Code starting with the faulting instruction > $T.aa
|
D | decode_stacktrace.sh | 219 elif [[ $line == *Code:* ]]; then
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-c2c.txt | 225 Code address 235 - code symbol related to the 'Code address' value 238 - shared object name related to the 'Code address' value 241 - source information related to the 'Code address' value 269 Code address, Code symbol, Shared Object, Source line
|
/Linux-v5.10/arch/x86/realmode/rm/ |
D | trampoline_64.S | 47 mov %cs, %ax # Code and data in the same place 91 mov %cs, %ax # Code and data in the same place
|
D | trampoline_32.S | 37 mov %cs, %ax # Code and data in the same place
|
/Linux-v5.10/include/linux/mtd/ |
D | ftl.h | 48 uint8_t Code; member
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | armada-370-seagate-nas-2bay.dts | 14 * Code name (board/PCB) : Dart 2-Bay
|
D | armada-370-seagate-personal-cloud.dts | 14 * Code name (board/PCB) : Cumulus
|
D | armada-370-seagate-personal-cloud-2bay.dts | 14 * Code name (board/PCB) : Cumulus Max
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | pixfmt-indexed.rst | 21 - Code
|
D | vidioc-g-dv-timings.rst | 163 - The Video Identification Code according to the CEA-861 standard. 167 - The Video Identification Code according to the HDMI standard. 301 Identification Code as per the CEA-861 standard. 304 Identification Code as per the HDMI standard (HDMI Vendor Specific
|
/Linux-v5.10/Documentation/admin-guide/auxdisplay/ |
D | ks0108.rst | 29 :Device Code: ks0108
|
/Linux-v5.10/Documentation/ABI/removed/ |
D | sysfs-bus-nfit | 17 Correcting Code) blocks.
|
/Linux-v5.10/drivers/net/ |
D | LICENSE.SRC | 1 Code in this directory written at the IDA Supercomputing Research Center
|
/Linux-v5.10/Documentation/sound/cards/ |
D | mixart.rst | 16 (AES/EBU, Word Clock, Time Code and Video Synchro) 72 - external clock support (AES/EBU, Word Clock, Time Code, Video Sync)
|
/Linux-v5.10/lib/zlib_deflate/ |
D | deftree.c | 150 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 156 send_bits(s, tree[c].Code, tree[c].Len); } 233 static_dtree[n].Code = bitrev32((u32)n) >> (32 - 5); in tr_static_init() 469 tree[n].Code = bitrev32((u32)(next_code[len]++)) >> (32 - len); in gen_codes() 472 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
|
/Linux-v5.10/Documentation/admin-guide/pm/ |
D | suspend-flows.rst | 5 System Suspend Code Flows 42 Suspend-to-idle Suspend Code Flow 120 Suspend-to-idle Resume Code Flow 164 Platform-dependent Suspend Code Flow 233 Platform-dependent Resume Code Flow
|
/Linux-v5.10/Documentation/hwmon/ |
D | sht21.rst | 56 - Electronic Identification Code
|
/Linux-v5.10/Documentation/fb/ |
D | cirrusfb.rst | 58 * Code cleanup, add comments.
|
123456