Searched refs:__RESTRICT (Results 1 – 9 of 9) sorted by relevance
123 #ifndef __RESTRICT124 #define __RESTRICT __restrict macro195 #ifndef __RESTRICT196 #warning No compiler specific solution for __RESTRICT. __RESTRICT is ignored.197 #define __RESTRICT macro267 #ifndef __RESTRICT268 #warning No compiler specific solution for __RESTRICT. __RESTRICT is ignored.269 #define __RESTRICT macro
251 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
105 #ifndef __RESTRICT106 #define __RESTRICT __restrict macro
159 #ifndef __RESTRICT161 #define __RESTRICT __restrict macro164 #define __RESTRICT restrict macro
289 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
106 #ifndef __RESTRICT107 #define __RESTRICT __restrict macro
116 #ifndef __RESTRICT117 #define __RESTRICT __restrict macro
40 #define __RESTRICT __restrict macro
Completed in 20 milliseconds