Home
last modified time | relevance | path

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

/DragonStub/inc/dragonstub/linux/
H A Dswab.h132 #define __swab64(x) (__u64)__builtin_bswap64((__u64)(x)) macro
134 #define __swab64(x) \ macro