Home
last modified time | relevance | path

Searched refs:CAST_VOID_PTR_TO_CONST_UINT8_PTR (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/util/
A Dmemory.c104 const uint8_t * pbSrc = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pSrc ); in RedMemCpyUnchecked()
154 const uint8_t * pbSrc = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pSrc ); in RedMemMoveUnchecked()
281 const uint8_t * pbMem1 = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pMem1 ); in RedMemCmpUnchecked()
282 const uint8_t * pbMem2 = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pMem2 ); in RedMemCmpUnchecked()
A Dcrc.c83 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in RedCrc32Update()
170 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in RedCrc32Update()
490 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in RedCrc32Update()
585 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in RedCrcNode()
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dreddeviations.h86 #define CAST_VOID_PTR_TO_CONST_UINT8_PTR( PTR ) ( ( const uint8_t * ) ( PTR ) ) macro
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dvolume.c313 const uint8_t * pbMR = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pMR ); in MetarootIsValid()
382 const uint8_t * pbMR = CAST_VOID_PTR_TO_CONST_UINT8_PTR( gpRedMR ); in RedVolTransact()
A Dinodedata.c269 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in RedInodeDataWrite()
/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/services/
A Dosbdev.c528 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in DiskWrite()
760 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in DiskWrite()
988 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in DiskWrite()
1298 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in DiskWrite()

Completed in 20 milliseconds