Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-beos5/
DIN.py244 def B_BENDIAN_TO_HOST_INT16(arg): return __swap_int16(arg) function
286 def B_BENDIAN_TO_HOST_INT16(arg): return (uint16)(arg) function
304 def ntohs(x): return B_BENDIAN_TO_HOST_INT16(x)