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

  /external/fio/os/
os-mac.h 26 #define fio_swap16(x) OSSwapInt16(x) macro
os-netbsd.h 36 #define fio_swap16(x) bswap16(x) macro
os-openbsd.h 36 #define fio_swap16(x) bswap16(x) macro
os.h 187 static inline uint16_t fio_swap16(uint16_t val) function
219 #define __le16_to_cpu(x) fio_swap16(x)
222 #define __cpu_to_le16(x) fio_swap16(x)
os-freebsd.h 29 #define fio_swap16(x) bswap16(x) macro
os-solaris.h 27 #define fio_swap16(x) BSWAP_16(x) macro
os-android.h 241 #define fio_swap16(x) __builtin_bswap16(x) macro
246 #define fio_swap16(x) bswap_16(x) macro
os-linux.h 229 #define fio_swap16(x) __builtin_bswap16(x) macro
234 #define fio_swap16(x) bswap_16(x) macro
os-dragonfly.h 35 #define fio_swap16(x) bswap16(x) macro
os-windows.h 46 #define fio_swap16(x) _byteswap_ushort(x) macro
  /external/fio/
blktrace.c 367 t->error = fio_swap16(t->error);
368 t->pdu_len = fio_swap16(t->pdu_len);
  /external/fio/t/
btrace2fio.c 429 t->error = fio_swap16(t->error);
430 t->pdu_len = fio_swap16(t->pdu_len);

Completed in 71 milliseconds