Home
last modified time | relevance | path

Searched +full:p7zip +full:- +full:full (Results 1 – 5 of 5) sorted by relevance

/third_party/ninja/.github/workflows/
Dlinux.yml11 runs-on: [ubuntu-latest]
15 - uses: actions/checkout@v2
16 - uses: codespell-project/actions-codespell@master
19 - name: Install dependencies
21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh
22 chmod +x cmake-3.16.4-Linux-x86_64.sh
23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local
24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
26 rpm -U --quiet p7zip-16.02-20.el7.x86_64.rpm
[all …]
/third_party/rust/crates/libc/ci/docker/sparc64-unknown-linux-gnu/
DDockerfile3 RUN apt-get update && apt-get install -y --no-install-recommends \
4 curl ca-certificates \
5 gcc libc6-dev \
6 gcc-sparc64-linux-gnu libc6-dev-sparc64-cross \
7 qemu-system-sparc64 openbios-sparc seabios ipxe-qemu \
8 p7zip-full cpio linux-libc-dev-sparc64-cross
10 COPY linux-sparc64.sh /
11 RUN bash /linux-sparc64.sh
13 COPY test-runner-linux /
15 ENV CARGO_TARGET_SPARC64_UNKNOWN_LINUX_GNU_LINKER=sparc64-linux-gnu-gcc \
[all …]
/third_party/lzma/CPP/7zip/
DICoder.h56 Encoders in 7-Zip ignore (inSize).
58 Some decoders in 7-Zip check it, if (full_decoding mode was set via ICompressSetFinishMode)
66 Encoders in 7-Zip ignore (outSize).
74 -----------------------------
77 - ICompressSetDecoderProperties2
78 - ICompressSetFinishMode
80 If you need to decode full stream:
93 -----------------------------
96 - ICompressSetCoderProperties - use it before encoding to set properties
97 - ICompressWriteCoderProperties - use it before or after encoding to request encoded properties.
[all …]
/third_party/lzma/C/Util/7z/
D7zMain.c1 /* 7zMain.c - Test application for 7z Decoder
2 2024-02-28 : Igor Pavlov : Public domain */
49 if (dest->size >= size) in Buf_EnsureSize()
63 #define MY_UTF8_START(n) (0x100 - (1 << (7 - (n))))
136 val = (((val - 0xD800) << 10) | (c2 - 0xDC00)) + 0x10000; in Utf16_To_Utf8()
159 *Utf16_To_Utf8(dest->data, src, src + srcLen) = 0; in Utf16_To_Utf8Buf()
180 buf->data[0] = 0; in Utf16_To_Char()
186 … codePage, 0, (LPCWSTR)s, (int)len, (char *)buf->data, (int)size, &defaultChar, &defUsed); in Utf16_To_Char()
189 buf->data[numChars] = 0; in Utf16_To_Char()
277 for (numDigits -= pos; numDigits > 0; numDigits--) in UInt64ToStr()
[all …]
/third_party/toybox/www/
Droadmap.html2 <!--#include file="header.html" -->
9 <li><a href=#susv4>POSIX-2008/SUSv4</a></li>
34 <p>The most interesting publicly available standards are A) POSIX-2008 (also
36 <a href=https://www.kernel.org/doc/man-pages/>Linux man pages</a>.
44 to <a href=https://github.com/landley/control-images>build Linux From Scratch</a>.
47 plus <a href=faq.html#cross>musl-cross-make</a> to hermetically build
69 <h3><a name=susv4 /><a href="#susv4">POSIX-2008/SUSv4</a></h3>
73 …and ISO both approving <a href=https://landley.net/c99-draft.html>C99</a>. That's why IEEE 1003.1-
77 It's available <a href=https://pubs.opengroup.org/onlinepubs/9699919799>online in full</a>, and may…
86 It's still posix-2008/SUSv4/issue 7.)</p>
[all …]