Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/byteorder/
Dswab.h58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
/bionic/libc/kernel/common/linux/
Dswab.h45 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___constant_swab16(x) : __fswab16(x)) macro