Searched +full:check +full:- +full:rust (Results 1 – 3 of 3) sorted by relevance
6 group: ci-${{ github.ref }} # unique per branch7 cancel-in-progress: true # cancel previous runs on the same branch11 runs-on: ubuntu-latest14 - name: Checkout17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages18 - name: Update Git config19 run: git config -[all...]
1 // SPDX-License-Identifier: BSD-2-Clause16 * return a known non-NULL invalid pointer when the26 * Teaclave TrustZone SDK seems to roll their own in Rust.34 /* System API - Internal Client API */43 up->types = param_types; in copy_param()45 switch (TEE_PARAM_TYPE_GET(up->types, n)) { in copy_param()61 up->vals[n * 2] = a; in copy_param()62 up->vals[n * 2 + 1] = b; in copy_param()73 up->types = param_types; in copy_gp11_param()75 switch (TEE_PARAM_TYPE_GET(up->types, n)) { in copy_gp11_param()[all …]
1 // SPDX-License-Identifier: BSD-3-Clause3 * Copyright (c) 2016-2018, The Linux Foundation.4 * Copyright (c) 2018-2024, Laurence Lundblade.24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT46 -------- ---- --------------------------------------------------53 3/6/2021 mcr/llundblade Fix warnings related to --Wcast-qual84 * This code is written so it will work correctly on big- and85 * little-endian CPUs without configuration or any auto-detection of98 * integers and floating-point values.100 * Following is the recipe for configuring the endianness-related[all …]