Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 25 of 135) sorted by relevance

123456

/Linux-v4.19/LICENSES/other/
DMPL-1.118 Covered Code available to a third party.
24 Code, prior Modifications used by a Contributor, and the Modifications
27 1.3. "Covered Code" means the Original Code or Modifications or the
28 combination of the Original Code and Modifications, in each case
35 1.5. "Executable" means Covered Code in any form other than Source
36 Code.
39 as the Initial Developer in the Source Code notice required by Exhibit
42 1.7. "Larger Work" means a work which combines Covered Code or
52 substance or structure of either the Original Code or any previous
53 Modifications. When Covered Code is released as a series of files, a
[all …]
DCDDL-1.029 Source Code.
44 1.9. "Modifications" means the Source Code and Executable form of
57 1.10. "Original Software" means the Source Code and Executable form
66 1.12. "Source Code" means (a) the common form of computer software
154 3.1. Availability of Source Code.
158 Code form and that Source Code form must be distributed only under
160 with every copy of the Source Code form of the Covered Software You
163 obtain such Covered Software in Source Code form in a reasonable
187 Source Code form that alters or restricts the applicable version of
207 limit or alter the recipient's rights in the Source Code form from
/Linux-v4.19/Documentation/process/
Dcode-of-conduct-interpretation.rst3 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 …]
Dcode-of-conduct.rst3 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-v4.19/drivers/isdn/hisax/
Dlmgr.c31 long Code; in hisax_manager() local
35 Code = (long) arg; in hisax_manager()
37 " %c %s", (char)Code, in hisax_manager()
41 error_handling_dchan(st, Code); in hisax_manager()
/Linux-v4.19/Documentation/translations/zh_CN/
Doops-tracing.txt82 另一件要做的事是反汇编bug报告的“Code”部分:ksymoops也会用正确的工具来做这件事,
94Code”之后的十六进制字节可能(在某些架构上)有一些当前指令之前的指令字节以及
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-v4.19/Documentation/crypto/
Dapi-samples.rst1 Code Examples
4 Code Example For Symmetric Key Cipher Operation
115 Code Example For Use of Operational State Memory With SHASH
176 Code Example For Random Number Generator Usage
/Linux-v4.19/scripts/
Ddecodecode29 *Code:*)
105 echo Code starting with the faulting instruction > $T.aa
Ddecode_stacktrace.sh148 elif [[ $line == *Code:* ]]; then
/Linux-v4.19/tools/perf/Documentation/
Dperf-c2c.txt204 Code address
214 - code symbol related to the 'Code address' value
217 - shared object name related to the 'Code address' value
220 - source information related to the 'Code address' value
248 Code address, Code symbol, Shared Object, Source line
/Linux-v4.19/arch/x86/realmode/rm/
Dtrampoline_32.S37 mov %cs, %ax # Code and data in the same place
Dtrampoline_64.S47 mov %cs, %ax # Code and data in the same place
/Linux-v4.19/include/linux/mtd/
Dftl.h48 uint8_t Code; member
/Linux-v4.19/arch/arm/boot/dts/
Darmada-370-seagate-nas-2bay.dts14 * Code name (board/PCB) : Dart 2-Bay
Darmada-370-seagate-personal-cloud.dts14 * Code name (board/PCB) : Cumulus
Darmada-370-seagate-personal-cloud-2bay.dts14 * Code name (board/PCB) : Cumulus Max
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-indexed.rst21 - Code
Dvidioc-g-dv-timings.rst156 - The Video Identification Code according to the CEA-861 standard.
160 - The Video Identification Code according to the HDMI standard.
292 Identification Code as per the CEA-861 standard.
295 Identification Code as per the HDMI standard (HDMI Vendor Specific
/Linux-v4.19/Documentation/auxdisplay/
Dks010833 Device Code: ks0108
/Linux-v4.19/drivers/net/
DLICENSE.SRC1 Code in this directory written at the IDA Supercomputing Research Center
/Linux-v4.19/Documentation/ABI/removed/
Dsysfs-bus-nfit17 Correcting Code) blocks.
/Linux-v4.19/Documentation/sound/cards/
Dmixart.rst16 (AES/EBU, Word Clock, Time Code and Video Synchro)
72 - external clock support (AES/EBU, Word Clock, Time Code, Video Sync)
/Linux-v4.19/arch/unicore32/boot/compressed/
Dvmlinux.lds.in4 * Code specific to PKUnity SoC and UniCore ISA
/Linux-v4.19/lib/zlib_deflate/
Ddeftree.c156 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
162 send_bits(s, tree[c].Code, tree[c].Len); }
287 static_dtree[n].Code = bitrev32((u32)n) >> (32 - 5); in tr_static_init()
523 tree[n].Code = bitrev32((u32)(next_code[len]++)) >> (32 - len); in gen_codes()
526 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
/Linux-v4.19/drivers/staging/erofs/
DTODO34 Code, suggestions, etc, are welcome. Please feel free to

123456