Searched refs:__swab64p (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dbig_endian.h49 #define __cpu_to_le64p(x) __swab64p((x))
50 #define __le64_to_cpup(x) __swab64p((x))
H A Dlittle_endian.h57 #define __cpu_to_be64p(x) __swab64p((x))
58 #define __be64_to_cpup(x) __swab64p((x))
H A Dswab.h209 static __inline__ __u64 __swab64p(__u64 *x) function
227 #define swab64p __swab64p
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dbig_endian.h49 #define __cpu_to_le64p(x) __swab64p((x))
50 #define __le64_to_cpup(x) __swab64p((x))
H A Dlittle_endian.h57 #define __cpu_to_be64p(x) __swab64p((x))
58 #define __be64_to_cpup(x) __swab64p((x))
H A Dswab.h209 static __inline__ __u64 __swab64p(__u64 *x) function
227 #define swab64p __swab64p
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dbitops.h224 tmp = __swab64p(p++);
234 if(~(tmp = __swab64p(p++)))
241 tmp = __swab64p(p);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dbitops.h224 tmp = __swab64p(p++);
234 if(~(tmp = __swab64p(p++)))
241 tmp = __swab64p(p);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dunaligned.c510 u64 tmp = __swab64p(&first);
512 first = __swab64p(&second);
642 value = __swab64p(&value);
694 value = __swab64p(&value); break;

Completed in 135 milliseconds