HomeSort by relevance Sort by last modified time
    Searched refs:__bswap_64 (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 37 # define bswap_64(x) __bswap_64 (x)
endian.h 74 # define htobe64(x) __bswap_64 (x)
76 # define be64toh(x) __bswap_64 (x)
90 # define htole64(x) __bswap_64 (x)
92 # define le64toh(x) __bswap_64 (x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
byteswap.h 37 # define bswap_64(x) __bswap_64 (x)
endian.h 74 # define htobe64(x) __bswap_64 (x)
76 # define be64toh(x) __bswap_64 (x)
90 # define htole64(x) __bswap_64 (x)
92 # define le64toh(x) __bswap_64 (x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
byteswap.h 111 # define __bswap_64(x) \ macro
120 # define __bswap_64(x) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
byteswap.h 111 # define __bswap_64(x) \ macro
120 # define __bswap_64(x) \ macro
  /external/blktrace/
blktrace.h 69 #define __bswap_64 bswap_64 macro
74 #define be64_to_cpu(x) __bswap_64(x)
77 #define cpu_to_be64(x) __bswap_64(x)
  /external/fio/os/
os-linux.h 213 #define fio_swap64(x) __bswap_64(x)
  /external/libnl/lib/netfilter/
log_msg.c 38 return __bswap_64(x);
queue_msg.c 38 return __bswap_64(x);
ct.c 41 return __bswap_64(x);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 577 def __bswap_64(x): return \

Completed in 225 milliseconds