Home
last modified time | relevance | path

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

/external/vboot_reference/cgpt/
Dcgpt_endian.h31 # define htobe64(x) __bswap_64 (x)
33 # define be64toh(x) __bswap_64 (x)
47 # define htole64(x) __bswap_64 (x)
49 # define le64toh(x) __bswap_64 (x)
/external/blktrace/
Dblktrace.h75 #define __bswap_64 bswap_64 macro
80 #define be64_to_cpu(x) __bswap_64(x)
83 #define cpu_to_be64(x) __bswap_64(x)
/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h264 # define __be64_to_cpu(x) __bswap_64(x)
/external/python/cpython2/Lib/plat-linux2/
DIN.py577 def __bswap_64(x): return \ function
/external/python/cpython2/Lib/plat-atheos/
DIN.py906 def __bswap_64(x): return \ function