Searched refs:from32 (Results 1 – 3 of 3) sorted by relevance
108 register const uint32_t *from32 = (const uint32_t *)(uintptr_t)key; in IEE_SetRegionKey() local127 *to32 = *from32; in IEE_SetRegionKey()129 from32++; in IEE_SetRegionKey()
31 register const uint32_t *from32 = (const uint32_t *)(const uint32_t *)src; in aligned_memcpy() local35 *to32 = *from32; in aligned_memcpy()38 from32++; in aligned_memcpy()
280 register const uint32_t *from32 = (const uint32_t *)(uintptr_t)src;283 *to32 = *from32;286 from32++;290 from = (const uint8_t *)(uintptr_t)from32;