Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ti/
Dif_ti.c789 uint8_t *tmpdst; in ti_bcopy_swap() local
798 tmpdst = dst; in ti_bcopy_swap()
803 *(uint32_t *)tmpdst = ntohl(*(const uint32_t *)tmpsrc); in ti_bcopy_swap()
805 *(uint32_t *)tmpdst = htonl(*(const uint32_t *)tmpsrc); in ti_bcopy_swap()
807 tmpdst += 4; in ti_bcopy_swap()