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

  /external/fio/os/
os-dragonfly.h 31 #define fio_swap16(x) bswap16(x) macro
os-netbsd.h 32 #define fio_swap16(x) bswap16(x) macro
os-openbsd.h 30 #define fio_swap16(x) bswap16(x) macro
os-freebsd.h 25 #define fio_swap16(x) bswap16(x) macro
os.h 165 static inline uint16_t fio_swap16(uint16_t val) function
197 #define __le16_to_cpu(x) fio_swap16(x)
200 #define __cpu_to_le16(x) fio_swap16(x)