Searched +full:libgcc +full:- +full:s1 (Results 1 – 8 of 8) sorted by relevance
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | cross_build.sh | 4 set -e 6 . .gitlab-ci/setup-test-env.sh 8 set -o xtrace 18 "crossbuild-essential-$arch" 21 "libdrm-dev:$arch" 22 "libelf-dev:$arch" 23 "libexpat1-dev:$arch" 24 "libffi-dev:$arch" 25 "libpciaccess-dev:$arch" 27 "libvulkan-dev:$arch" [all …]
|
| /third_party/vulkan-loader/.github/workflows/ |
| D | build.yml | 1 # Copyright (c) 2021-2024 Valve Corporation 2 # Copyright (c) 2021-2024 LunarG, Inc. 8 # http://www.apache.org/licenses/LICENSE-2.0 21 # https://docs.github.com/en/actions/using-jobs/using-concurrency 25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 26 cancel-in-progress: true 32 - main 34 permissions: read-all 39 runs-on: ${{matrix.os}} 44 os: [ ubuntu-20.04, ubuntu-22.04 ] [all …]
|
| /third_party/skia/m133/toolchain/ |
| D | download_linux_amd64_toolchain.bzl | 4 It downloads the necessary headers, executables, and pre-compiled static/shared libraries to 12 (See https://bazel.build/docs/output_directories#layout-diagram) 21 # https://chrome-infra-packages.appspot.com/p/skia/bots/clang_linux/+/5h9JgVTkZk0fFuOyLUCHZXIFqG1b1… 26 # (libm), etc. linux-libc-dev has the header files specific to linux. libc6-dev has the libc 37 …"url": "https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u… 40 # From https://packages.debian.org/buster/amd64/linux-libc-dev/download 42 …"url": "https://security.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_4.19.… 45 # From https://packages.debian.org/buster/amd64/libc6-dev/download 47 …"url": "https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6-dev_2.28-10+de… 50 # libx11-dev puts libX11.a in ${PWD}/usr/lib/x86_64-linux-gnu [all …]
|
| /third_party/vulkan-loader/ |
| D | BUILD.md | 7 - [Build Instructions](#build-instructions) 8 - [Table Of Contents](#table-of-contents) 9 - [Contributing to the Repository](#contributing-to-the-repository) 10 - [Repository Content](#repository-content) 11 - [Installed Files](#installed-files) 12 - [Build Requirements](#build-requirements) 13 - [Test Requirements](#test-requirements) 14 - [Repository Set-Up](#repository-set-up) 15 - [Display Drivers](#display-drivers) 16 - [Repository Dependencies](#repository-dependencies) [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Instructions.cpp | 1 //===- Instructions.cpp - Implement the LLVM instructions -----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements all of the non-inline methods for the LLVM instruction 12 //===----------------------------------------------------------------------===// 49 //===----------------------------------------------------------------------===// 51 //===----------------------------------------------------------------------===// 60 Size *= C->getZExtValue(); in getAllocationSizeInBits() 65 //===----------------------------------------------------------------------===// 67 //===----------------------------------------------------------------------===// [all …]
|
| /third_party/cares/ |
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for c-ares 1.34.5. 5 # Report bugs to <c-ares mailing list: http://lists.haxx.se/listinfo/c-ares>. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 14 ## -------------------- ## 16 ## -------------------- ## 25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 27 alias -g '${1+"$@"}'='"$@"' 30 case `(set -o) 2>/dev/null` in #( 32 set -o posix ;; #( [all …]
|
| /third_party/curl/ |
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for curl -. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 19 ## -------------------------------- ## 21 ## -------------------------------- ## 66 # Try built-in echo, and fail. 77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success' 93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success' 126 | sed -e 's:unknown:success:' 2>/dev/null` 160 | tr -d "0123456789$xc_tab" 2>/dev/null` [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 1 //===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 66 #define DEBUG_TYPE "x86-isel" 71 "x86-experimental-pref-loop-alignment", cl::init(4), 74 "(the last x86-experimental-pref-loop-alignment bits" 80 "x86-enable-old-knl-abi", cl::init(false), 86 "mul-constant-optimization", cl::init(true), 92 "x86-experimental-unordered-atomic-isel", cl::init(false), [all …]
|