Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c795 uint8_t *tmpdst; in ti_bcopy_swap() local
804 tmpdst = dst; in ti_bcopy_swap()
809 *(uint32_t *)tmpdst = ntohl(*(const uint32_t *)tmpsrc); in ti_bcopy_swap()
811 *(uint32_t *)tmpdst = htonl(*(const uint32_t *)tmpsrc); in ti_bcopy_swap()
813 tmpdst += 4; in ti_bcopy_swap()