Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaax_iova_table.c30 uint32_t *second_half; in rotate_8() local
33 second_half = (uint32_t *)(arr + 4); in rotate_8()
36 *first_half = *second_half; in rotate_8()
37 *second_half = temp; in rotate_8()
40 *second_half = ntohl(*second_half); in rotate_8()