Home
last modified time | relevance | path

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

/external/u-boot/include/linux/byteorder/
Dswab.h61 #ifndef __arch__swab64p
62 # define __arch__swab64p(x) __swab64(*(x)) macro
137 return __arch__swab64p(x); in __swab64p()