Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/byteorder/
A Dswab.h88 #ifndef __arch__swab64p
89 # define __arch__swab64p(x) __arch__swab64(*(x)) macro
99 # define __arch__swab64s(x) do { *(x) = __arch__swab64p((x)); } while (0)
165 return __arch__swab64p(x); in __swab64p()

Completed in 3 milliseconds