Home
last modified time | relevance | path

Searched refs:Utils (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/netbsd-src/external/public-domain/xz/dist/
H A DPACKAGERS2 Information to packagers of XZ Utils
12 7. Installing XZ Utils and LZMA Utils in parallel
19 This document is meant for people who create and maintain XZ Utils
33 The preferred name for the XZ Utils package is "xz", because that's
44 lzmadec binary for compatibility with LZMA Utils
59 XZ Utils provide a general purpose data compression library
63 is currently the primary algorithm. With typical files, XZ Utils
66 If you are splitting XZ Utils into multiple packages, here are some
74 line tools from XZ Utils. xz has command line syntax similar to
78 primary algorithm. With typical files, XZ Utils create about 30 %
[all …]
H A DAUTHORS2 Authors of XZ Utils
5 XZ Utils is developed and maintained by Lasse Collin
10 this code, XZ Utils wouldn't exist.
20 XZ Utils.
H A DCOPYING2 XZ Utils Licensing
21 XZ Utils specific documentation files in other directories
44 If you copy significant amounts of public domain code from XZ Utils
50 This software includes code from XZ Utils <https://tukaani.org/xz/>.
60 even though it contains no copyrighted code from the XZ Utils source
H A DREADME2 XZ Utils
20 XZ Utils provide a general-purpose data-compression library plus
24 context of XZ Utils. The primary filter is currently LZMA2. With
25 typical files, XZ Utils create about 30 % smaller files than gzip.
58 XZ Utils doesn't support multithreaded compression or decompression
72 INSTALL Installation instructions specific to XZ Utils
73 PACKAGERS Information to packagers of XZ Utils
75 COPYING XZ Utils copyright and license information
80 AUTHORS The main authors of XZ Utils
83 NEWS User-visible changes between XZ Utils releases
[all …]
H A DINSTALL2 XZ Utils Installation
50 XZ Utils are developed on GNU/Linux, but they should work on many
57 A C99 compiler is required to compile XZ Utils. If you use GCC, you
59 C99 features used in XZ Utils source code, thus GCC 2 won't compile
60 XZ Utils.
62 XZ Utils takes advantage of some GNU C extensions when building
90 which doesn't support C99. Install GCC to compile XZ Utils.
93 to be patched before XZ Utils can be compiled correctly. See
99 XZ Utils doesn't have code to detect the amount of physical RAM and
108 XZ Utils can be built for OpenVMS, but the build system files
[all …]
H A DTODO2 XZ Utils To-Do List
15 XZ Utils compress some files significantly worse than LZMA Utils.
16 This is due to faster compression presets used by XZ Utils, and
/netbsd-src/external/public-domain/xz/dist/doc/
H A Dlzma-file-format.txt25 LZMA SDK, LZMA Utils, 7-Zip, and XZ Utils. This document
60 For example, the command line tools from LZMA Utils and
62 stream. In contrast, the command line tool from XZ Utils
101 XZ Utils has an additional requirement: lc + lp <= 4. Files
103 with XZ Utils. Usually this isn't a problem since the most
105 combination that the files created by LZMA Utils can have,
106 but LZMA Utils can decompress files with any lc/lp/pb.
116 LZMA Utils creates only files with dictionary size 2^n,
117 16 <= n <= 25. LZMA Utils can decompress files with any
120 XZ Utils creates and decompresses .lzma files only with
[all …]
H A Dhistory.txt2 History of LZMA Utils and XZ Utils
19 Tukaani project anymore, but development of LZMA Utils was kept going.
30 First steps of LZMA Utils
32 The first version of LZMA Utils (4.22.0) included a shell script called
36 were part of the first LZMA Utils release too.
38 LZMA Utils 4.22.0 included also lzmadec, which was a small (less than
49 version of LZMA Utils to use lzmash was 4.27.1.
51 LZMA Utils 4.32.0beta1 introduced a new lzma command-line tool written
55 in LZMA Utils.
80 Because the development of the third generation of LZMA Utils was
[all …]
H A Dfaq.txt2 XZ Utils FAQ
19 practical issues. In context of XZ Utils, LZMA is called LZMA1 to
24 Q: There are many LZMA related projects. How does XZ Utils relate to them?
31 LZMA Utils provide a gzip-like lzma tool for POSIX-like systems.
32 LZMA Utils are based on LZMA SDK. XZ Utils are the successor to
33 LZMA Utils.
50 Q: Do XZ Utils support the .7z format?
69 A: For now, no. Since XZ Utils supports the .lzma format, it's usually
94 Q: Is (some part of) XZ Utils patented?
96 A: Lasse Collin is not aware of any patents that could affect XZ Utils.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/Utils/
H A DBUILD.gn5 visibility = [ ":Utils" ]
10 static_library("Utils") {
16 # MCTargetDesc depends on Utils, so we can't depend on the full
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/ARM/Utils/
H A DBUILD.gn5 visibility = [ ":Utils" ]
10 static_library("Utils") {
16 # MCTargetDesc depends on Utils, so we can't depend on the full
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Utils/
H A DBUILD.gn4 visibility = [ ":Utils" ]
9 static_library("Utils") {
18 # MCTargetDesc depends on Utils, so we can't depend on the full
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMNewPMPass.rst57 ``llvm/lib/Transforms/Utils/HelloWorld.cpp``, which has already been created.
59 ``llvm/lib/Transforms/Utils/CMakeLists.txt`` (assuming you want your pass in
60 the ``Transforms/Utils`` directory.
73 ``llvm/include/llvm/Transforms/Utils/HelloWorld.h``. The file should
101 Next we'll create ``llvm/lib/Transforms/Utils/HelloWorld.cpp``, starting
106 #include "llvm/Transforms/Utils/HelloWorld.h"
149 #include "llvm/Transforms/Utils/HelloWorld.h"
185 test at ``llvm/test/Transforms/Utils/helloworld.ll``. See
190 $ cat llvm/test/Transforms/Utils/helloworld.ll
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/Utils/
H A DBUILD.gn1 static_library("Utils") {
9 # MCTargetDesc depends on Utils, so we can't depend on the full
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn49 "Utils",
61 "//llvm/lib/Transforms/Utils",
127 "Utils",
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DKey.py34 from Utils import *
36 from bind2nsd.Utils import *
H A DZone.py34 from Utils import *
36 from bind2nsd.Utils import *
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/
H A DBUILD.gn12 "//llvm/lib/Transforms/Utils",
38 "Utils.cpp",
/netbsd-src/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl333 package CVS::Utils::ChangeLog::EntrySet;
362 CVS::Utils::ChangeLog::FileEntry->new($file_full_path, $time, $revision,
385 CVS::Utils::ChangeLog::Message->new($msg_txt)
394 package CVS::Utils::ChangeLog::EntrySet::Output::Text;
776 package CVS::Utils::ChangeLog::EntrySet::Output::XML;
1003 package CVS::Utils::ChangeLog::EntrySet::Output;
1779 package CVS::Utils::ChangeLog::Message;
1804 package CVS::Utils::ChangeLog::FileEntry;
1907 package CVS::Utils::ChangeLog::EntrySetBuilder;
1928 my $poobah = CVS::Utils::ChangeLog::EntrySet->new;
[all …]
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
H A Dbind2nsd37 from Utils import *
42 from bind2nsd.Utils import *
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/
H A DBUILD.gn92 "Utils",
104 "//llvm/lib/Transforms/Utils",
176 "Utils",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DBUILD.gn33 "../Utils",
54 "//llvm/lib/Target/WebAssembly/Utils",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/ARM/MCTargetDesc/
H A DBUILD.gn39 "../Utils",
58 "//llvm/lib/Target/ARM/Utils",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn1 static_library("Utils") {
81 "Utils.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/MCTargetDesc/
H A DBUILD.gn48 "../Utils",
67 "//llvm/lib/Target/AArch64/Utils",

12345678910>>...18