Searched +full:fail +full:- +full:fast (Results 1 – 7 of 7) sorted by relevance
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 6 group: ci-${{ github.ref }} # unique per branch 7 cancel-in-progress: true # cancel previous runs on the same branch 11 runs-on: ubuntu-latest 14 - name: Checkout 17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages 18 - name: Update Git config 19 run: git config --globa [all...] |
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | common.h | 8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 92 /* A compile-time constant with the value 0. If `const_expr` is not a 93 * compile-time constant with a nonzero value, cause a compile-time error. */ 95 (0 && sizeof(struct { unsigned int STATIC_ASSERT : 1 - 2 * !(const_expr); })) 97 /* Return the scalar value `value` (possibly promoted). This is a compile-time 98 * constant if `value` is. `condition` must be a compile-time constant. 99 * If `condition` is false, arrange to cause a compile-time error. */ 108 /* If we aren't sure the compiler supports our non-standard tricks, 126 * Guaranteed to be a no-op if \p buf is \c NULL and \p len is 0. 154 /** Return an offset into a read-only buffer. [all …]
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 2 BGET -- Memory Allocator 13 configured by compile-time definitions, Major options include: 15 * A built-in test program to exercise BGET and 24 * Built-in routines to dump individual buffers or the 33 means of call-backs to user defined functions. 35 Applications of BGET can range from storage management in ROM-based 47 to name two, on which programs have obtained substantial speed-ups by 53 systems, multi-thread applications, embedded software in data network 56 fast, memory efficient, portable, and easy to integrate into your 88 --------------------- [all …]
|
| H A D | bget.c | 20 AMIX edition, including the new compaction call-back option, prepared 23 Bug in built-in test program fixed, ANSI compiler warnings eradicated, 104 fragmentation. BGET is configured by compile-time definitions, 107 * A built-in test program to exercise BGET and 116 * Built-in routines to dump individual buffers or the 125 means of call-backs to user defined functions. 128 ROM-based embedded programs to providing the framework upon which 140 programs have obtained substantial speed-ups by layering BGET as 145 operating systems, multi-thread applications, embedded software in 148 years, it remains fast, memory efficient, portable, and easy to [all …]
|
| /optee_os/core/drivers/ |
| H A D | stm32_rtc.c | 1 // SPDX-License-Identifier: BSD-2-Clause 3 * Copyright (C) 2018-2025, STMicroelectronics 190 * struct rtc_device - RTC device data 205 * @rtc: information for OP-TEE RTC device 261 return prediv_s - ssr; in stm32_rtc_get_subsecond() 307 if (rtc_dev.conf_data->access_mask[0] & BIT(i)) { in apply_rif_config() 316 if (!(BIT(i) & rtc_dev.conf_data->access_mask[0])) in apply_rif_config() 320 * When TDCID, OP-TEE should be the one to set the CID filtering in apply_rif_config() 330 seccfgr = rtc_dev.conf_data->sec_conf[0]; in apply_rif_config() 349 privcfgr = rtc_dev.conf_data->priv_conf[0]; in apply_rif_config() [all …]
|
| /optee_os/core/lib/zlib/ |
| H A D | zlib.h | 1 /* SPDX-License-Identifier: Zlib */ 2 /* zlib.h -- interface of the 'zlib' general purpose compression library 5 Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler 7 This software is provided 'as-is', without any express or implied 23 Jean-loup Gailly Mark Adler 49 The 'zlib' compression library provides in-memory compression and 60 The compressed data format used by default by the in-memory functions is 72 The zlib format was designed to be compact and fast for use in memory 73 and on communications channels. The gzip format was designed for single- 105 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ [all …]
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1 # OP-TEE - version 4.8.0 (2025-10-24) 3 - Links to the release pages, commits and pull requests merged into this release for: 4 …- OP-TEE/optee_os: [release page][OP_TEE_optee_os_release_4_8_0], [commits][OP_TEE_optee_os_commit… 5 …- OP-TEE/optee_client: [release page][OP_TEE_optee_client_release_4_8_0], [commits][OP_TEE_optee_c… 6 …- OP-TEE/optee_test: [release page][OP_TEE_optee_test_release_4_8_0], [commits][OP_TEE_optee_test_… 7 …- OP-TEE/build: [release page][OP_TEE_build_release_4_8_0], [commits][OP_TEE_build_commits_4_8_0] … 8 …- linaro-swg/optee_examples: [release page][linaro_swg_optee_examples_release_4_8_0], [commits][li… 11 [OP_TEE_optee_os_release_4_8_0]: https://github.com/OP-TEE/optee_os/releases/tag/4.8.0 12 [OP_TEE_optee_os_commits_4_8_0]: https://github.com/OP-TEE/optee_os/compare/4.7.0...4.8.0 13 …s_pr_4_8_0]: https://github.com/OP-TEE/optee_os/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+merged%3… [all …]
|