Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/libc/aarch32/
H A Dendian_.h69 #define __ntohs(x) ((uint16_t)(x)) macro
76 #define __ntohs(x) (__bswap16(x)) macro
/rk3399_ARM-atf/include/lib/libc/aarch64/
H A Dendian_.h64 #define __ntohs(x) (__bswap16(x)) macro