Home
last modified time | relevance | path

Searched +full:stringop +full:- +full:truncation (Results 1 – 6 of 6) sorted by relevance

/third_party/vulkan-loader/scripts/qnx/
Dcommon.mk13 EXTRA_INCVPATH+=$(ICD_ROOT)/external/Vulkan-Headers/include
29 LDFLAGS += -Wl,--unresolved-symbols=report-all -Wl,--no-undefined -Wl,-fPIC
33 CCFLAGS += -DVK_USE_PLATFORM_SCREEN_QNX=1 -DVK_ENABLE_BETA_EXTENSIONS
34 CCFLAGS += -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
35 CCFLAGS += -Wno-stringop-truncation
36 CCFLAGS += -Wno-stringop-overflow -fvisibility=hidden
37 CCFLAGS += -Wpointer-arith -fPIC
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .build-rules
10 - _build/meson-logs/*.txt
11 - _build/meson-logs/strace
12 - shader-db
15 .build-linux:
16 extends: .build-common
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/vulkan-loader/
DCMakeLists.txt2 # Copyright (c) 2014-2023 Valve Corporation
3 # Copyright (c) 2014-2023 LunarG, Inc.
4 # Copyright (c) 2021-2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
5 # Copyright (c) 2023-2023 RasterGrid Kft.
11 # http://www.apache.org/licenses/LICENSE-2.0
52 set(GIT_BRANCH_NAME "--unknown--")
53 set(GIT_TAG_INFO "--unknown--")
57 COMMAND ${GIT_EXECUTABLE} describe --tags --always
84 …"System-wide search directory. If not set or empty, CMAKE_INSTALL_FULL_SYSCONFDIR and /etc are use…
148 # Note that clang-cl.exe should use MSVC flavor flags, not GNU
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/
DCMakeLists.txt2 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-sign-compare")
3 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-reorder")
4 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-switch")
8 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-uninitialized -Wno-deprecated-declarations \
9 -Wno-delete-non-abstract-non-virtual-dtor \
10 -Wno-unused-comparison -Wno-constant-conversion \
11 -Wno-unknown-warning-option -Wno-macro-redefined")
14 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-maybe-uninitialized")
25 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-class-memaccess -Wno-stringop-truncation")
26 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format")
[all …]
/third_party/mbedtls/library/
Dcmac.c4 * \brief NIST SP800-38B compliant CMAC implementation for AES and 3DES
7 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
13 * - NIST SP 800-38B Recommendation for Block Cipher Modes of Operation: The
15 * http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38b.pdf
17 * - RFC 4493 - The AES-CMAC Algorithm
20 * - RFC 4615 - The Advanced Encryption Standard-Cipher-based Message
21 * Authentication Code-Pseudo-Random Function-128 (AES-CMAC-PRF-128)
25 * Additional test vectors: ISO/IEC 9797-1
46 * As explained in NIST SP 800-38B, this can be computed:
53 * Block size must be 8 bytes or 16 bytes - the block sizes for DES and AES.
[all …]
/third_party/mesa3d/
D.pick_status.json31 "description": "pps: make pps-producer RT only on freedreno",
58 …"description": "tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* by us…
67 …"description": "tree-wide: Convert all usage of #ifndef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH…
76 …"description": "tree-wide: Convert all usage of #ifdef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH|…
85 …"description": "tree-wide: Convert all usage of defined PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)…
94 …"description": "tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|ARCH|CC…
220 …"description": "mesa/vbo: Replace the usage of cpu_has_sse4_1 with util_get_cpu_caps()->has_sse4_1…
256 "description": "microsoft/compiler: Delete now-unused memcpy lowering pass",
436 "description": "docs: fix badly encoded envvar-roles",
454 "description": "docs: remove stale envvar-reference",
[all …]