Searched refs:IS_UINT32_ALIGNED_PTR (Results 1 – 2 of 2) sorted by relevance
229 #define IS_UINT32_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( sizeof( uint32_t ) - 1U ) ) =… macro
1198 if( IS_UINT32_ALIGNED_PTR( pBuffer ) ) in DiskRead()1275 if( IS_UINT32_ALIGNED_PTR( pBuffer ) ) in DiskWrite()
Completed in 13 milliseconds