Apache/2.4.7 (Ubuntu) Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) safemode : OFF MySQL: ON | Perl: ON | cURL: OFF | WGet: ON > / usr / src / linux-headers-3.13.0-24 / arch / ia64 / include / uapi / asm / | server ip : 104.21.89.46 your ip : 172.70.80.202 H O M E |
Filename | /usr/src/linux-headers-3.13.0-24/arch/ia64/include/uapi/asm/swab.h |
Size | 718 |
Permission | rw-r--r-- |
Owner | root : root |
Create time | 27-Apr-2025 09:50 |
Last modified | 20-Jan-2014 10:40 |
Last accessed | 07-Jul-2025 00:06 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
#ifndef _ASM_IA64_SWAB_H
#define _ASM_IA64_SWAB_H
/*
* Modified 1998, 1999
* David Mosberger-Tang <[email protected]>, Hewlett-Packard Co.
*/
#include <linux/types.h>
#include <asm/intrinsics.h>
#include <linux/compiler.h>
static __inline__ __attribute_const__ __u64 __arch_swab64(__u64 x)
{
__u64 result;
result = ia64_mux1(x, ia64_mux1_rev);
return result;
}
#define __arch_swab64 __arch_swab64
static __inline__ __attribute_const__ __u32 __arch_swab32(__u32 x)
{
return __arch_swab64(x) >> 32;
}
#define __arch_swab32 __arch_swab32
static __inline__ __attribute_const__ __u16 __arch_swab16(__u16 x)
{
return __arch_swab64(x) >> 48;
}
#define __arch_swab16 __arch_swab16
#endif /* _ASM_IA64_SWAB_H */
#define _ASM_IA64_SWAB_H
/*
* Modified 1998, 1999
* David Mosberger-Tang <[email protected]>, Hewlett-Packard Co.
*/
#include <linux/types.h>
#include <asm/intrinsics.h>
#include <linux/compiler.h>
static __inline__ __attribute_const__ __u64 __arch_swab64(__u64 x)
{
__u64 result;
result = ia64_mux1(x, ia64_mux1_rev);
return result;
}
#define __arch_swab64 __arch_swab64
static __inline__ __attribute_const__ __u32 __arch_swab32(__u32 x)
{
return __arch_swab64(x) >> 32;
}
#define __arch_swab32 __arch_swab32
static __inline__ __attribute_const__ __u16 __arch_swab16(__u16 x)
{
return __arch_swab64(x) >> 48;
}
#define __arch_swab16 __arch_swab16
#endif /* _ASM_IA64_SWAB_H */