Searched defs:BSWAP (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dghash-clmulni-intel_asm.S37 #define BSWAP %xmm5 define
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmcfne.h29 #define BSWAP(w) (((w) << 8) | ((w) >> 8)) macro
74 #undef BSWAP macro
75 #define BSWAP(w) (w) macro
87 #undef BSWAP macro
88 #define BSWAP(w) (w) macro
98 #undef BSWAP macro
99 #define BSWAP(w) (w) macro

Completed in 76 milliseconds