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

  /external/fio/os/
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 162 static inline uint16_t fio_swap16(uint16_t val) function
194 #define __le16_to_cpu(x) fio_swap16(x)
197 #define __cpu_to_le16(x) fio_swap16(x)
os-solaris.h 28 #define fio_swap16(x) BSWAP_16(x) macro
os-mac.h 26 #define fio_swap16(x) OSSwapInt16(x) macro
os-android.h 211 #define fio_swap16(x) bswap_16(x) macro
os-linux.h 211 #define fio_swap16(x) __bswap_16(x) macro
os-windows.h 40 #define fio_swap16(x) _byteswap_ushort(x) macro
  /external/fio/
blktrace.c 359 t->error = fio_swap16(t->error);
360 t->pdu_len = fio_swap16(t->pdu_len);

Completed in 463 milliseconds