Searched refs:__RESTRICT (Results 1 – 15 of 15) 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
105 #ifndef __RESTRICT106 #define __RESTRICT __restrict macro
159 #ifndef __RESTRICT161 #define __RESTRICT __restrict macro164 #define __RESTRICT restrict macro
251 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
110 #ifndef __RESTRICT111 #define __RESTRICT __restrict macro
113 #ifndef __RESTRICT114 #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
Completed in 62 milliseconds