Home
last modified time | relevance | path

Searched +full:win32 +full:- +full:ia32 (Results 1 – 10 of 10) sorted by relevance

/third_party/flatbuffers/
Dpnpm-lock.yaml11 '@typescript-eslint/eslint-plugin':
13 version: 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.3)
14 '@typescript-eslint/parser':
29 /@aashutoshrathi/word-wrap@1.2.6:
30 …resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlC…
34 /@esbuild/android-arm64@0.19.8:
35 …resolution: {integrity: sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLEC…
43 /@esbuild/android-arm@0.19.8:
44 …resolution: {integrity: sha512-31E2lxlGM1KEfivQl8Yf5aYU/mflz9g06H6S15ITUFQueMFtFjESRMoDSkvMo8thYvL…
52 /@esbuild/android-x64@0.19.8:
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/.github/workflows/
Drelease.yaml4 - cron: "0 0 * * *" # midnight UTC
10 - release
11 - trigger-nightly
16 RUSTFLAGS: "-D warnings -W unreachable-pub"
20 CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
21 CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc
28 - os: windows-latest
29 target: x86_64-pc-windows-msvc
30 code-target: win32-x64
31 - os: windows-latest
[all …]
/third_party/node/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
18 -->
19 <!-- OAT(OSS Audit Tool) configuration guide:
56 -->
61 …ense,Free Software Foundation - MIT License,Apache License V2.0,ICU License,zlib/libpng License,BS…
62 …<policyitem type="compatibility" name="Unicode-DFS-2016" path="deps/icu-small/.*" desc="ICU Licens…
63 …<policyitem type="compatibility" name="Unicode-TOU" path="deps/icu-small/.*" desc="ICU License,不影响…
64 …<policyitem type="compatibility" name="Unicode-TOU" path="tools/icu/patches/64/source/.*" desc="IC…
[all …]
/third_party/lzma/CPP/Windows/
DSystemInfo.cpp96 #endif // WIN32
455 if ((maxSize & (kReserveSize - 1)) == 0) in SysInfo_To_String()
506 // s += " - "; in GetSysInfo()
583 const unsigned sha2 = ((unsigned)(Arm64_ISAR0_EL1 >> 12) & 0xf) - 1; in Get_Registers()
686 Microcode += "->"; in Fill()
773 if (v != -1) in AddCpuFeatures()
969 s += " - "; in GetSystemInfoText()
1003 printCallback->Print(s); in GetSystemInfoText()
1004 printCallback->NewLine(); in GetSystemInfoText()
1191 #define MY_CPU_COMPILE_ISA "IA32" in GetCompiler()
[all …]
/third_party/openssl/
DNEWS.md8 ----------------
10 - [OpenSSL 3.0](#openssl-30)
11 - [OpenSSL 1.1.1](#openssl-111)
12 - [OpenSSL 1.1.0](#openssl-110)
13 - [OpenSSL 1.0.2](#openssl-102)
14 - [OpenSSL 1.0.1](#openssl-101)
15 - [OpenSSL 1.0.0](#openssl-100)
16 - [OpenSSL 0.9.x](#openssl-09x)
19 -----------
24 IDENTIFIER sub-identities. ([CVE-2023-2650])
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h2 * layout.h - Ntfs on-disk layout structures. Originated from the Linux-NTFS project.
4 * Copyright (c) 2000-2005 Anton Altaparmakov
6 * Copyright (c) 2005-2006 Szabolcs Szakacsits
19 * along with this program (in the main directory of the NTFS-3G
21 * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
47 * struct BIOS_PARAMETER_BLOCK - BIOS parameter block (bpb) structure.
68 * struct NTFS_BOOT_SECTOR - NTFS boot sector structure.
82 approx. 4.7x10^21 bytes. (-; */
98 * enum NTFS_RECORD_TYPES -
132 * operator! (-8
[all …]
/third_party/lame/
DChangeLog3 -==================-
5 - All dates/times are in GMT.
6 - Generated from svn log entries (svn2cl)
8 --
10 2019-07-23 12:20 robert
15 2019-07-23 09:34 robert
21 2019-07-23 09:18 robert
26 2019-07-19 13:27 robert
30 `eov->bitrate_index <= cfg->vbr_max_bitrate_index' failed
37 2019-06-28 13:05 robert
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/
Dpackage-lock.json2 "name": "rust-analyzer",
3 "version": "0.5.0-dev",
8 "name": "rust-analyzer",
9 "version": "0.5.0-dev",
10 "license": "MIT OR Apache-2.0",
14 "d3-graphviz": "^5.0.2",
15 "vscode-languageclient": "^8.0.2"
20 "@typescript-eslint/eslint-plugin": "^5.30.5",
21 "@typescript-eslint/parser": "^5.30.5",
22 "@vscode/test-electron": "^2.1.5",
[all …]
/third_party/python/Lib/test/
Dtest_math.py1 # Python test set -- math module
17 eps = 1E-05
20 NINF = float('-inf')
24 # detect evidence of double-rounding: fsum is not always correctly
40 """Convert a non-NaN float x to an integer, in such a way that
42 abs(ulps(x) - ulps(y)) gives the difference in ulps between two
48 Note: 0.0 and -0.0 are converted to 0 and -1, respectively.
61 # factorial(n) = factorial_odd_part(n) << (n - count_set_bits(n))
71 # We iterate downwards from i == n.bit_length() - 1 to i == 0. The inner
79 return 1 + count_set_bits(n & n - 1) if n else 0
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1 //===-- 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 …]