Home
last modified time | relevance | path

Searched defs:__htons (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/plat-freebsd8/
DIN.py133 def __htons(x): return __bswap16(x) function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py133 def __htons(x): return __bswap16(x) function
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py139 def __htons(x): return __bswap16(x) function