Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/libc/aarch32/
Dendian_.h71 #define __htons(x) ((uint16_t)(x)) macro
78 #define __htons(x) (__bswap16(x)) macro
/external/arm-trusted-firmware/include/lib/libc/aarch64/
Dendian_.h66 #define __htons(x) (__bswap16(x)) macro
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py139 def __htons(x): return __bswap16(x) function
151 def htons(x): return __htons(x)
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py133 def __htons(x): return __bswap16(x) function
145 def htons(x): return __htons(x)
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py133 def __htons(x): return __bswap16(x) function
145 def htons(x): return __htons(x)
/external/python/cpython2/Lib/plat-unixware7/
DIN.py128 def htons(hs): return __htons(hs)