Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-beos5/
DIN.py234 def B_LENDIAN_TO_HOST_INT16(arg): return (uint16)(arg) function
276 def B_LENDIAN_TO_HOST_INT16(arg): return __swap_int16(arg) function