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

  /external/fio/os/
os-dragonfly.h 32 #define fio_swap32(x) bswap32(x) macro
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.h 170 static inline uint32_t fio_swap32(uint32_t val) function
198 #define __le32_to_cpu(x) fio_swap32(x)
201 #define __cpu_to_le32(x) fio_swap32(x)
os-solaris.h 29 #define fio_swap32(x) BSWAP_32(x) macro
os-linux.h 218 #define fio_swap32(x) __builtin_bswap32(x) macro
220 #define fio_swap32(x) __bswap_32(x) macro
os-mac.h 27 #define fio_swap32(x) OSSwapInt32(x) macro
os-android.h 216 #define fio_swap32(x) bswap_32(x) macro
os-windows.h 41 #define fio_swap32(x) _byteswap_ulong(x) macro
  /external/fio/
blktrace.c 103 t.magic = fio_swap32(t.magic);
312 t->magic = fio_swap32(t->magic);
313 t->sequence = fio_swap32(t->sequence);
316 t->bytes = fio_swap32(t->bytes);
317 t->action = fio_swap32(t->action);
318 t->pid = fio_swap32(t->pid);
319 t->device = fio_swap32(t->device);
320 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 104 milliseconds