Home
last modified time | relevance | path

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

/xen/xen/include/xen/byteorder/
A Dswab.h72 #ifndef __arch__swab16
73 # define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
83 # define __arch__swab16p(x) __arch__swab16(*(x))
128 return __arch__swab16(x); in __fswab16()

Completed in 2 milliseconds