Searched refs:IS_ALIGNED_PTR (Results 1 – 2 of 2) sorted by relevance
223 #define IS_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( REDCONF_ALIGNMENT_SIZE - 1U ) ) == 0… macro
508 while( ( ulIdx < ulLength ) && !IS_ALIGNED_PTR( &pbBuffer[ ulIdx ] ) ) in RedCrc32Update()
Completed in 16 milliseconds