| /OK3568_Linux_fs/buildroot/package/odb/ |
| H A D | 0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch | 34 …semantics.hxx semantics/class-template.hxx semantics/class.hxx semantics/derived.hxx semantics/ele… 48 semantics::unit& unit, 51 semantics::relational::model* m) 78 semantics::unit&, 250 - std::auto_ptr<semantics::unit> 251 + std::unique_ptr<semantics::unit> 252 parse (tree global_scope, semantics::path const& main_file);
|
| H A D | 0002-Remove-gratuitous-classes.patch | 68 semantics::unit& unit, 122 catch (semantics::invalid_path const& e) 143 #include <odb/semantics/unit.hxx> 153 - semantics::unit&, 154 - semantics::path const& file, 155 - std::vector<semantics::path> const& inputs); 168 + semantics::unit&, 169 + semantics::path const& file, 170 + std::vector<semantics::path> const& inputs); 244 semantics::unit& unit, [all …]
|
| H A D | 0011-Adjust-to-changes-in-GCC-10.patch | 11 odb/semantics/elements.cxx | 4 ++-- 73 diff --git a/odb/semantics/elements.cxx b/odb/semantics/elements.cxx 75 --- a/odb/semantics/elements.cxx 76 +++ b/odb/semantics/elements.cxx 77 @@ -75,7 +75,7 @@ namespace semantics 86 @@ -124,7 +124,7 @@ namespace semantics
|
| H A D | 0006-Adapt-to-changes-in-GCC-8.patch | 12 odb/semantics/elements.cxx | 8 ++++++++ 167 diff --git a/odb/semantics/elements.cxx b/odb/semantics/elements.cxx 169 --- a/odb/semantics/elements.cxx 170 +++ b/odb/semantics/elements.cxx 171 @@ -126,7 +126,11 @@ namespace semantics 183 @@ -223,7 +227,11 @@ namespace semantics
|
| H A D | 0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch | 15 odb/semantics/elements.cxx | 4 ++-- 288 diff --git a/odb/semantics/elements.cxx b/odb/semantics/elements.cxx 290 --- a/odb/semantics/elements.cxx 291 +++ b/odb/semantics/elements.cxx 292 @@ -59,7 +59,7 @@ namespace semantics 301 @@ -108,7 +108,7 @@ namespace semantics
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | bmi.h | 54 * Semantics: Host is done using BMI 62 * Semantics: Host reads ATH6KL memory 73 * Semantics: Host writes ATH6KL memory 84 * Semantics: Causes ATH6KL to execute code 95 * Semantics: Set Target application starting address 104 * Semantics: Read a 32-bit Target SOC register. 114 * Semantics: Write a 32-bit Target SOC register. 126 * Semantics: Fetch the 4-byte Target information 141 * Semantics: Install a ROM Patch. 155 * Semantics: Uninstall a previously-installed ROM Patch, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | atomic_ops.rst | 2 Semantics and Behavior of Atomic and Bitmask Operations 28 :ref:`Documentation/core-api/local_ops.rst <local_ops>` for the semantics of 222 memory barrier semantics which satisfy the above requirements, that is 233 semantics are required. 244 Again, these primitives provide explicit memory barrier semantics around 251 provide explicit memory barrier semantics around the operation:: 257 This primitive must provide explicit memory barrier semantics around 274 atomic_cmpxchg will only satisfy its atomicity semantics as long as all 281 The semantics for atomic_cmpxchg are the same as those defined for 'cas' 298 If a caller requires memory barrier semantics around an atomic_t [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | locktypes.rst | 86 Owner semantics 90 semantics: 140 rw_semaphore complies by default with the strict owner semantics, but there 193 semantics: 205 PREEMPT_RT kernel due to the PREEMPT_RT specific spinlock_t semantics. 227 The semantics of spinlock_t change with the state of PREEMPT_RT. 230 exactly the same semantics. 236 based on rt_mutex which changes the semantics: 253 PREEMPT_RT kernels preserve all other spinlock_t semantics: 312 implementation, thus changing semantics: [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 23 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using 25 * for O_DSYNC semantics now, but using the correct symbolic name for it. 26 * This new value is used to request true Posix O_SYNC semantics. It is 28 * new headers get at least O_DSYNC semantics on older kernels.
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 20 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using 22 * for O_DSYNC semantics now, but using the correct symbolic name for it. 23 * This new value is used to request true Posix O_SYNC semantics. It is 25 * new headers get at least O_DSYNC semantics on older kernels.
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 24 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using 26 * for O_DSYNC semantics now, but using the correct symbolic name for it. 27 * This new value is used to request true Posix O_SYNC semantics. It is 29 * new headers get at least O_DSYNC semantics on older kernels.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atomic.h | 16 * - Acquire: Provides ACQUIRE semantics, _acquire suffix. 17 * - Release: Provides RELEASE semantics, _release suffix. 21 * semantics apply only to the load and RELEASE semantics only to the
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | Kconfig.recursion-issue-02 | 11 # drivers if they share a common core requirement and use disjoint semantics to 18 # A perhaps not so obvious implication of this is that, if semantics on these 31 # due to the disjoint use of semantics on expressing each bell's relationship 43 # problem consisted on matching semantics with newly introduced features.
|
| H A D | kconfig-language.rst | 599 b) Match dependency semantics: 652 Work on kconfig is welcomed on both areas of clarifying semantics and on 659 Kconfig should have at least clear and well defined semantics which also 666 Semantics of Kconfig 673 semantics is welcomed. One project deduced Kconfig semantics through 675 the deduced semantics matches our intended Kconfig design goals. 677 Having well defined semantics can be useful for tools for practical 679 express in boolean abstraction of the inferred semantics of Kconfig to 688 only reverse engineering techniques have been used to deduce semantics from 701 abstraction the inferred semantics of Kconfig to translate Kconfig logic into
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/cavium/ |
| H A D | ciu3.txt | 13 The second cell indicates the triggering semantics, and may have a 14 value of either 4 for level semantics, or 1 for edge semantics.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | postypes.h | 128 // fails to give any meaningful semantics. In this in _GLIBCXX_VISIBILITY() 156 // gives no semantics. In this implementation it just adds its in _GLIBCXX_VISIBILITY() 167 // gives no semantics. In this implementation it just subtracts in _GLIBCXX_VISIBILITY() 178 // defines its semantics only in terms of operator-. In this in _GLIBCXX_VISIBILITY() 192 // defines its semantics only in terms of operator+. In this in _GLIBCXX_VISIBILITY() 206 // defines its semantics only in terms of operator+. In this in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | postypes.h | 128 // fails to give any meaningful semantics. In this in _GLIBCXX_VISIBILITY() 156 // gives no semantics. In this implementation it just adds its in _GLIBCXX_VISIBILITY() 167 // gives no semantics. In this implementation it just subtracts in _GLIBCXX_VISIBILITY() 178 // defines its semantics only in terms of operator-. In this in _GLIBCXX_VISIBILITY() 192 // defines its semantics only in terms of operator+. In this in _GLIBCXX_VISIBILITY() 206 // defines its semantics only in terms of operator+. In this in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.mxsimage | 23 Each configuration file uses very simple instruction semantics and a few 25 These semantics and rules will be outlined now. 32 - The "SECTION" instruction has the following semantics: 44 - The "TAG" instruction has the following semantics: 100 - The DCD block has the following semantics:
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | atomic_bitops.txt | 36 SEMANTICS 66 Except for a successful test_and_set_bit_lock() which has ACQUIRE semantics and 67 clear_bit_unlock() which has RELEASE semantics.
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | snd_wavefront.h | 56 #define mpu_command_port base + 1 /* write semantics */ 57 #define mpu_status_port base + 1 /* read semantics */ 59 #define status_port base + 3 /* read semantics */ 60 #define control_port base + 3 /* write semantics */
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 67 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using 69 * for O_DSYNC semantics now, but using the correct symbolic name for it. 70 * This new value is used to request true Posix O_SYNC semantics. It is 72 * new headers get at least O_DSYNC semantics on older kernels.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 67 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using 69 * for O_DSYNC semantics now, but using the correct symbolic name for it. 70 * This new value is used to request true Posix O_SYNC semantics. It is 72 * new headers get at least O_DSYNC semantics on older kernels.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 67 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using 69 * for O_DSYNC semantics now, but using the correct symbolic name for it. 70 * This new value is used to request true Posix O_SYNC semantics. It is 72 * new headers get at least O_DSYNC semantics on older kernels.
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 66 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using 68 * for O_DSYNC semantics now, but using the correct symbolic name for it. 69 * This new value is used to request true Posix O_SYNC semantics. It is 71 * new headers get at least O_DSYNC semantics on older kernels.
|
| /OK3568_Linux_fs/kernel/include/asm-generic/bitops/ |
| H A D | instrumented-lock.h | 21 * This operation is atomic and provides release barrier semantics. 49 * This operation is atomic and provides acquire barrier semantics if 66 * This operation is atomic and provides release barrier semantics.
|