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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgcm.cpp280 #define GF_MOST_SIG_8BITS(a) (a##1 >> 7*8) macro
284 #define GF_MOST_SIG_8BITS(a) (a##1 & 0xff) macro
303 word32 r = (word32)s_reductionTable[GF_MOST_SIG_8BITS(d)] << 16;
306 r ^= (word32)s_reductionTable[GF_MOST_SIG_8BITS(c)] << 8;
309 r ^= s_reductionTable[GF_MOST_SIG_8BITS(b)];

Completed in 43 milliseconds