Home
last modified time | relevance | path

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

/external/vboot_reference/cgpt/
Dcgpt_endian.h26 # define htobe32(x) __bswap_32 (x)
28 # define be32toh(x) __bswap_32 (x)
42 # define htole32(x) __bswap_32 (x)
44 # define le32toh(x) __bswap_32 (x)
/external/blktrace/
Dblktrace.h74 #define __bswap_32 bswap_32 macro
79 #define be32_to_cpu(x) __bswap_32(x)
82 #define cpu_to_be32(x) __bswap_32(x)
138 magic = __bswap_32(magic); in check_data_endianness()
Dblkparse.c2215 return __bswap_32(bit->magic); in get_magic()
/external/python/cpython2/Lib/plat-linux2/
DIN.py569 def __bswap_32(x): return \ function
571 def __bswap_32(x): return \ function
573 def __bswap_32(x): return __bswap_constant_32 (x) function
587 def ntohl(x): return __bswap_32 (x)
591 def htonl(x): return __bswap_32 (x)
/external/python/cpython2/Lib/plat-atheos/
DIN.py900 def __bswap_32(x): return \ function
902 def __bswap_32(x): return \ function
904 def __bswap_32(x): return __bswap_constant_32 (x) function
916 def ntohl(x): return __bswap_32 (x)
920 def htonl(x): return __bswap_32 (x)
/external/libtextclassifier/native/utils/hash/
Dfarmhash.cc141 #if defined(__BSWAP_RENAME) && !defined(__bswap_32)
/external/icing/icing/text_classifier/lib3/utils/hash/
Dfarmhash.cc139 #if defined(__BSWAP_RENAME) && !defined(__bswap_32)