HomeSort by relevance Sort by last modified time
    Searched defs:fio_swap64 (Results 1 - 9 of 9) sorted by null

  /external/fio/os/
os-netbsd.h 34 #define fio_swap64(x) bswap64(x) macro
os-openbsd.h 32 #define fio_swap64(x) bswap64(x) macro
os-freebsd.h 27 #define fio_swap64(x) bswap64(x) macro
os-mac.h 28 #define fio_swap64(x) OSSwapInt64(x) macro
os-solaris.h 30 #define fio_swap64(x) BSWAP_64(x) macro
os-android.h 213 #define fio_swap64(x) bswap_64(x) macro
os-linux.h 213 #define fio_swap64(x) __bswap_64(x) macro
os-windows.h 42 #define fio_swap64(x) _byteswap_uint64(x) macro
os.h 174 static inline uint64_t fio_swap64(uint64_t val) function
196 #define __le64_to_cpu(x) fio_swap64(x)
199 #define __cpu_to_le64(x) fio_swap64(x)

Completed in 1053 milliseconds