| /third_party/pulseaudio/src/pulse/ |
| D | sample.h | 7 Copyright 2004-2006 Lennart Poettering 43 * \li PA_SAMPLE_U8 - Unsigned 8 bit integer PCM. 44 * \li PA_SAMPLE_S16LE - Signed 16 integer bit PCM, little endian. 45 * \li PA_SAMPLE_S16BE - Signed 16 integer bit PCM, big endian. 46 * \li PA_SAMPLE_FLOAT32LE - 32 bit IEEE floating point PCM, little endian. 47 * \li PA_SAMPLE_FLOAT32BE - 32 bit IEEE floating point PCM, big endian. 48 * \li PA_SAMPLE_ALAW - 8 bit a-Law. 49 * \li PA_SAMPLE_ULAW - 8 bit mu-Law. 50 * \li PA_SAMPLE_S32LE - Signed 32 bit integer PCM, little endian. 51 * \li PA_SAMPLE_S32BE - Signed 32 bit integer PCM, big endian. [all …]
|
| /third_party/ltp/ci/ |
| D | tumbleweed.sh | 2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 zyp="zypper --non-interactive install --force-resolution --no-recommends" 18 kernel-default-devel \ 19 keyutils-devel \ 20 libacl-devel \ 21 libaio-devel \ 22 libcap-devel \ 23 libmnl-devel \ 24 libnuma-devel \ [all …]
|
| D | debian.sh | 2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 # workaround for missing oldstable-updates repository 6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages 7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap… 14 apt="apt install -y --no-install-recommends" 17 acl-dev \ 22 build-essential \ 30 libacl1-dev \ 31 libaio-dev \ [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 17.0.4.rst | 1 Mesa 17.0.4 Release Notes / April 17, 2017 4 Mesa 17.0.4 is a bug fix release which fixes bugs found since the 17.0.3 5 release. 15 ---------------- 19 c4c34ba05d48f76b45bc05bc4b6e9242077f403d63c4f0c355c7b07786de233e mesa-17.0.4.tar.gz 20 1269dc8545a193932a0779b2db5bce9be4a5f6813b98c38b93b372be8362a346 mesa-17.0.4.tar.xz 22 Next release 23 ------------ 25 Mesa 17.0.5 is expected in approximatelly two weeks. See the release 29 ------------ [all …]
|
| D | 17.1.7.rst | 1 Mesa 17.1.7 Release Notes / August 21, 2017 4 Mesa 17.1.7 is a bug fix release which fixes bugs found since the 17.1.6 5 release. 15 ---------------- 19 7ca484fe3194e8185d9a20261845bfd284cc40d0f3fda690d317f85ac7b91af5 mesa-17.1.7.tar.gz 20 69f472a874b1122404fa0bd13e2d6bf87eb3b9ad9c21d2f39872a96d83d9e5f5 mesa-17.1.7.tar.xz 23 ------------ 28 --------- 30 - `Bug 101334 <https://bugs.freedesktop.org/show_bug.cgi?id=101334>`__ 31 - AMD SI cards: Some vulkan apps freeze the system [all …]
|
| D | 8.0.3.rst | 1 Mesa 8.0.3 Release Notes / May 18, 2012 4 Mesa 8.0.3 is a bug fix release which fixes bugs found since the 8.0.2 5 release. 15 ------------- 19 b7210a6d6e4584bd852ab29294ce717e MesaLib-8.0.3.tar.gz 20 cc5ee15e306b8c15da6a478923797171 MesaLib-8.0.3.tar.bz2 21 32773634a0f7e70a680505a81426eccf MesaLib-8.0.3.zip 24 ------------ 29 --------- 33 - `Bug 28138 <https://bugs.freedesktop.org/show_bug.cgi?id=28138>`__ - [all …]
|
| /third_party/toybox/www/ |
| D | roadmap.html | 2 <!--#include file="header.html" --> 9 <li><a href=#susv4>POSIX-2008/SUSv4</a></li> 30 for Toybox's 1.0 release. Most of these have their own section in the 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-… 86 It's still posix-2008/SUSv4/issue 7.)</p> [all …]
|
| D | about.html | 2 <!--#include file="header.html" --> 7 a single <a href=license.html>BSD-licensed</a> executable. It's simple, small, fast, and reasonably 8 …andards-compliant (<a href=http://opengroup.org/onlinepubs/9699919799>POSIX-2008</a> and <a href=h… 11 <a href=http://landley.net/aboriginal/about.html#selfhost>self-hosting</a> 16 (<a href=http://landley.net/talks/celf-2013.txt>outline</a>, 27 1) a set of posix-ish command line utilities, 28 2) a compiler<a name="1_back"></a><sup><font size=-3><a href=#1>[1]</a></font></sup>, 36 <p>The <a href=http://landley.net/talks/celf-2013.txt>2013 toybox talk</a> 42 …=http://www.youtube.com/watch?v=SGmtP5Lg_t0#t=4m22s>Software needed to become self-hosting</a></li> 66 <a href=https://marc.info/?l=linux-embedded&m=158159902514847&w=2>accidentally deleted</a> off yout… [all …]
|
| /third_party/rust/rust/src/doc/rustc/src/ |
| D | exploit-mitigations.md | 28 susceptible to memory corruption (CWE-119)[8] and concurrency issues 29 (CWE-557)[9]. Modern C and C++ compilers provide exploit mitigations to 46 architecture and equivalent.<sup id="fnref:1" role="doc-noteref"><a 60 | - | - | - | 61 | Position-independent executable | Yes | 0.12.0 (2014-10-09) | 62 …bug assertions are enabled, and disabled when debug assertions are disabled) | 1.1.0 (2015-06-25) | 63 | Non-executable memory regions | Yes | 1.8.0 (2016-04-14) | 64 | Stack clashing protection | Yes | 1.20.0 (2017-08-31) | 65 | Read-only relocations and immediate binding | Yes | 1.21.0 (2017-10-12) | 66 | Heap corruption protection | Yes | 1.32.0 (2019-01-17) (via operating system default or specified… [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/x86_64-gnu-tools/ |
| D | Dockerfile | 4 RUN apt-get update && apt-get install -y --no-install-recommends \ 7 ninja-build \ 10 ca-certificates \ 14 libssl-dev \ 16 xz-utils \ 20 gconf-service \ 22 libatk1.0-0 \ 23 libatk-bridge2.0-0 \ 27 libdbus-1-3 \ 32 libgconf-2-4 \ [all …]
|
| /third_party/backends/sanei/ |
| D | sanei_lm983x.c | 1 /* sane - Scanner Access Now Easy. 4 Copyright (C) 2002-2004 Gerhard Jaeger <gerhard@gjaeger.de> 22 additional uses of the libraries contained in this release of SANE. 35 a subsequent release, you agree by submitting the changes that 117 command_buffer[3] = max_len & 0xff; /* bytes to write LSB */ in sanei_lm983x_write() 137 len -= (size - _CMD_BYTE_CNT); in sanei_lm983x_write() 138 bytes += (size - _CMD_BYTE_CNT); in sanei_lm983x_write() 173 command_buffer[3] = max_len & 0xff; /* bytes to read LSB */ in sanei_lm983x_read() 194 size = (max_len - read_bytes); in sanei_lm983x_read() 214 len -= (max_len); in sanei_lm983x_read()
|
| /third_party/astc-encoder/Docs/ |
| D | ChangeLog-4x.md | 4 release of the 4.x series. 6 All performance data on this page is measured on an Intel Core i5-9600K 9 <!-- ---------------------------------------------------------------------- --> 14 The 4.7.0 release is a major maintenance release, fixing rounding behavior in 18 Reminder - the codec library API is not designed to be binary compatible across 19 versions. We always recommend rebuilding your client-side code using the updated 24 method to create the 16-bit RGB endpoint colors, and removes the previous 26 LSB bit flips relative to the standard specification. 27 * **Bug fix:** Decompressing to an 8-bit per component output image now matches 29 LSB bit flips relative to the standard specification. [all …]
|
| /third_party/vixl/src/aarch64/ |
| D | assembler-aarch64.h | 30 #include "../assembler-base-vixl.h" 31 #include "../code-generation-scopes-vixl.h" 32 #include "../cpu-features.h" 33 #include "../globals-vixl.h" 34 #include "../invalset-vixl.h" 35 #include "../utils-vixl.h" 37 #include "operands-aarch64.h" 100 : LabelLinksIteratorBase(&label->links_) {} in LabelLinksIterator() 102 // TODO: Remove these and use the STL-like interface instead. 112 // Disabled for unit-tests (it bind non-bound locs) in Bind() [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/install/ |
| D | ubuntu-cpu-source.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 # - change deb source to huaweicloud mirror 21 # - install compile dependencies via apt like cmake, gcc 22 # - install python3 & pip3 via apt and set it to default 23 # - install LLVM if LLVM is set to on. 26 # - PYTHON_VERSION: python version to install. [3.7(default), 3.8, 3.9] 27 # - LLVM: whether to install optional dependency LLVM for graph kernel fusion. [on, off(default)] 30 # Run script like `bash ./ubuntu-cpu-source.sh`. 31 # To set augments, run it as `PYTHON_VERSION=3.9 LLVM=on bash ./ubuntu-cpu-source.sh`. 33 set -e [all …]
|
| D | ubuntu-gpu-source.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 # - change deb source to huaweicloud mirror 21 # - install compile dependencies via apt like cmake, gcc 22 # - install python3 & pip3 via apt and set it to default 23 # - install CUDA by run file and cudnn via apt. 24 # - compile and install Open MPI if OPENMPI is set to on. 25 # - install LLVM if LLVM is set to on. 28 # - PYTHON_VERSION: python version to install. [3.7(default), 3.8, 3.9] 29 # - CUDA_VERSION: CUDA version to install. [10.1, 11.1 11.6(default)] 30 # - OPENMPI: whether to install optional package Open MPI for distributed training. [on, off(defa… [all …]
|
| /third_party/musl/ |
| D | WHATSNEW | 1 0.5.0 - initial release 5 0.5.9 - signal ABI bugfix, various cleanup and fixes: 8 breaking the intended ABI compatibility with the LSB/glibc sigaction 25 many internal improvements have been made to the syscall-related code 30 0.6.0 - x86_64 port, various important bugs fixed 48 0.7.0 - major improvements to posix conformance and completeness 61 malloc(0) now returns a non-null pointer. 64 hanging), and non-default-type mutex behavior. 67 libgcc with dwarf2 unwind support, and possibly other low-level tools. 69 improved musl-gcc compiler wrapper. [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | MinidumpConstants.def | 1 //===- MinidumpConstants.def - Iteration over minidump constants-*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 66 HANDLE_MDMP_STREAM_TYPE(0x47670005, LinuxLSBRelease) // /etc/lsb-release 75 // Facebook-defined stream types 92 HANDLE_MDMP_ARCH(0x0004, SHX) // PROCESSOR_ARCHITECTURE_SHX (Super-H) 100 HANDLE_MDMP_ARCH(0x8001, BP_SPARC) // Breakpad-defined value for SPARC 101 HANDLE_MDMP_ARCH(0x8002, BP_PPC64) // Breakpad-defined value for PPC64 102 HANDLE_MDMP_ARCH(0x8003, BP_ARM64) // Breakpad-defined value for ARM64 103 HANDLE_MDMP_ARCH(0x8004, BP_MIPS64) // Breakpad-defined value for MIPS64 [all …]
|
| /third_party/libwebsockets/READMEs/ |
| D | README.build.md | 8 ./bootstrap-vcpkg.sh 16 CMake is a multi-platform build tool that can generate build files for many 19 CMake also allows/recommends you to do "out of source"-builds, that is, 27 - Windows (Visual Studio) 28 - Windows (MinGW) 29 - Linux (x86 and ARM) 30 - OSX 31 - NetBSD 71 as --prefix= with autotools. It defaults to /usr/local. 74 $ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderDiscardTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 13 * http://www.apache.org/licenses/LICENSE-2.0 24 *//*--------------------------------------------------------------------*/ 362 // non-helper pixel per quad. Then compute derivatives of "one+fragCoord" and check they in makeDiscardCase() 364 … // is false on non-helper pixels. Demote the pixel if it gets the right values, so the final in makeDiscardCase() 368 " int lsb = (f.x | f.y)&1;\n" in makeDiscardCase() 369 " if (lsb != 0) demote;\n" in makeDiscardCase() 374 …" bool valid = abs(dx.x-1.0) < 0.01 && dx.y == 0.0 && dy.x == 0.0 && abs(dy.y-1.0) < 0.01 && abs(… in makeDiscardCase() 425 …Child(makeDiscardCase(m_testCtx, (DiscardTemplate)tmpl, (DiscardMode)mode, m_groupName).release()); in init()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| D | vktShaderRenderDiscardTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 13 * http://www.apache.org/licenses/LICENSE-2.0 24 *//*--------------------------------------------------------------------*/ 395 // non-helper pixel per quad. Then compute derivatives of "one+fragCoord" and check they in makeDiscardCase() 397 … // is false on non-helper pixels. Demote the pixel if it gets the right values, so the final in makeDiscardCase() 401 " int lsb = (f.x | f.y)&1;\n" in makeDiscardCase() 402 " if (lsb != 0) demote;\n" in makeDiscardCase() 407 …" bool valid = abs(dx.x-1.0) < 0.01 && dx.y == 0.0 && dy.x == 0.0 && abs(dy.y-1.0) < 0.01 && abs(… in makeDiscardCase() 460 …Child(makeDiscardCase(m_testCtx, (DiscardTemplate)tmpl, (DiscardMode)mode, m_groupName).release()); in init()
|
| /third_party/rust/crates/bindgen/.github/workflows/ |
| D | bindgen.yml | 6 - main 9 - main 12 - main 15 rustfmt-clippy: 16 runs-on: ubuntu-latest 19 - uses: actions/checkout@v4 21 - name: Install stable 22 uses: dtolnay/rust-toolchain@master 24 # TODO: Should ideally be stable, but we use some nightly-only 29 - name: Run rustfmt [all …]
|
| /third_party/backends/backend/ |
| D | hs2p-scsi.h | 1 /* sane - Scanner Access Now Easy. 22 additional uses of the libraries contained in this release of SANE. 35 a subsequent release, you agree by submitting the changes that 49 /* 1-2 SCSI STATUS BYTE KEYS */ 68 /* 1-3 SCSI COMMANDS */ 187 {0x8004, "(-12V fuse down)"}, 192 {0x8104, "(-12V power off)"}, 198 {0x8210, "Reverse-side memory error (Bus error)"}, 227 /* bit7 file-mark (unused, set to 0), 266 /* bits7-5 peripheral qualifier [all …]
|
| D | umax.h | 1 /* ------------------------------------------------------------------------------------------------… 3 /* umax.h - headerfile for SANE-backend for umax scanners 5 (C) 1997-2002 Oliver Rauch 21 additional uses of the libraries contained in this release of SANE. 34 a subsequent release, you agree by submitting the changes that 43 /* ------------------------------------------------------------------------------------------------… 51 /* ------------------------------------------------------------------------------------------------… 60 /* ------------------------------------------------------------------------------------------------… 64 /* ------------------------------------------------------------------------------------------------… 68 /* ------------------------------------------------------------------------------------------------… [all …]
|
| /third_party/cups/scheduler/ |
| D | cups-driverd.cxx | 8 * Copyright © 2020-2024 by OpenPrinting. 9 * Copyright © 2007-2019 by Apple Inc. 10 * Copyright © 1997-2007 by Easy Software Products. 23 #include <cups/ppd-private.h> 71 int type; /* ppd-type */ 86 typedef struct /**** In-memory record ****/ 128 static const char * const PPDTypes[] = /* ppd-type values */ 135 "object-direct", 136 "object-storage", 190 * 'main()' - Scan for drivers and return an IPP response. [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| D | spinlock.h | 8 // https://www.apache.org/licenses/LICENSE-2.0 19 // - for use in code that Mutex itself depends on 20 // - for async signal safety (see below) 56 // Constructors that allow non-cooperative spinlocks to be created for use 65 // Default but non-trivial destructor in some build configurations causes an 95 // Release this SpinLock, which must be held by the calling thread. 142 // bit[3:31] encodes time a lock spent on waiting as a 29-bit unsigned int. 145 // encoded as a 29-bit unsigned int, or in the case that the current 146 // holder did not wait but another waiter is queued, the LSB 190 l->Lock(); in SpinLockHolder() [all …]
|