Home
last modified time | relevance | path

Searched +full:win32 +full:- +full:ia32 (Results 1 – 9 of 9) 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/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.cpp48 #endif // WIN32
403 s += "-"; in SysInfo_To_String()
407 if ((maxSize & (kReserveSize - 1)) == 0) in SysInfo_To_String()
458 // s += " - "; in GetSysInfo()
589 Microcode += "->"; in Fill()
648 if (v != -1) in AddCpuFeatures()
833 s += " - "; in GetSystemInfoText()
862 printCallback->Print(s); in GetSystemInfoText()
863 printCallback->NewLine(); in GetSystemInfoText()
1014 #define MY_CPU_COMPILE_ISA "IA32" in GetCompiler()
/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/libffi/
DChangeLog3 Date: Mon Jun 28 21:10:49 2021 -0400
9 Date: Mon Jun 28 19:50:29 2021 -0400
15 Date: Mon Jun 28 18:50:31 2021 -0400
21 Date: Mon Jun 28 18:45:11 2021 -0400
27 Date: Mon Jun 28 14:59:07 2021 -0400
33 Date: Mon Jun 28 11:51:35 2021 -0700
39 Date: Mon Jun 28 07:24:19 2021 -0700
41 Fix the assertions in cls-24byte (#652)
43 * Fix the assertions in cls-24byte
49 Date: Mon Jun 28 09:53:01 2021 -0400
[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/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 …]