Home
last modified time | relevance | path

Searched +full:tautological +full:- +full:constant +full:- +full:out +full:- +full:of +full:- +full:range +full:- +full:compare (Results 1 – 17 of 17) sorted by relevance

/third_party/lame/
DBUILD.gn4 # You may obtain a copy of the License at
6 # http://www.apache.org/licenses/LICENSE-2.0
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 "-O2",
21 "-Wall",
22 "-Wno-sign-compare",
23 "-Wimplicit-function-declaration",
24 "-Wno-parentheses",
25 "-Wno-string-conversion",
26 "-Wno-string-plus-int",
[all …]
/third_party/skia/third_party/externals/angle2/third_party/libpng/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
8 cflags = [ "-Wno-tautological-constant-out-of-range-compare" ]
41 configs -= [ "${skia_root_dir}/build/config/compiler:chromium_code" ]
/third_party/libbpf/
DBUILD.gn4 # You may obtain a copy of the License at
6 # http://www.apache.org/licenses/LICENSE-2.0
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 "-Wno-incompatible-pointer-types",
23 "-Wimplicit-function-declaration",
24 "-Wno-tautological-constant-out-of-range-compare",
25 "-Wno-constant-conversion",
26 "-Wno-unknown-attributes",
27 "-Wno-bitwise-op-parentheses",
28 "-Wno-shift-op-parentheses",
[all …]
/third_party/alsa-utils/
DBUILD.gn4 # You may obtain a copy of the License at
6 # http://www.apache.org/licenses/LICENSE-2.0
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 "-Wno-sign-compare",
23 "-Wno-implicit-function-declaration",
24 "-Wno-parentheses",
25 "-Wno-string-conversion",
26 "-Wno-string-plus-int",
27 "-Wno-asm-operand-widths",
28 "-Wno-pointer-sign",
[all …]
/third_party/alsa-lib/
DBUILD.gn4 # You may obtain a copy of the License at
6 # http://www.apache.org/licenses/LICENSE-2.0
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 "//third_party/alsa-lib/include",
23 "//third_party/alsa-lib/include/sound",
24 "//third_party/alsa-lib/include/uapi",
25 "//third_party/alsa-lib/src/pcm",
26 "//third_party/alsa-lib/src/ucm",
27 "//third_party/alsa-lib/src/mixer",
28 "//third_party/alsa-lib/src/seq",
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1 //===- InstructionSimplify.cpp - Fold instruction operands ----------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // that do not require creating new instructions. This does constant folding
11 // ("add i32 1, 1" -> "2") but can also handle non-constant operands, either
12 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value
13 // ("and i32 %x, %x" -> "%x"). All operands are assumed to have already been
17 //===----------------------------------------------------------------------===//
50 STATISTIC(NumExpand, "Number of expansions");
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1 //===-- TargetLowering.cpp - Implement the TargetLowering class -----------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
50 /// so, it sets Chain to the input chain of the tail call.
56 if (F.getFnAttribute("disable-tail-calls").getValueAsString() == "true") in isInTailCallPosition()
59 // Conservatively require the attributes of the call to match those of in isInTailCallPosition()
69 // It's not safe to eliminate the sign / zero extension of the return value. in isInTailCallPosition()
92 // for the function live-in value of register Reg) in parametersInCSRMatch()
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
12 # A few exception are made, see overrides in the rest of this file.
22 - _build/meson-logs/*.txt
23 - _build/meson-logs/strace
24 - _build/.ninja_log
25 - artifacts
28 .build-linux:
29 extends: .build-common
[all …]
/third_party/e2fsprogs/
DBUILD.gn9 "//third_party/e2fsprogs/1001-image-make.patch",
10 "//third_party/e2fsprogs/1002-add-header-file-to-musl-compile-mk2efs.patch",
11 "//third_party/e2fsprogs/1003-add-dac-config.patch",
12 "//third_party/e2fsprogs/1004-modify-code-to-compile.patch",
13 "//third_party/e2fsprogs/1005-read-vfat-chinese-label.patch",
14 "//third_party/e2fsprogs/1006-add-hmfs-for-blkid.patch",
15 "//third_party/e2fsprogs/1007-blkid-support-skip-specified-filesystem.patch"
209 "${target_gen_dir}/e2fsprogs/lib/uuid/compare.c",
273 config("e2fsdroid-defaults") {
275 "-Wno-incompatible-pointer-types",
[all …]
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst1 Mesa 21.0.0 Release Notes / 2021-03-11
16 the apiVersion property of the VkPhysicalDeviceProperties struct
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…
[all …]
D20.2.0.rst1 Mesa 20.2.0 Release Notes / 2020-09-28
16 the apiVersion property of the VkPhysicalDeviceProperties struct
20 ---------------
24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on Iris.
32 - GL_ARB_gpu_shader5 on llvmpipe
34 - GL_ARB_post_depth_coverage on llvmpipe
36 - GLES 3.2 on llvmpipe
38 - GL_EXT_shader_group_vote on GLES3.
[all …]
D24.0.0.rst1 Mesa 24.0.0 Release Notes / 2024-02-01
16 the apiVersion property of the VkPhysicalDeviceProperties struct
20 ---------------
24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz
28 ------------
30 - VK_EXT_image_compression_control on RADV
31 - VK_EXT_device_fault on RADV
32 - OpenGL 3.3 on Asahi
33 - Geometry shaders on Asahi
34 - GL_ARB_texture_cube_map_array on Asahi
[all …]
/third_party/libunwind/
DBUILD.gn4 # You may obtain a copy of the License at
6 # http://www.apache.org/licenses/LICENSE-2.0
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 libunwind_code_dir = "${target_gen_dir}/libunwind-1.8.1"
23 "$libunwind_code_dir/src/dwarf/Gfind_proc_info-lsb.c",
30 "$libunwind_code_dir/src/dwarf/Lfind_proc_info-lsb.c",
35 "$libunwind_code_dir/src/mi/dyn-cancel.c",
36 "$libunwind_code_dir/src/mi/dyn-info-list.c",
37 "$libunwind_code_dir/src/mi/dyn-register.c",
41 "$libunwind_code_dir/src/mi/Gdyn-extract.c",
[all …]
/third_party/python/Misc/
DHISTORY2 --------------
5 As you read on you go back to the dark ages of Python's history.
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
[all …]
DNEWS8 *Release date: 2023-06-06*
11 --------
13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been
16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could
20 - gh-issue-104049: Do not expose the local on-disk location in directory
23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C0
25 by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii.
28 -----------------
30 - gh-issue-105164: Ensure annotations are set up correctly if the only
34 - gh-issue-104615: Fix wrong ordering of assignments in code like ``a, a =
[all …]
/third_party/libabigail/
DChangeLog1 2023-10-20 Dodji Seketeli <dodji@redhat.com>
6 2023-10-20 Dodji Seketeli <dodji@redhat.com>
8 gen-changelog.py: Fix a long standing typo
9 * gen-changelog.py (get_rel_tags): It's libabigail, not GNET.
11 2023-10-20 Dodji Seketeli <dodji@redhat.com>
13 gen-changelog.py: Don't escaping '/' with '\' in regexp
14 * gen-changelog.py (get_rel_tags): Do not escape '/' with '\' in
17 2023-10-20 Dodji Seketeli <dodji@redhat.com>
20 * src/abg-ir.cc (enum_type_decl::get_sorted_enumerators): Add
21 const to parameters of the lambda function.
[all …]
/third_party/ffmpeg/
DBUILD.gn104 ldflags_asm += [ "-Wl,-Bsymbolic" ]
113 "-Wno-sign-compare",
114 "-Wno-implicit-function-declaration",
115 "-Wno-parentheses",
116 "-Wno-string-conversion",
117 "-Wno-string-plus-int",
118 "-Wno-asm-operand-widths",
119 "-Wno-pointer-sign",
120 "-Wno-deprecated-declarations",
121 "-Wno-implicit-int",
[all …]