Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaax_iova_table.c29 uint32_t *first_half; in rotate_8() local
32 first_half = (uint32_t *)(arr); in rotate_8()
35 temp = *first_half; in rotate_8()
36 *first_half = *second_half; in rotate_8()
39 *first_half = ntohl(*first_half); in rotate_8()