Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/libc/aarch32/
Dendian_.h70 #define __htonl(x) ((uint32_t)(x)) macro
77 #define __htonl(x) (__bswap32(x)) macro
/external/arm-trusted-firmware/include/lib/libc/aarch64/
Dendian_.h65 #define __htonl(x) (__bswap32(x)) macro
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py137 def __htonl(x): return __bswap32(x) function
149 def htonl(x): return __htonl(x)
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py131 def __htonl(x): return __bswap32(x) function
143 def htonl(x): return __htonl(x)
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py131 def __htonl(x): return __bswap32(x) function
143 def htonl(x): return __htonl(x)
/external/python/cpython2/Lib/plat-unixware7/
DIN.py124 def htonl(hl): return __htonl(hl)