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

  /external/blktrace/
blktrace.h 69 #define __bswap_64 bswap_64 macro
74 #define be64_to_cpu(x) __bswap_64(x)
77 #define cpu_to_be64(x) __bswap_64(x)
  /external/fio/os/
os-linux.h 213 #define fio_swap64(x) __bswap_64(x)
  /external/libnl/lib/netfilter/
log_msg.c 38 return __bswap_64(x);
queue_msg.c 38 return __bswap_64(x);
ct.c 41 return __bswap_64(x);

Completed in 1533 milliseconds