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

  /external/fio/os/
os-netbsd.h 33 #define fio_swap32(x) bswap32(x) macro
os-openbsd.h 31 #define fio_swap32(x) bswap32(x) macro
os-freebsd.h 26 #define fio_swap32(x) bswap32(x) macro
os-mac.h 27 #define fio_swap32(x) OSSwapInt32(x) macro
os-solaris.h 29 #define fio_swap32(x) BSWAP_32(x) macro
os-android.h 212 #define fio_swap32(x) bswap_32(x) macro
os-linux.h 212 #define fio_swap32(x) __bswap_32(x) macro
os-windows.h 41 #define fio_swap32(x) _byteswap_ulong(x) macro
os.h 167 static inline uint32_t fio_swap32(uint32_t val) function
195 #define __le32_to_cpu(x) fio_swap32(x)
198 #define __cpu_to_le32(x) fio_swap32(x)

Completed in 216 milliseconds