Home
last modified time | relevance | path

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

/cmsis-nn-latest/Include/Internal/
Darm_nn_compiler.h53 #ifndef __RESTRICT
54 #define __RESTRICT __restrict macro
75 #ifndef __RESTRICT
76 #define __RESTRICT __restrict macro
108 #ifndef __RESTRICT
109 #define __RESTRICT __restrict macro
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1444 __STATIC_FORCEINLINE void arm_memcpy_s8(int8_t *__RESTRICT dst, const int8_t *__RESTRICT src, uint3… in arm_memcpy_s8()
1468 __STATIC_FORCEINLINE void arm_memcpy_q15(int16_t *__RESTRICT dst, const int16_t *__RESTRICT src, ui… in arm_memcpy_q15()