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

  /external/fio/os/
os-mac.h 27 #define fio_swap32(x) OSSwapInt32(x) macro
os-netbsd.h 37 #define fio_swap32(x) bswap32(x) macro
os-openbsd.h 37 #define fio_swap32(x) bswap32(x) macro
os.h 192 static inline uint32_t fio_swap32(uint32_t val) function
220 #define __le32_to_cpu(x) fio_swap32(x)
223 #define __cpu_to_le32(x) fio_swap32(x)
os-freebsd.h 30 #define fio_swap32(x) bswap32(x) macro
os-solaris.h 28 #define fio_swap32(x) BSWAP_32(x) macro
os-android.h 242 #define fio_swap32(x) __builtin_bswap32(x) macro
247 #define fio_swap32(x) bswap_32(x) macro
os-linux.h 230 #define fio_swap32(x) __builtin_bswap32(x) macro
235 #define fio_swap32(x) bswap_32(x) macro
os-dragonfly.h 36 #define fio_swap32(x) bswap32(x) macro
os-windows.h 47 #define fio_swap32(x) _byteswap_ulong(x) macro
  /external/fio/
blktrace.c 105 t.magic = fio_swap32(t.magic);
358 t->magic = fio_swap32(t->magic);
359 t->sequence = fio_swap32(t->sequence);
362 t->bytes = fio_swap32(t->bytes);
363 t->action = fio_swap32(t->action);
364 t->pid = fio_swap32(t->pid);
365 t->device = fio_swap32(t->device);
366 t->cpu = fio_swap32(t->cpu);
  /external/fio/t/
btrace2fio.c 420 t->magic = fio_swap32(t->magic);
421 t->sequence = fio_swap32(t->sequence);
424 t->bytes = fio_swap32(t->bytes);
425 t->action = fio_swap32(t->action);
426 t->pid = fio_swap32(t->pid);
427 t->device = fio_swap32(t->device);
428 t->cpu = fio_swap32(t->cpu);
1066 t.magic = fio_swap32(t.magic);

Completed in 934 milliseconds