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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsafer.h27 static const byte log_tab[256]; member in class:SAFER::Base
H A Dsafer.cpp28 const byte SAFER::Base::log_tab[256] = member in class:SAFER::Base
47 #define LOG(x) log_tab[(x)]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Daes.c107 static u8 log_tab[256] __initdata;
120 u8 aa = log_tab[a], cc = aa + log_tab[b];
169 log_tab[p] = (u8) i;
174 log_tab[1] = 0;
183 p = (i ? pow_tab[255 - log_tab[i]] : 0);

Completed in 52 milliseconds