Home
last modified time | relevance | path

Searched +full:linux +full:- +full:headers +full:- (Results 1 – 25 of 673) sorted by relevance

12345678910>>...27

/third_party/vulkan-loader/
DBUILD.md3 Instructions for building this repository on Linux, Windows, and MacOS.
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)
[all …]
/third_party/rust/crates/libc/ci/
Dinstall-musl.sh3 # Install musl and musl-sanitized linux kernel headers
4 # to musl-{$1} directory
6 set -ex
9 MUSL="musl-${MUSL_VERSION}"
12 curl --retry 5 https://www.musl-libc.org/releases/${MUSL}.tar.gz | tar xzf -
19 CC=aarch64-linux-gnu-gcc \
20 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes
21 make install -j4
26 CC=arm-linux-gnueabihf-gcc CFLAGS="-march=armv6 -marm -mfpu=vfp" \
27 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes
[all …]
/third_party/rust/crates/libc/libc-test/
Dbuild.rs26 if target.contains("linux") in do_cc()
35 if target.contains("android") || target.contains("linux") { in do_cc()
38 if target.contains("linux") in do_cc()
55 t if t.contains("linux") => return test_linux(t), in do_ctest()
64 t if t.contains("nto-qnx") => return test_neutrino(t), in do_ctest()
69 fn ctest_cfg() -> ctest::TestGenerator { in ctest_cfg()
97 // `libc-test/semver` dir. in do_semver()
103 // NOTE: Android doesn't include the unix file (or the Linux file) because in do_semver()
111 let os_arch = format!("{}-{}", os, arch); in do_semver()
114 let os_env = format!("{}-{}", os, target_env); in do_semver()
[all …]
/third_party/libdrm/include/drm/
DREADME1 What are these headers ?
2 ------------------------
3 This is the canonical source of drm headers that user space should use for
10 Non-linux platforms - changes/patches
11 -------------------------------------
16 git send-email --subject-prefix="PATCH libdrm" your patches to dri-devel
20 - Have the [libdrm vs kernel] headers on your platform deviated ?
23 - Have you introduced additional ABI that's not available in Linux ?
24 Propose it for [Linux kernel] upstream inclusion.
28 - Are your changes DRI1/UMS specific ?
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
DREADME.adoc1 // Copyright 2014-2024 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
13 * <<linux,Linux Software Dependencies>>
33 headers in `../gen/include/vulkan` including `vulkan_core.h` and a set
34 of platform-dependent headers `vulkan_<platform>.h`; and runs a simple
35 compilation test of the headers.
43 * Repeat until the headers and/or includes are correct
45 server (your personal repository clone of KhronosGroup/Vulkan-Docs on
59 === Video Headers
62 This is a similarly structured XML file used to produce headers for
[all …]
/third_party/libabigail/doc/manuals/
Dabidw.rst13 When given the ``--linux-tree`` option, this program can also handle a
14 `Linux kernel`_ tree. That is, a directory tree that contains both
15 the vmlinux binary and `Linux Kernel`_ modules. It analyses those
16 `Linux Kernel`_ binaries and emits an XML representation of the
29 .. include:: tools-use-libabigail.txt
38 abidw [options] [<path-to-elf-file>]
43 * ``--help | -h``
47 * ``--version | -v``
51 * ``--abixml-version``
55 * ``--add-binaries`` <*bin1,bin2,...*>
[all …]
Dabidiff.rst16 libraries that includes changes about function and variable sub-types,
23 .. include:: tools-use-libabigail.txt
32 abidiff [options] <first-shared-library> <second-shared-library>
44 * Default system-wide suppression specification file
49 $libdir/libabigail/libabigail-default.abignore. If that file is not
50 present, then no default system-wide suppression specification file
66 * ``--help | -h``
70 * ``--debug-self-comparison``
85 the --enable-debug-self-comparison configure option.
87 * ``--debug-tc``
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/
Dabi.html1 <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loos…
8 <meta name="keywords" content="OpenML, OpenGL, ABI, Linux">
30 <li><a href="#6">6. Extension Mechanism and Extension Headers</a>
52 <p> These standards target multiple platforms. For Linux and Microsoft
56 other platforms (at this time, vendor-specific Unix platforms such
64 Linux.
90 low-level API for accessing video and audio hardware.
100 <p> OpenGL is the <i>Graphics</i> component of OpenML. It is a low-level
107 <p> Because OpenGL is a pre-existing API with shipping implementations,
109 href="http://oss.sgi.com/projects/ogl-sample/ABI/">OpenGL ABI for
[all …]
/third_party/openGLES/extensions/OML/
Dabi.html1 <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loos…
8 <meta name="keywords" content="OpenML, OpenGL, ABI, Linux">
30 <li><a href="#6">6. Extension Mechanism and Extension Headers</a>
52 <p> These standards target multiple platforms. For Linux and Microsoft
56 other platforms (at this time, vendor-specific Unix platforms such
64 Linux.
90 low-level API for accessing video and audio hardware.
100 <p> OpenGL is the <i>Graphics</i> component of OpenML. It is a low-level
107 <p> Because OpenGL is a pre-existing API with shipping implementations,
109 href="http://oss.sgi.com/projects/ogl-sample/ABI/">OpenGL ABI for
[all …]
/third_party/rust/crates/linux-raw-sys/
DREADME.md2 <h1><code>linux-raw-sys</code></h1>
5 <strong>Generated bindings for Linux's userspace API</strong>
9 …tps://github.com/sunfishcode/linux-raw-sys/actions?query=workflow%3ACI"><img src="https://github.c…
10 …alliance.zulipchat.com/#narrow/stream/206238-general"><img src="https://img.shields.io/badge/zulip
11 …<a href="https://crates.io/crates/linux-raw-sys"><img src="https://img.shields.io/crates/v/linux-r…
12 …<a href="https://docs.rs/linux-raw-sys"><img src="https://docs.rs/linux-raw-sys/badge.svg" alt="do…
16 This crate contains bindgen-generated bindings for Linux's userspace API.
20 minimal type-safe, memory-safe, and I/O-safe API to the Linux system calls
25 most things needed by general-purpose code.
27 To regenerate the generated bindings, run `cargo update && cd gen && cargo run --release`.
[all …]
/third_party/rust/crates/nix/src/sys/
Dsendfile.rs21 /// `in_fd` must support `mmap`-like operations and therefore cannot be a socket.
23 /// For more information, see [the sendfile(2) man page.](https://man7.org/linux/man-pages/man2/sen…
24 #[cfg(any(target_os = "android", target_os = "linux"))]
31 ) -> Result<usize> { in sendfile()
48 /// `in_fd` must support `mmap`-like operations and therefore cannot be a socket.
50 /// For more information, see [the sendfile(2) man page.](https://man7.org/linux/man-pages/man2/sen…
51 #[cfg(target_os = "linux")]
58 ) -> Result<usize> { in sendfile64()
82 headers: Option<&'a [&'a [u8]]>,
84 ) -> SendfileHeaderTrailer<'a> {
[all …]
/third_party/icu/docs/processes/release/tasks/
Dhealthy-code.md1 ---
7 ---
9 <!--
12 -->
18 {: .no_toc .text-delta }
23 ---
34 virtual-function override without adding new ClassID support.
44 …[icu/icu4c/APIChangeReport.html](https://github.com/unicode-org/icu/blob/main/icu4c/APIChangeRepor…
46 <https://cldr-build.unicode.org/jenkins/job/icu/job/icu-apidocs/>~~
48 * Old: was http://bugs.icu-project.org/trac/build/icu4cdocs
[all …]
/third_party/rust/crates/libc/ci/docker/x86_64-unknown-linux-gnu/
DDockerfile2 RUN apt-get update
3 RUN apt-get install -y --no-install-recommends \
4 gcc libc6-dev ca-certificates linux-headers-generic
6 RUN apt search linux-headers
/third_party/musl/
DWHATSNEW1 0.5.0 - initial release
5 0.5.9 - signal ABI bugfix, various cleanup and fixes:
21 needed to get POSIX functions in standard C headers, and _XOPEN_SOURCE
25 many internal improvements have been made to the syscall-related code
30 0.6.0 - x86_64 port, various important bugs fixed
36 various bugs that were introduced while making the headers respect C
48 0.7.0 - major improvements to posix conformance and completeness
59 added syscall wrappers for the linux inotify interface.
61 malloc(0) now returns a non-null pointer.
64 hanging), and non-default-type mutex behavior.
[all …]
/third_party/gptfdisk/
DREADME.md5 ------------
10 - gdisk -- This program is modeled after Linux fdisk, but it operates on
12 disks that fdisk modifies. As such, gdisk is an interactive text-mode
17 - cgdisk -- This program is modeled after Linux cfdisk, but it operates on
19 is a curses-based text-mode tool for manipulating partitions, which is to
24 - sgdisk -- This program is conceptually similar to the Linux sfdisk and
26 manipulation of GPT disks using command-line options, so it's suitable
30 - fixparts -- This program, unlike the preceding three, operates on MBR
32 various utilities. Specifically, it can fix mis-sized extended partitions
47 ---------------------------------------------
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/
Dllvm-config.h1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
6 /* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */
8 /*===----------------------------------------------------------------------===*/
11 can be in exported headers and won't override package specific directives.
12 This is a C header that can be included in the llvm-c headers. */
32 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu"
34 #define LLVM_DEFAULT_TARGET_TRIPLE "i686-pc-linux-gnu"
36 #define LLVM_DEFAULT_TARGET_TRIPLE "armv7-linux-gnueabihf"
38 #define LLVM_DEFAULT_TARGET_TRIPLE "aarch64-linux-gnu"
40 #define LLVM_DEFAULT_TARGET_TRIPLE "mipsel-linux-gnu"
[all …]
/third_party/skia/third_party/externals/opengl-registry/ABI/
Dindex.php2 $static_title = 'OpenGL&reg; Application Binary Interface for Linux';
12 <h1 style="text-align:center">
13 OpenGL&reg; Application Binary Interface for Linux <br/>
14 <span style="font-size:12px"> (formerly Linux/OpenGL Base) </span>
17 <p style="text-align:center">Version 1.0<br/>
37 <li><a href="#5">5. Extension Headers</a></li>
48 OpenGL under X11 on Linux. This will enable applications using the
51 source, commercial closed binary, OpenGL SI-based, and Mesa-based
58 <p> It has similar goals to the <a href="http://www.linuxbase.org">Linux
71 <li> Internal implementation dependent issues - details of direct
[all …]
/third_party/openGLES/ABI/
Dindex.php2 $static_title = 'OpenGL&reg; Application Binary Interface for Linux';
12 <h1 style="text-align:center">
13 OpenGL&reg; Application Binary Interface for Linux <br/>
14 <span style="font-size:12px"> (formerly Linux/OpenGL Base) </span>
17 <p style="text-align:center">Version 1.0<br/>
37 <li><a href="#5">5. Extension Headers</a></li>
48 OpenGL under X11 on Linux. This will enable applications using the
51 source, commercial closed binary, OpenGL SI-based, and Mesa-based
58 <p> It has similar goals to the <a href="http://www.linuxbase.org">Linux
71 <li> Internal implementation dependent issues - details of direct
[all …]
/third_party/EGL/
DREADME.md1 # EGL-Registry
3 The EGL-Registry repository contains the EGL API and Extension Registry,
16 * index.php - toplevel index page for the web view. This relies on PHP
19 * registry.tcl - extension number registry. Documents the names and index
21 * api/egl.xml - extension enumerant and API registry. Defines the EGL API,
22 including extensions, and is used to generate headers. Documents the EGL
24 * api/EGL/ and api/KHR/ - header files used by an EGL implementation.
25 EGL/eglext.h and EGL/egl.h are generated from egl.xml. The other headers
27 * extensions/ - EGL extension specifications, grouped into vendor-specific
29 * sdk/ - EGL reference pages and reference cards. There are separate sets
[all …]
/third_party/glfw/src/
DCMakeLists.txt24 …COMMAND "${CMAKE_COMMAND}" -P "${GLFW_SOURCE_DIR}/CMake/GenerateMappings.cmake" mappings.h.in mapp…
60 if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
74 find_program(WAYLAND_SCANNER_EXECUTABLE NAMES wayland-scanner)
76 message(FATAL_ERROR "Failed to find wayland-scanner")
82 string(REGEX REPLACE "\\.xml$" "-client-protocol.h" header_file ${protocol_file})
83 string(REGEX REPLACE "\\.xml$" "-client-protocol-code.h" code_file ${protocol_file})
86 COMMAND "${WAYLAND_SCANNER_EXECUTABLE}" client-header "${protocol_path}" ${header_file}
91 COMMAND "${WAYLAND_SCANNER_EXECUTABLE}" private-code "${protocol_path}" ${code_file}
100 generate_wayland_protocol("xdg-shell.xml")
101 generate_wayland_protocol("idle-inhibit-unstable-v1.xml")
[all …]
/third_party/ltp/
DREADME.md1 Linux Test Project
4 Linux Test Project is a joint project started by SGI, OSDL and Bull developed
7 reliability, robustness, and stability of Linux.
9 The LTP testsuite contains a collection of tools for testing the Linux kernel
10 and related features. Our goal is to improve the Linux kernel and system
14 Project pages are located at: http://linux-test-project.github.io/
17 https://github.com/linux-test-project/ltp/releases
20 http://lists.linux.it/listinfo/ltp
28 https://github.com/linux-test-project/ltp
45 If you have git, autoconf, automake, m4, pkgconf / pkg-config, libc headers,
[all …]
/third_party/rust/crates/libc/ci/docker/mips64-unknown-linux-gnuabi64/
DDockerfile3 RUN apt-get update && apt-get install -y --no-install-recommends \
4 gcc libc6-dev qemu-user ca-certificates \
5 gcc-mips64-linux-gnuabi64 libc6-dev-mips64-cross \
6 qemu-system-mips64 linux-headers-generic
8 ENV CARGO_TARGET_MIPS64_UNKNOWN_LINUX_GNUABI64_LINKER=mips64-linux-gnuabi64-gcc \
9 CARGO_TARGET_MIPS64_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64 -L /usr/mips64-linux-gnuabi64" \
10 CC_mips64_unknown_linux_gnuabi64=mips64-linux-gnuabi64-gcc \
/third_party/rust/crates/libc/ci/docker/mips64el-unknown-linux-gnuabi64/
DDockerfile3 RUN apt-get update && apt-get install -y --no-install-recommends \
4 gcc libc6-dev qemu-user ca-certificates \
5 gcc-mips64el-linux-gnuabi64 libc6-dev-mips64el-cross \
6 qemu-system-mips64el linux-headers-generic
8 ENV CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_LINKER=mips64el-linux-gnuabi64-gcc \
9 …CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64el -L /usr/mips64el-linux-gnuabi64…
10 CC_mips64el_unknown_linux_gnuabi64=mips64el-linux-gnuabi64-gcc \
/third_party/rust/crates/libc/ci/docker/riscv64gc-unknown-linux-gnu/
DDockerfile3 RUN apt-get update && apt-get install -y --no-install-recommends \
4 gcc libc6-dev qemu-user ca-certificates \
5 gcc-riscv64-linux-gnu libc6-dev-riscv64-cross \
6 qemu-system-riscv64 linux-headers-generic
8 ENV CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=riscv64-linux-gnu-gcc \
9 CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUNNER="qemu-riscv64 -L /usr/riscv64-linux-gnu" \
10 CC_riscv64gc_unknown_linux_gnu=riscv64-linux-gnu-gcc \
11 CFLAGS_riscv64gc_unknown_linux_gnu="-mabi=lp64d -fPIC" \
/third_party/rust/crates/nix/test/
Dtest_sendfile.rs9 if #[cfg(any(target_os = "android", target_os = "linux"))] {
17 #[cfg(any(target_os = "android", target_os = "linux"))]
39 #[cfg(target_os = "linux")]
66 vec!["HTTP/1.1 200 OK\n", "Content-Type: text/plain\n", "\n"]; in test_sendfile_freebsd()
75 // Prepare headers and trailers for sendfile in test_sendfile_freebsd()
76 let headers: Vec<&[u8]> = in test_sendfile_freebsd() localVariable
90 Some(headers.as_slice()), in test_sendfile_freebsd()
117 vec!["HTTP/1.1 200 OK\n", "Content-Type: text/plain\n", "\n"]; in test_sendfile_dragonfly()
126 // Prepare headers and trailers for sendfile in test_sendfile_dragonfly()
127 let headers: Vec<&[u8]> = in test_sendfile_dragonfly() localVariable
[all …]

12345678910>>...27