Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dswab.h115 #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) macro
117 #define __swab32(x) \ macro

Completed in 3 milliseconds