Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/Core/Include/
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
Dcmsis_armcc.h105 #ifndef __RESTRICT
106 #define __RESTRICT __restrict macro
Dcmsis_iccarm.h159 #ifndef __RESTRICT
161 #define __RESTRICT __restrict macro
164 #define __RESTRICT restrict macro
Dmpu_armv7.h251 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
Dmpu_armv8.h289 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
Dcmsis_armclang.h106 #ifndef __RESTRICT
107 #define __RESTRICT __restrict macro
Dcmsis_armclang_ltm.h106 #ifndef __RESTRICT
107 #define __RESTRICT __restrict macro
Dcmsis_gcc.h113 #ifndef __RESTRICT
114 #define __RESTRICT __restrict macro
/third_party/flutter/skia/third_party/externals/libpng/
Dconfig.h.in119 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
120 #if defined __SUNPRO_CC && !defined __RESTRICT
/third_party/libpng/
Dconfig.h.in119 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
120 #if defined __SUNPRO_CC && !defined __RESTRICT
/third_party/skia/third_party/externals/libpng/
Dconfig.h.in119 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
120 #if defined __SUNPRO_CC && !defined __RESTRICT
/third_party/gettext/gettext-runtime/
Dconfig.h1815 #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__