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

/bionic/libc/kernel/common/linux/
H A Dswab.h51 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___constant_swab16(x) : __fswab16(x)) macro
/bionic/libc/kernel/common/linux/byteorder/
H A Dswab.h65 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
70 #define __swab16(x) __fswab16(x) macro

Completed in 99 milliseconds