Searched refs:RedMemMove (Results 1 – 4 of 4) sorted by relevance
| /FreeRTOS-Plus/Source/Reliance-Edge/include/ |
| A D | redutils.h | 45 void RedMemMove( void * pDest,
|
| /FreeRTOS-Plus/Source/Reliance-Edge/util/ |
| A D | memory.c | 124 void RedMemMove( void * pDest, in RedMemMove() function
|
| /FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/ |
| A D | redposixcompat.h | 144 #define memmove( d, s, l ) RedMemMove( d, s, ( uint32_t ) ( l ) )
|
| /FreeRTOS-Plus/Source/Reliance-Edge/core/driver/ |
| A D | buffer.c | 1114 …RedMemMove( &gBufCtx.abMRU[ bMruIdx ], &gBufCtx.abMRU[ bMruIdx + 1U ], REDCONF_BUFFER_COUNT - ( ( … in BufferMakeLRU() 1161 RedMemMove( &gBufCtx.abMRU[ 1U ], &gBufCtx.abMRU[ 0U ], bMruIdx ); in BufferMakeMRU()
|
Completed in 14 milliseconds