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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-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.11-4.6/sysroot/usr/include/bits/
byteswap.h 68 # define __bswap_32(x) \ macro
77 # define __bswap_32(x) \ macro
92 # define __bswap_32(x) \ macro
129 __r.__l[0] = __bswap_32 (__w.__l[1]); \
130 __r.__l[1] = __bswap_32 (__w.__l[0]); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
byteswap.h 68 # define __bswap_32(x) \ macro
77 # define __bswap_32(x) \ macro
92 # define __bswap_32(x) \ macro
129 __r.__l[0] = __bswap_32 (__w.__l[1]); \
130 __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...]
  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
in.h 391 # define ntohl(x) __bswap_32 (x)
393 # define htonl(x) __bswap_32 (x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 391 # define ntohl(x) __bswap_32 (x)
393 # define htonl(x) __bswap_32 (x)
  /external/fio/os/
os-linux.h 212 #define fio_swap32(x) __bswap_32(x)

Completed in 838 milliseconds