Home
last modified time | relevance | path

Searched refs:__RESTRICT (Results 1 – 9 of 9) sorted by relevance

/lk-master/external/arch/arm/arm-m/CMSIS/Include/
A Dcmsis_compiler.h123 #ifndef __RESTRICT
124 #define __RESTRICT __restrict macro
195 #ifndef __RESTRICT
196 #warning No compiler specific solution for __RESTRICT. __RESTRICT is ignored.
197 #define __RESTRICT macro
267 #ifndef __RESTRICT
268 #warning No compiler specific solution for __RESTRICT. __RESTRICT is ignored.
269 #define __RESTRICT macro
A Dmpu_armv7.h251 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
A Dcmsis_armcc.h105 #ifndef __RESTRICT
106 #define __RESTRICT __restrict macro
A Dcmsis_iccarm.h159 #ifndef __RESTRICT
161 #define __RESTRICT __restrict macro
164 #define __RESTRICT restrict macro
A Dmpu_armv8.h289 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
A Dcmsis_armclang.h106 #ifndef __RESTRICT
107 #define __RESTRICT __restrict macro
A Dcmsis_armclang_ltm.h106 #ifndef __RESTRICT
107 #define __RESTRICT __restrict macro
A Dcmsis_gcc.h116 #ifndef __RESTRICT
117 #define __RESTRICT __restrict macro
/lk-master/top/include/lk/
A Dcompiler.h40 #define __RESTRICT __restrict macro

Completed in 20 milliseconds