HomeSort by relevance Sort by last modified time
    Searched defs:BSWAP_64 (Results 1 - 2 of 2) sorted by null

  /netvirt/usr/src/grub/grub-0.95/stage2/
fsys_zfs.h 92 #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32))
  /netvirt/usr/src/uts/common/sys/
byteorder.h 101 #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32))
119 #define LE_64(x) BSWAP_64(x)
128 #define BE_64(x) BSWAP_64(x)

Completed in 240 milliseconds