Home
last modified time | relevance | path

Searched refs:Revision (Results 1 – 25 of 1642) sorted by relevance

12345678910>>...66

/netbsd-src/usr.bin/compress/doc/
H A Drevision.log4 * Revision 4.0 85/07/30 12:50:00 joe
8 * Revision 3.6 85/07/04 01:22:21 joe
13 * Revision 3.5 85/06/30 20:47:21 jaw
18 * Revision 3.4 85/06/27 12:00:00 ken
22 * Revision 3.3 85/06/24 21:53:24 joe
26 * Revision 3.2 85/06/06 21:53:24 jaw
30 * Revision 3.1 85/05/12 18:56:13 jaw
36 * Revision 3.0 84/11/27 11:50:00 petsd!joe
41 * Revision 2.7 84/11/16 19:35:39 ames!jaw
46 * Revision 2.6 84/11/05 19:18:21 ames!jaw
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddttable.c86 if (Rsdp->Revision > 0) in DtCompileRsdp()
134 UINT8 Revision; in DtCompileFadt() local
154 Revision = Table->Header.Revision; in DtCompileFadt()
159 if ((Revision == 1) && (!DsdtAddress)) in DtCompileFadt()
164 if (Revision == 2) in DtCompileFadt()
176 else if (Revision > 2) in DtCompileFadt()
216 if (Revision >= 5) in DtCompileFadt()
230 if (Revision >= 6) in DtCompileFadt()
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daetables.h420 [008h 0008 1] Revision : 01
424 [018h 0024 4] Oem Revision : 00000001
426 [020h 0032 4] Asl Compiler Revision : 20110316
452 [0001] Revision : 01
456 [0004] Oem Revision : 00000001
458 [0004] Asl Compiler Revision : 20100528
466 [001] Revision : 01
470 [004] Oem Revision : 00000001
472 [004] Asl Compiler Revision : 20100528
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DVersion.cpp64 std::string Revision = getClangRevision(); in getClangFullRepositoryVersion() local
65 if (!Path.empty() || !Revision.empty()) { in getClangFullRepositoryVersion()
69 if (!Revision.empty()) { in getClangFullRepositoryVersion()
72 OS << Revision; in getClangFullRepositoryVersion()
78 if (!LLVMRev.empty() && LLVMRev != Revision) { in getClangFullRepositoryVersion()
/netbsd-src/sys/external/bsd/acpica/dist/tools/examples/
H A Dextables.c256 [0001] Revision : 02
268 [0001] Revision : 01
272 [0004] Oem Revision : 00000001
274 [0004] Asl Compiler Revision : 20100528
283 [0001] Revision : 01
287 [0004] Oem Revision : 00000001
289 [0004] Asl Compiler Revision : 20100528
298 [0001] Revision : 05
302 [0004] Oem Revision : 00000000
304 [0004] Asl Compiler Revision : 20111123
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbdump.c59 UINT32 Revision,
282 if (Rsdp->Revision > 0) in AcpiDmDumpRsdt()
474 AcpiDmValidateFadtLength (Table->Revision, Table->Length); in AcpiDmValidateFadtLength()
482 * PARAMETERS: Revision - FADT revision (Header->Revision) in AcpiDmValidateFadtLength()
496 UINT32 Revision, in AcpiDmValidateFadtLength()
502 switch (Revision)
548 Revision, Length, ExpectedLength);
449 AcpiDmValidateFadtLength(UINT32 Revision,UINT32 Length) AcpiDmValidateFadtLength() argument
H A Ddmtables.c169 AcpiOsPrintf (" * Revision 0x%2.2X", Table->Revision); in AdCreateTableHeader()
171 switch (Table->Revision) in AdCreateTableHeader()
175 AcpiOsPrintf (" **** Invalid Revision"); in AdCreateTableHeader()
180 /* Revision of DSDT controls the ACPI integer width */ in AdCreateTableHeader()
207 AcpiOsPrintf (" * OEM Revision 0x%8.8X (%u)\n", Table->OemRevision, Table->OemRevision); in AdCreateTableHeader()
229 Table->Signature, Table->Revision,
408 AcpiUtSetIntegerWidth (Table->Revision); in AdParseTable()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dpowrprof.d30 ULONG Revision; member
38 ULONG Revision; member
57 ULONG Revision; member
75 ULONG Revision; member
82 ULONG Revision; member
/netbsd-src/sys/external/bsd/acpica/dist/tables/
H A Dtbprint.c169 (ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision > 0) ? in AcpiTbPrintTableHeader()
171 ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision, in AcpiTbPrintTableHeader()
184 LocalHeader.Length, LocalHeader.Revision, LocalHeader.OemId, in AcpiTbPrintTableHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DPhabricator.rst94 * Leave the drop down on *Create a new Revision...* and click *Continue*.
152 *Revision Update History*. Most features are self descriptive - explore, and
157 when a review changes state, for example by clicking "Accept Revision" in
221 Differential Revision: <URL>
230 Note that if you use the Arcanist tool the ``Differential Revision`` line will
232 ``Differential Revision`` line (as the last line) to the commit message
236 it will retrieve reviewers, the ``Differential Revision``, etc from the review
242 ``Differential Revision`` line to your commit message then it is recommended
244 the git revision number in the Comment, set the Action to "Close Revision" and
251 following (where ``<Revision>`` is the Phabricator review number):
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Defidbg.h116 UINT32 Revision; member
156 UINT32 Revision; member
202 UINT32 Revision; member
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-gawk/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-sh/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-clisp/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnome/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-pascal/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-python/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java/po/
H A Dsv.po4 # Revision: 1.9
9 "PO-Revision-Date: 2006-07-04 12:39+0200\n"

12345678910>>...66