Home
last modified time | relevance | path

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

/external/u-boot/arch/xtensa/include/asm/
Dio.h25 static inline unsigned int _swapl(unsigned int v) in _swapl() function
91 # define in_le32(addr) _swapl(*(u32 *)(addr))
94 # define out_le32(b, addr) *(u32 *)(addr) = _swapl(b)
/external/python/cpython2/Lib/plat-os2emx/
DIN.py8 def htonl(X): return _swapl(X)
10 def ntohl(X): return _swapl(X)