Home
last modified time | relevance | path

Searched refs:__swap16 (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/include/sys/
Dendian.h46 #define __swap16 __builtin_bswap16 macro
59 #define htons(x) __swap16(x)
61 #define ntohs(x) __swap16(x)
78 #define swap16 __swap16
82 #define htobe16 __swap16
85 #define betoh16 __swap16