| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | pigz.yml | 4 ci-cmake: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu GCC 12 os: ubuntu-latest 16 - name: Ubuntu GCC Symbol Prefix 17 os: ubuntu-latest 20 cmake-args: -DZLIB_SYMBOL_PREFIX=zTest_ 22 - name: Ubuntu Clang 23 os: ubuntu-latest [all …]
|
| D | cmake.yml | 4 ci-cmake: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu 18.04 GCC 12 os: ubuntu-18.04 14 cxx-compiler: g++ 16 - name: Ubuntu GCC ASAN 17 os: ubuntu-latest 19 cxx-compiler: g++ 20 cmake-args: -DWITH_SANITIZER=Address [all …]
|
| /external/mesa3d/src/panfrost/midgard/ |
| D | midgard_schedule.c | 2 * Copyright (C) 2018-2019 Alyssa Rosenzweig <alyssa@rosenzweig.io> 3 * Copyright (C) 2019-2020 Collabora, Ltd. 44 * A bundle can optionally have 128-bits of embedded constants, shared across 47 * Instructions consuming conditionals (branches and conditional selects) 57 * ------------------------------------------------------------------------- 61 /* We create the dependency graph with per-byte granularity */ 76 BITSET_WORD *dependents = instructions[*parent]->dependents; in add_dependency() 83 instructions[child]->nr_dependencies++; in add_dependency() 116 instructions[i]->dependents = in mir_create_dependency_graph() 119 instructions[i]->nr_dependencies = 0; in mir_create_dependency_graph() [all …]
|
| /external/pdfium/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 51 # Assume UTF-8 by default to avoid code page dependencies. 52 cflags += [ "/utf-8" ] 67 # compile-time constant expression (due to constant template args, 72 # C4251: 'identifier' : class 'type' needs to have dll-interface to be 77 # C4275: non dll-interface class used as base for dll-interface class 79 # fields of a non-exported base, through the base's non-exported inline 84 # C4312 is a VS 2015 64-bit warning for integer to larger pointer. 104 # constructors in question don't attempt to call methods on the passed-in 120 # copy-constructors in some cases. [all …]
|
| /external/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.cc | 29 #include "macro-assembler-aarch64.h" 36 if (--monitor_ == 0) { in Release() 38 VIXL_ASSERT(masm_->GetCursorOffset() < checkpoint_); in Release() 44 masm_->checkpoint_ = std::min(masm_->checkpoint_, checkpoint); in SetNextCheckpoint() 52 first_use_(-1), in LiteralPool() 71 if (literal->deletion_policy_ == RawLiteral::kDeletedOnPlacementByPool) { in Reset() 77 first_use_ = -1; in Reset() 86 ptrdiff_t distance = masm_->GetCursorOffset() + amount - first_use_; in CheckEmitFor() 133 masm_->SetAllowMacroInstructions(false); in Emit() 137 masm_->b(&end_of_pool); in Emit() [all …]
|
| D | macro-assembler-aarch64.h | 33 #include "../code-generation-scopes-vixl.h" 34 #include "../globals-vixl.h" 35 #include "../macro-assembler-interface.h" 37 #include "assembler-aarch64.h" 41 #include "simulator-aarch64.h" 45 #include "simulator-constants-aarch64.h" 333 // TODO: Remove these and use the STL-like interface instead. 435 BranchInfoTypedSetIterator(&(set_->typed_set_[i])); in BranchInfoSetIterator() 504 // Information about unresolved (forward) branches. 510 // The macro-instruction maps to a single instruction. [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | aggressive_dead_code_elim_pass.cpp | 4 // Copyright (c) 2018-2021 Google LLC 10 // http://www.apache.org/licenses/LICENSE-2.0 44 // Sorting functor to present annotation instructions in an easy-to-process 59 spv::Op lhsOp = lhs->opcode(); in operator ()() 60 spv::Op rhsOp = rhs->opcode(); in operator ()() 89 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsVarOfStorage() 90 const spv::Op op = varInst->opcode(); in IsVarOfStorage() 92 const uint32_t varTypeId = varInst->type_id(); in IsVarOfStorage() 93 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsVarOfStorage() 94 if (varTypeInst->opcode() != spv::Op::OpTypePointer) return false; in IsVarOfStorage() [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | aggressive_dead_code_elim_pass.cpp | 4 // Copyright (c) 2018-2021 Google LLC 10 // http://www.apache.org/licenses/LICENSE-2.0 44 // Sorting functor to present annotation instructions in an easy-to-process 59 spv::Op lhsOp = lhs->opcode(); in operator ()() 60 spv::Op rhsOp = rhs->opcode(); in operator ()() 89 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsVarOfStorage() 90 const spv::Op op = varInst->opcode(); in IsVarOfStorage() 92 const uint32_t varTypeId = varInst->type_id(); in IsVarOfStorage() 93 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsVarOfStorage() 94 if (varTypeInst->opcode() != spv::Op::OpTypePointer) return false; in IsVarOfStorage() [all …]
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | aggressive_dead_code_elim_pass.cpp | 4 // Copyright (c) 2018-2021 Google LLC 10 // http://www.apache.org/licenses/LICENSE-2.0 44 // Sorting functor to present annotation instructions in an easy-to-process 59 spv::Op lhsOp = lhs->opcode(); in operator ()() 60 spv::Op rhsOp = rhs->opcode(); in operator ()() 89 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsVarOfStorage() 90 const spv::Op op = varInst->opcode(); in IsVarOfStorage() 92 const uint32_t varTypeId = varInst->type_id(); in IsVarOfStorage() 93 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsVarOfStorage() 94 if (varTypeInst->opcode() != spv::Op::OpTypePointer) return false; in IsVarOfStorage() [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 21.0.0.rst | 1 Mesa 21.0.0 Release Notes / 2021-03-11 20 --------------- 24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz 28 ------------ 30 - GL_EXT_demote_to_helper_invocation on radeonsi 32 - GL_NV_compute_shader_derivatives on radeonsi 34 - EGL_MESA_platform_xcb 36 - Removed GL_NV_point_sprite for classic swrast. 38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf… 40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support [all …]
|
| D | 19.3.0.rst | 1 Mesa 19.3.0 Release Notes / 2019-12-12 21 --------------- 25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz 28 ------------ 30 - GL_ARB_gl_spirv on i965, iris. 31 - GL_ARB_spirv_extensions on i965, iris. 32 - GL_EXT_demote_to_helper_invocation on iris, i965. 33 - OpenGL 4.6 on i965, iris. 34 - EGL_EXT_image_flush_external 35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV. [all …]
|
| D | 22.1.0.rst | 1 Mesa 22.1.0 Release Notes / 2022-05-18 20 --------------- 24 df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 mesa-22.1.0.tar.xz 28 ------------ 30 - d3d12 GL4.2 31 - GL_NV_pack_subimage 32 - VK_EXT_depth_clip_control on lavapipe and RADV 33 - Vulkan 1.3 support on lavapipe 34 - VK_EXT_graphics_pipeline_library on lavapipe 35 - VK_EXT_primitives_generated_query on lavapipe [all …]
|
| D | 19.1.0.rst | 17 ---------------- 21 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 mesa-19.1.0.tar.xz 24 ------------ 26 - GL_ARB_parallel_shader_compile on all drivers. 27 - GL_EXT_gpu_shader4 on all GL 3.1 drivers. 28 - GL_EXT_shader_image_load_formatted on radeonsi. 29 - GL_EXT_texture_buffer_object on all GL 3.1 drivers. 30 - GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES 32 - GL_NV_compute_shader_derivatives on iris and i965. 33 - GL_KHR_parallel_shader_compile on all drivers. [all …]
|
| D | 21.1.0.rst | 1 Mesa 21.1.0 Release Notes / 2021-05-05 20 --------------- 24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz 28 ------------ 30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV 32 - DRM format modifiers for AMD. 34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV 36 - Zink exposes GL 4.6 and ES 3.1 38 - GL_EXT_depth_bounds_test on softpipe, zink 40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+) [all …]
|
| D | 23.2.1.rst | 1 Mesa 23.2.1 Release Notes / 2023-09-28 23 --------------- 27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz 32 ------------ 34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV 36 - extendedDynamicState3SampleLocationsEnable on RADV 38 - VK_EXT_dynamic_rendering_unused_attachments on RADV 40 - VK_EXT_mesh_shader on lavapipe 42 - OpenGL 3.1 on Asahi 44 - OpenGL ES 3.0 on Asahi [all …]
|
| D | 22.2.0.rst | 1 Mesa 22.2.0 Release Notes / 2022-09-21 20 --------------- 24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz 29 ------------ 31 - WGL_ARB_create_context_robustness 33 - d3d12 ARB_robust_buffer_access_behavior 35 - VK_EXT_robustness2 for lavapipe 37 - VK_EXT_image_2d_view_of_3d on RADV 39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support 41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe [all …]
|
| /external/bc/ |
| D | configure.sh | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2023 Gavin D. Howard and contributors. 42 if [ $# -gt 0 ]; then 53 printf ' %s -h\n' "$script" 54 printf ' %s --help\n' "$script" 55 …printf ' %s [-a|-bD|-dB|-c] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$scri… 56 printf ' [-s SETTING] [-S SETTING] [-p TYPE]\n' 58 printf ' [--library|--bc-only --disable-dc|--dc-only --disable-bc|--coverage] \\\n' 59 printf ' [--force --debug --disable-extra-math --disable-generated-tests] \\\n' 60 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n' [all …]
|
| D | configure | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2023 Gavin D. Howard and contributors. 42 if [ $# -gt 0 ]; then 53 printf ' %s -h\n' "$script" 54 printf ' %s --help\n' "$script" 55 …printf ' %s [-a|-bD|-dB|-c] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$scri… 56 printf ' [-s SETTING] [-S SETTING] [-p TYPE]\n' 58 printf ' [--library|--bc-only --disable-dc|--dc-only --disable-bc|--coverage] \\\n' 59 printf ' [--force --debug --disable-extra-math --disable-generated-tests] \\\n' 60 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n' [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86InstrInfo.cpp | 1 //===-- X86InstrInfo.cpp - X86 Instruction Information --------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 45 #define DEBUG_TYPE "x86-instr-info" 51 NoFusing("disable-spill-fusing", 55 PrintFailedFusing("print-failed-fuse-candidates", 60 ReMatPICStubLoad("remat-pic-stub-load", 61 cl::desc("Re-materialize load from stub in PIC mode"), 64 PartialRegUpdateClearance("partial-reg-update-clearance", [all …]
|
| /external/bc/manuals/ |
| D | development.md | 6 bus][1]. In other words, it's meant to make the [bus factor][1] a non-issue. 25 and C. They both are arbitrary-precision command-line calculators with their own 30 In addition, it is also possible to build the arbitrary-precision math as a 58 This project became a passion project for me, and I continued. In mid-2019, 64 about things like fuzzing, [`scan-build`][19], [valgrind][20], 150 pseudo-random number generator (for the same seed). 183 * Pseudo-Random Number Generator (see [`include/rand.h`][37]). 213 1. High-level requirements 214 2. Low-level requirements 215 3. High-level implementation [all …]
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | RewriteStatepointsForGC.cpp | 1 //===- RewriteStatepointsForGC.cpp - Make GC relocations explicit ---------===// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 46 #define DEBUG_TYPE "rewrite-statepoints-for-gc" 51 static cl::opt<bool> PrintLiveSet("spp-print-liveset", cl::Hidden, 53 static cl::opt<bool> PrintLiveSetSize("spp-print-liveset-size", cl::Hidden, 56 static cl::opt<bool> PrintBasePointers("spp-print-base-pointers", cl::Hidden, 62 RematerializationThreshold("spp-rematerialization-threshold", cl::Hidden, 70 static cl::opt<bool, true> ClobberNonLiveOverride("rs4gc-clobber-non-live", 75 AllowStatepointWithNoDeoptInfo("rs4gc-allow-statepoint-with-no-deopt-info", [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | RewriteStatepointsForGC.cpp | 1 //===- RewriteStatepointsForGC.cpp - Make GC relocations explicit ---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 79 #define DEBUG_TYPE "rewrite-statepoints-for-gc" 84 static cl::opt<bool> PrintLiveSet("spp-print-liveset", cl::Hidden, 86 static cl::opt<bool> PrintLiveSetSize("spp-print-liveset-size", cl::Hidden, 90 static cl::opt<bool> PrintBasePointers("spp-print-base-pointers", cl::Hidden, 96 RematerializationThreshold("spp-rematerialization-threshold", cl::Hidden, 105 static cl::opt<bool, true> ClobberNonLiveOverride("rs4gc-clobber-non-live", [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
| D | X86InstrInfo.cpp | 1 //===-- X86InstrInfo.cpp - X86 Instruction Information --------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 49 #define DEBUG_TYPE "x86-instr-info" 55 NoFusing("disable-spill-fusing", 59 PrintFailedFusing("print-failed-fuse-candidates", 64 ReMatPICStubLoad("remat-pic-stub-load", 65 cl::desc("Re-materialize load from stub in PIC mode"), 68 PartialRegUpdateClearance("partial-reg-update-clearance", [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | RewriteStatepointsForGC.cpp | 1 //===- RewriteStatepointsForGC.cpp - Make GC relocations explicit ---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 78 #define DEBUG_TYPE "rewrite-statepoints-for-gc" 83 static cl::opt<bool> PrintLiveSet("spp-print-liveset", cl::Hidden, 85 static cl::opt<bool> PrintLiveSetSize("spp-print-liveset-size", cl::Hidden, 89 static cl::opt<bool> PrintBasePointers("spp-print-base-pointers", cl::Hidden, 95 RematerializationThreshold("spp-rematerialization-threshold", cl::Hidden, 104 static cl::opt<bool, true> ClobberNonLiveOverride("rs4gc-clobber-non-live", [all …]
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.7.0a1.rst | 2 .. date: 2017-09-05-15-26-30 4 .. release date: 2017-09-19 13 .. date: 2017-08-23-17-02-55 17 Add fuzz tests for float(str), int(str), unicode(str); for oss-fuzz. 22 .. date: 2017-08-16-16-35-59 49 vulnerabilities including: CVE-2017-9233 (External entity infinite loop 50 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix 51 regression bugs from 2.2.0's fix to CVE-2016-0718) and CVE-2012-0876 52 (Counter hash flooding with SipHash). Note: the CVE-2016-5300 (Use 53 os-specific entropy sources like getrandom) doesn't impact Python, since Python [all …]
|