Home
last modified time | relevance | path

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

/external/vboot_reference/cgpt/
Dcgpt_endian.h21 # define htobe16(x) __bswap_16 (x)
23 # define be16toh(x) __bswap_16 (x)
37 # define htole16(x) __bswap_16 (x)
39 # define le16toh(x) __bswap_16 (x)
/external/blktrace/
Dblktrace.h73 #define __bswap_16 bswap_16 macro
78 #define be16_to_cpu(x) __bswap_16(x)
81 #define cpu_to_be16(x) __bswap_16(x)
Dblkparse.c2207 return __bswap_16(bit->pdu_len); in get_pdulen()
/external/python/cpython2/Lib/plat-linux2/
DIN.py563 def __bswap_16(x): return \ function
565 def __bswap_16(x): return __bswap_constant_16 (x) function
589 def ntohs(x): return __bswap_16 (x)
593 def htons(x): return __bswap_16 (x)
/external/python/cpython2/Lib/plat-atheos/
DIN.py894 def __bswap_16(x): return \ function
896 def __bswap_16(x): return __bswap_constant_16 (x) function
918 def ntohs(x): return __bswap_16 (x)
922 def htons(x): return __bswap_16 (x)