Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/libc/aarch64/
Dendian_.h64 #define __ntohs(x) (__bswap16(x))
66 #define __htons(x) (__bswap16(x))
113 #define __bswap16(x) \ macro
124 #define __bswap16(x) __bswap16_var(x) macro
/external/arm-trusted-firmware/include/lib/libc/aarch32/
Dendian_.h76 #define __ntohs(x) (__bswap16(x))
78 #define __htons(x) (__bswap16(x))
131 #define __bswap16(x) \ macro
142 #define __bswap16(x) __bswap16_var(x) macro
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py139 def __htons(x): return __bswap16(x)
143 def __ntohs(x): return __bswap16(x)
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py133 def __htons(x): return __bswap16(x)
137 def __ntohs(x): return __bswap16(x)
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py133 def __htons(x): return __bswap16(x)
137 def __ntohs(x): return __bswap16(x)
/external/arm-trusted-firmware/include/lib/libc/
Dendian.h45 #define bswap16(x) __bswap16(x)