HomeSort by relevance Sort by last modified time
    Searched refs:__bswap_32 (Results 1 - 17 of 17) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
byteswap.h 33 #define bswap_32(x) __bswap_32 (x)
endian.h 69 # define htobe32(x) __bswap_32 (x)
71 # define be32toh(x) __bswap_32 (x)
85 # define htole32(x) __bswap_32 (x)
87 # define le32toh(x) __bswap_32 (x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
byteswap.h 73 # define __bswap_32(x) \ macro
87 # define __bswap_32(x) \ macro
97 # define __bswap_32(x) \ macro
103 __bswap_32 (unsigned int __bsx) function
131 __r.__l[0] = __bswap_32 (__w.__l[1]); \
132 __r.__l[1] = __bswap_32 (__w.__l[0]); \
  /external/syslinux/gpxe/src/include/
little_bswap.h 6 #define ntohl(x) __bswap_32(x)
7 #define htonl(x) __bswap_32(x)
14 #define cpu_to_be32(x) __bswap_32(x)
20 #define be32_to_cpu(x) __bswap_32(x)
byteswap.h 34 #define __bswap_32(x) \ macro
53 #define swap32(x) __bswap_32(x)
56 #define bswap_32(x) __bswap_32(x)
big_bswap.h 9 #define cpu_to_le32(x) __bswap_32(x)
15 #define le32_to_cpu(x) __bswap_32(x)
  /external/vboot_reference/cgpt/
cgpt_endian.h 26 # 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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
byteswap.h 69 # define __bswap_32(x) \ macro
78 # define __bswap_32(x) \ macro
93 # define __bswap_32(x) \ macro
130 __r.__l[0] = __bswap_32 (__w.__l[1]); \
131 __r.__l[1] = __bswap_32 (__w.__l[0]); \
  /external/blktrace/
blktrace.h 68 #define __bswap_32 bswap_32 macro
73 #define be32_to_cpu(x) __bswap_32(x)
76 #define cpu_to_be32(x) __bswap_32(x)
132 magic = __bswap_32(magic);
blkparse.c     [all...]
  /external/syslinux/com32/include/
byteswap.h 28 static inline __constfunc uint32_t __bswap_32(uint32_t v) function
42 __bswap_32_macro(x) : __bswap_32(x))
54 v = ((uint64_t)__bswap_32(v) << 32) | __bswap_32(v >> 32);
  /external/python/cpython2/Lib/plat-linux2/
IN.py 569 def __bswap_32(x): return \
571 def __bswap_32(x): return \
573 def __bswap_32(x): return __bswap_constant_32 (x)
587 def ntohl(x): return __bswap_32 (x)
591 def htonl(x): return __bswap_32 (x)
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 569 def __bswap_32(x): return \
571 def __bswap_32(x): return \
573 def __bswap_32(x): return __bswap_constant_32 (x)
587 def ntohl(x): return __bswap_32 (x)
591 def htonl(x): return __bswap_32 (x)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 569 def __bswap_32(x): return \
571 def __bswap_32(x): return \
573 def __bswap_32(x): return __bswap_constant_32 (x)
587 def ntohl(x): return __bswap_32 (x)
591 def htonl(x): return __bswap_32 (x)
  /external/python/cpython2/Lib/plat-atheos/
IN.py 900 def __bswap_32(x): return \
902 def __bswap_32(x): return \
904 def __bswap_32(x): return __bswap_constant_32 (x)
916 def ntohl(x): return __bswap_32 (x)
920 def htonl(x): return __bswap_32 (x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 391 # define ntohl(x) __bswap_32 (x)
393 # define htonl(x) __bswap_32 (x)
  /external/libtextclassifier/util/hash/
farmhash.cc 141 #if defined(__BSWAP_RENAME) && !defined(__bswap_32)
    [all...]

Completed in 151 milliseconds