Home
last modified time | relevance | path

Searched refs:RedMemMove (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredutils.h45 void RedMemMove( void * pDest,
/FreeRTOS-Plus/Source/Reliance-Edge/util/
A Dmemory.c124 void RedMemMove( void * pDest, in RedMemMove() function
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dredposixcompat.h144 #define memmove( d, s, l ) RedMemMove( d, s, ( uint32_t ) ( l ) )
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dbuffer.c1114RedMemMove( &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 12 milliseconds