Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ti/
H A Dif_ti.c792 uint8_t *tmpdst; in ti_bcopy_swap() local
801 tmpdst = dst; in ti_bcopy_swap()
806 *(uint32_t *)tmpdst = ntohl(*(const uint32_t *)tmpsrc); in ti_bcopy_swap()
808 *(uint32_t *)tmpdst = htonl(*(const uint32_t *)tmpsrc); in ti_bcopy_swap()
810 tmpdst += 4; in ti_bcopy_swap()