#ifndef _ASM_IA64_SWAB_H #define _ASM_IA64_SWAB_H /* * Modified 1998, 1999 * David Mosberger-Tang <davidm@hpl.hp.com>, 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; }Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| harvey harrison | harvey harrison | 26 | 100.00% | 1 | 100.00% |
| Total | 26 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| harvey harrison | harvey harrison | 19 | 100.00% | 1 | 100.00% |
| Total | 19 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| harvey harrison | harvey harrison | 19 | 100.00% | 1 | 100.00% |
| Total | 19 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| harvey harrison | harvey harrison | 94 | 98.95% | 1 | 50.00% |
| jaswinder singh rajput | jaswinder singh rajput | 1 | 1.05% | 1 | 50.00% |
| Total | 95 | 100.00% | 2 | 100.00% |