Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dswab.h128 #define __swab64(x) (__u64)__builtin_bswap64((__u64)(x)) macro
130 #define __swab64(x) \ macro

Completed in 21 milliseconds