Searched refs:ByteReverse (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dpmc93x6_eeprom.c87 * The ByteReverse table is used to reverses the 8 bits within a byte
91 static unsigned char ByteReverse[256]; variable
119 * The 'ByteReverse' table reverses the 8 bits within a byte
129 ByteReverse[0] = 0;
131 for (half = 1; half < sizeof (ByteReverse); half <<= 1)
133 ByteReverse[half + i] = (char) (ByteReverse[i] | (0x80 / half));
270 mem_offset = ByteReverse[0x7F & mem_offset]; /* Reverse address */
311 mem_offset = ByteReverse[0x7F & mem_offset]; /* Reverse address */
323 data = ByteReverse[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A D3way.cpp77 m_k[0] = ByteReverse(m_k[0]);
78 m_k[1] = ByteReverse(m_k[1]);
79 m_k[2] = ByteReverse(m_k[2]);
H A Dshark.cpp67 m_roundKeys[0] = ByteReverse(m_roundKeys[0]);
68 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]);
84 m_roundKeys[0] = ByteReverse(m_roundKeys[0]);
85 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]);
H A Dmisc.h667 inline byte ByteReverse(byte value)
672 inline word16 ByteReverse(word16 value)
683 inline word32 ByteReverse(word32 value)
704 inline word64 ByteReverse(word64 value)
714 return (word64(ByteReverse(word32(value))) << 32) | ByteReverse(word32(value>>32));
734 return ByteReverse(value);
742 return ByteReverse(value);
753 return ByteReverse(value);
776 return NativeByteOrderIs(order) ? value : ByteReverse(valu
[all...]
H A Diterhash.cpp91 ByteReverse(dataBuf, input, this->BlockSize());
H A Dstrciphr.h198 registerWord = ByteReverse(registerWord);
H A Dgcm.cpp133 s_reductionTable[1] = ByteReverse(x);
137 s_reductionTable[i] = ByteReverse(x);
H A Dsha.cpp492 ByteReverse(W, data, BLOCKSIZE);

Completed in 52 milliseconds