Home
last modified time | relevance | path

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

12345678910>>...42

/third_party/gptfdisk/
Dparttypes.cc2 // Class to manage partition type codes -- a slight variant on MBR type
5 /* This program is copyright (c) 2009-2018 by Roderick W. Smith. It is distributed
24 const PartType PartType::unusedPartType = (GUIDData) "00000000-0000-0000-0000-000000000000";
28 #define DESC_LENGTH (SCREEN_WIDTH - (6 * NUM_COLUMNS)) / NUM_COLUMNS
63 numInstances--; in ~PartType()
67 allTypes = allTypes->next; in ~PartType()
73 // Add all partition type codes to the internal linked-list structure.
75 // See http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
80 AddType(0x0000, "00000000-0000-0000-0000-000000000000", "Unused entry", 0); in AddAllTypes()
83 // (they're available mainly for MBR-to-GPT conversions). in AddAllTypes()
[all …]
DREADME.Windows6 Most versions of Windows cannot boot from a GPT disk on BIOS-based
12 GPT fdisk on a BIOS-mode boot disk, or perhaps even on a data disk, you may
13 find recovery to be very difficult! Pre-installed Windows 8 and later
15 self-installed Windows 8 systems sometimes use BIOS mode. This caveat does
20 the gdisk.html or fixparts.html documents (the Linux man pages converted to
23 the software. I originally wrote GPT fdisk on Linux, and some Linux- and
24 Unix-centric language remains in the documentation.
27 -----------------
31 text-mode program file as well as the sgdisk program that's available
32 with Linux, FreeBSD, and OS X builds.
[all …]
/third_party/rust/crates/rustix/src/backend/libc/
Doffset.rs11 target_os = "linux",
23 target_os = "linux",
35 target_os = "linux",
44 target_os = "linux",
56 target_os = "linux",
68 target_os = "linux",
76 target_os = "linux",
84 target_os = "linux",
92 target_os = "linux",
100 #[cfg(all(target_os = "linux", target_env = "gnu"))]
[all …]
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Copyright (c) Linux Test Project, 2013-2016
44 {MADV_REMOVE, "MADV_REMOVE", &sfile}, /* since Linux 2.6.16 */
45 {MADV_DONTFORK, "MADV_DONTFORK", &sfile}, /* since Linux 2.6.16 */
46 {MADV_DOFORK, "MADV_DOFORK", &sfile}, /* since Linux 2.6.16 */
47 {MADV_HWPOISON, "MADV_HWPOISON", &sfile}, /* since Linux 2.6.32 */
48 {MADV_MERGEABLE, "MADV_MERGEABLE", &sfile}, /* since Linux 2.6.32 */
49 {MADV_UNMERGEABLE, "MADV_UNMERGEABLE", &sfile}, /* since Linux 2.6.32 */
50 {MADV_HUGEPAGE, "MADV_HUGEPAGE", &amem}, /* since Linux 2.6.38 */
51 {MADV_NOHUGEPAGE, "MADV_NOHUGEPAGE", &amem}, /* since Linux 2.6.38 */
[all …]
/third_party/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
11 "linux-debian-buster/x86-amd/gcc": {
12-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
14 "linux-debian-sid/x86_64-amd/gcc": {
15-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/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/libffi/
DREADME.md2 libffi-3.4.1 was released on June 28, 2021. Check the libffi web page
19 told at run-time about the number and types of arguments used to call
46 | --------------- | ---------------- | ----------------------- |
48 | AArch64 | Linux | GCC |
50 | Alpha | Linux | GCC |
52 | ARC | Linux | GCC |
53 | ARM | Linux | GCC |
56 | AVR32 | Linux | GCC |
58 | CSKY | Linux | GCC |
60 | KVX | Linux | GCC |
[all …]
/third_party/ltp/testcases/kdump/lib/crasher/
Dcrasher.c16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 #include <linux/module.h>
23 #include <linux/kernel.h>
24 #include <linux/init.h>
25 #include <linux/proc_fs.h>
26 #include <linux/spinlock.h>
28 #include <linux/version.h>
29 #include <linux/uaccess.h>
40 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)
51 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)
[all …]
/third_party/skia/
DWORKSPACE.bazel6 # See https://github.com/emscripten-core/emsdk/tree/85d27a4a2a60d591613a305b14ae438c2bb3ce11/bazel#…
10 strip_prefix = "emsdk-2.0.32/bazel",
11 url = "https://github.com/emscripten-core/emsdk/archive/refs/tags/2.0.32.tar.gz",
20 emsdk_emscripten_deps(emscripten_version = "2.0.32")
23 # Meant to run on amd64 linux and compile for amd64 linux using musl as the c library.
25 … From https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_…
26 clang_prefix = "clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04/",
28 …rl = "https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_…
29 # From https://packages.debian.org/bullseye/amd64/musl-dev/download
31 musl_dev_url = "http://ftp.debian.org/debian/pool/main/m/musl/musl-dev_1.2.2-1_amd64.deb",
[all …]
/third_party/gn/infra/recipe_modules/target/
Dapi.py2 # Use of this source code is governed by a BSD-style license that can be
9 'fuchsia-amd64': 'x86_64-fuchsia',
10 'fuchsia-arm64': 'aarch64-fuchsia',
11 'linux-amd64': 'x86_64-linux-gnu',
12 'linux-arm64': 'aarch64-linux-gnu',
13 'linux-riscv64': 'riscv64-linux-gnu',
14 'mac-amd64': 'x86_64-apple-darwin',
15 'mac-arm64': 'arm64-apple-darwin',
39 """Returns True iff the target platform is Linux."""
40 return self.os == 'linux'
[all …]
/third_party/rust/crates/nix/src/sys/ptrace/
Dlinux.rs14 target_os = "linux",
26 if #[cfg(any(all(target_os = "linux", target_arch = "s390x"),
27 all(target_os = "linux", target_env = "gnu"),
53 #[cfg(any(all(target_os = "android", target_pointer_width = "32"),
54 all(target_os = "linux", any(target_env = "musl",
59 target_pointer_width = "32"))))]
61 #[cfg(any(all(target_os = "android", target_pointer_width = "32"),
62 all(target_os = "linux", any(target_env = "musl",
67 target_pointer_width = "32"))))]
69 #[cfg(any(all(target_os = "android", target_pointer_width = "32"),
[all …]
/third_party/skia/third_party/externals/icu/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
32 icu_cv_host_frag=mh-linux
34 icu_cv_host_frag=mh-linux-va
[all …]
/third_party/icu/icu4c/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
32 icu_cv_host_frag=mh-linux
34 icu_cv_host_frag=mh-linux-va
[all …]
/third_party/mesa3d/docs/relnotes/
D3.311 ------------
13 Mesa uses an even/odd version number scheme like the Linux kernel.
28 ----------------------------
31 instead of C-language enums. This change improves Mesa/OpenGL
37 ---------------------
56 ------------------
61 penalty for typical single-thread applications. See the glapi.c
64 The Xlib driver (XMesa) is now thread-safe as well. Be sure to
71 --------------------------
73 If you use the old-style (non GNU automake) method to build Mesa note
[all …]
/third_party/rust/crates/rustix/tests/time/
Dy2038.rs1 /// Test that `Timespec` and `Secs` support a 64-bit number of seconds,
6 /// 64-bit `time_t`.
8 /// 32-bit Android is [not y2038 compatible]. In theory we could use
13 …oid.googlesource.com/platform/bionic/+/refs/heads/master/docs/32-bit-abi.md#is-32_bit-on-lp32-y2038
14 #[cfg(not(all(target_env = "musl", target_pointer_width = "32")))]
15 #[cfg(not(all(target_os = "android", target_pointer_width = "32")))]
16 #[cfg(not(all(target_os = "emscripten", target_pointer_width = "32")))]
17 #[cfg(not(all(target_os = "linux", target_arch = "sparc")))]
26 #[cfg(any(target_os = "android", target_os = "fuchsia", target_os = "linux"))] in test_y2038()
37 #[cfg(any(target_os = "android", target_os = "fuchsia", target_os = "linux"))]
[all …]
/third_party/openssl/util/perl/OpenSSL/
Dconfig.pm2 # Copyright 1998-2023 The OpenSSL Project Authors. All Rights Reserved.
56 my $v = `$CROSS_COMPILE$CC -v 2>&1`;
57 $v =~ m/(?:(?:clang|LLVM) version|.*based on LLVM)\s+([0-9]+\.[0-9]+)/;
62 my $nul = File::Spec->devnull();
63 my $v = `$CROSS_COMPILE$CC -dumpversion 2> $nul`;
66 $v =~ s/^[a-zA-Z]*\-//;
77 [ 'A\/UX:.*', 'm68k-apple-aux3' ],
78 [ 'AIX:[3-9]:4:.*', '${MACHINE}-ibm-aix' ],
79 [ 'AIX:.*?:[5-9]:.*', '${MACHINE}-ibm-aix' ],
80 [ 'AIX:.*', '${MACHINE}-ibm-aix3' ],
[all …]
/third_party/rust/crates/rustix/src/backend/libc/time/
Dtypes.rs4 #[cfg(any(target_os = "android", target_os = "fuchsia", target_os = "linux"))]
45 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
49 #[cfg(not(all(target_arch = "x86_64", target_pointer_width = "32")))]
59 /// On 32-bit glibc platforms, `timespec` has anonymous padding fields, which
86 fn from(t: LibcTimespec) -> Self { in from()
100 fn from(t: Timespec) -> Self { in from()
150 #[cfg(any(target_os = "android", target_os = "linux"))]
154 #[cfg(any(target_os = "android", target_os = "linux"))]
158 #[cfg(any(target_os = "android", target_os = "linux"))]
200 /// Linux dynamic clocks.
[all …]
/third_party/openssl/Configurations/
D10-main.conf1 ## -*- mode: perl; -*-
8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) {
10 ASFLAGS => "-g",
11 asflags => "-Ox -f win64 -DNEAR",
12 asoutflag => "-o " };
20 $die->("NASM not found - make sure it's installed and available on %PATH%\n");
33 my $ver=`nasm -v 2>NUL`;
34 my $vew=`nasmw -v 2>NUL`;
38 asflags => "-f win32",
39 asoutflag => "-o ",
[all …]
/third_party/ltp/testcases/kernel/syscalls/bpf/
Dbpf_prog05.c1 // SPDX-License-Identifier: GPL-2.0-only
9 * Compare the effects of 32-bit div/mod by zero with the "expected"
18 * it turned out that the source register was being 32-bit truncated
23 * "bpf: Fix 32 bit src register truncation on div/mod"
42 * w7 are the same registers treated as 32bit.
68 * r3 = -1 in ensure_ptr_arithmetic()
73 BPF_MOV64_IMM(BPF_REG_3, -1), in ensure_ptr_arithmetic()
94 if (ret != -1) in ensure_ptr_arithmetic()
106 /* r6 = 1 << 32 in load_prog()
107 * r7 = -1 in load_prog()
[all …]
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs44 target_os = "linux",
53 #[cfg(all(target_os = "linux", target_env = "gnu"))]
57 #[cfg(all(target_os = "linux", target_env = "gnu"))]
61 #[cfg(all(target_os = "linux", target_env = "gnu"))]
74 #[cfg(not(target_os = "wasi"))] // WASI doesn't have Unix-style mode flags.
78 #[cfg(not(target_os = "wasi"))] // WASI doesn't have Unix-style mode flags.
82 #[cfg(not(target_os = "wasi"))] // WASI doesn't have Unix-style mode flags.
86 #[cfg(not(target_os = "wasi"))] // WASI doesn't have Unix-style mode flags.
90 #[cfg(not(target_os = "wasi"))] // WASI doesn't have Unix-style mode flags.
94 #[cfg(not(target_os = "wasi"))] // WASI doesn't have Unix-style mode flags.
[all …]
/third_party/backends/doc/
Dsane-scsi.man1 .TH sane\-scsi 5 "14 Jul 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
2 .IX sane\-scsi
4 sane\-scsi \- SCSI adapter tips for scanners
6 This manual page contains various operating-system specific tips and
13 Linux,
30 For some operating systems (e.g. Linux and OS/2), there is an alternate way of
57 strings which must be enclosed in double-quotes if they contain any
58 whitespace. The remaining four fields are non-negative integer numbers. The
60 specific tools, e.g. for Linux by looking at the output of the command
65 scsi-line matches multiple devices. When this happens, each matching device
[all …]
/third_party/libabigail/doc/manuals/
Dabipkgdiff.rst14 function and variable sub-types, the two input packages must be
28 .. include:: tools-use-libabigail.txt
52 * Default system-wide suppression specification file
57 $libdir/libabigail/libabigail-default.abignore. If that file is not
58 present, then no default system-wide suppression specification file
75 The user might as well use the ``--suppressions`` option (that is
83 * ``--help | -h``
87 * `--version | -v`
91 * ``--debug-info-pkg1 | --d1`` <path>
102 * ``--debug-info-pkg2 | --d2`` <path>
[all …]
/third_party/mesa3d/docs/drivers/
Dsvga3d.rst6 SVGA3D driver) for Linux using the latest source code. This driver gives
7 a Linux virtual machine access to the host's GPU for
8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows
14 - The VM is configured for virtual hardware version 12.
15 - The host OS, GPU and graphics driver supports DX11 (Windows) or
16 OpenGL 4.0 (Linux, Mac)
17 - On Linux, the vmwgfx kernel module must be version 2.9.0 or later.
18 - A recent version of Mesa with the updated svga Gallium driver.
25 - Multisample antialiasing (2x, 4x)
26 - GL_ARB/AMD_draw_buffers_blend
[all …]
/third_party/libsnd/docs/
Dindex.md1 ---
4 ---
11 The library was written to compile and run on a Linux system but should compile
13 There are also pre-compiled binaries available for 32 and 64 bit windows.
15 It was designed to handle both little-endian (such as WAV) and big-endian (such
16 as AIFF) data, and to compile and run correctly on little-endian (such as Intel
17 and DEC/Compaq Alpha) processor systems as well as big-endian processor systems
25 * Every platform supported by Debian GNU/Linux including x86_64-linux-gnu,
26 i486-linux-gnu, powerpc-linux-gnu, sparc-linux-gnu, alpha-linux-gnu,
27 mips-linux-gnu and armel-linux-gnu.
[all …]
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h1 // This file includes selected Linux header files, and supplementary
2 // definitions, needed for general-purpose code.
6 // Selected Linux headers.
8 #include <linux/auxvec.h>
9 #include <linux/eventpoll.h>
10 #include <linux/fadvise.h>
11 #include <linux/falloc.h>
12 #include <linux/fcntl.h>
13 #include <linux/fs.h>
14 #include <linux/futex.h>
[all …]

12345678910>>...42