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

/bionic/libc/kernel/common/linux/
H A Dswab.h52 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swab32(x) : __fswab32(x)) macro
/bionic/libc/kernel/common/linux/byteorder/
H A Dswab.h66 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x))) macro
71 #define __swab32(x) __fswab32(x) macro

Completed in 73 milliseconds