Searched refs:__RESTRICT (Results 1 – 12 of 12) 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()
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
113 #ifndef __RESTRICT114 #define __RESTRICT __restrict macro
119 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */120 #if defined __SUNPRO_CC && !defined __RESTRICT
1815 #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__