Searched refs:getblock32 (Results 1 – 3 of 3) sorted by relevance
65 FORCE_INLINE uint32_t getblock32 ( const uint32_t * const p, const int i) in getblock32() function
83 #define READ_UINT32(ptr) getblock32((uint32_t *)ptr, 0)
80 #define READ_UINT32(ptr,i) getblock32((uint32_t *)ptr,i)
Completed in 7 milliseconds