Home
last modified time | relevance | path

Searched refs:__swab64 (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/byteorder/
Dswab.h149 # define __swab64(x) \ macro
157 # define __swab64(x) __fswab64(x) macro
225 #define swab64 __swab64
Dbig_endian.h33 #define __cpu_to_le64(x) __swab64((x))
34 #define __le64_to_cpu(x) __swab64((x))
Dlittle_endian.h41 #define __cpu_to_be64(x) __swab64((x))
42 #define __be64_to_cpu(x) __swab64((x))
/linux-2.4.37.9/fs/xfs/
Dxfs_arch.h66 #define INT_SWAP64(type,var) ((typeof(type))(__swab64((__u64)(var))))