Home
last modified time | relevance | path

Searched defs:__swab64 (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dswab.h127 #define __swab64(x) (__u64)__builtin_bswap64((__u64)(x)) macro
129 #define __swab64(x) \ macro
/external/u-boot/include/linux/byteorder/
Dswab.h88 # define __swab64(x) \ macro
95 # define __swab64(x) __fswab64(x) macro