Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-beos5/
DIN.py232 def B_LENDIAN_TO_HOST_INT32(arg): return (uint32)(arg) function
274 def B_LENDIAN_TO_HOST_INT32(arg): return __swap_int32(arg) function