Home
last modified time | relevance | path

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

/xen/xen/include/xen/byteorder/
A Dswab.h85 #ifndef __arch__swab32p
86 # define __arch__swab32p(x) __arch__swab32(*(x)) macro
96 # define __arch__swab32s(x) do { *(x) = __arch__swab32p((x)); } while (0)
145 return __arch__swab32p(x); in __swab32p()

Completed in 3 milliseconds