Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/byteorder/
Dswab.h59 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x))) macro
63 #define __swab32(x) __fswab32(x) macro
/bionic/libc/kernel/common/linux/
Dswab.h46 #define __swab32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swab32(x) : __fswab32(x)) macro