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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgebra.cpp209 : exp(expIn), windowModulus(Integer::One()), windowSize(windowSizeIn), windowBegin(0), fastNegate(fastNegate), firstTime(true), finished(false)
211 if (windowSize == 0)
214 windowSize = expLen <= 17 ? 1 : (expLen <= 24 ? 2 : (expLen <= 70 ? 3 : (expLen <= 197 ? 4 : (expLen <= 539 ? 5 : (expLen <= 1434 ? 6 : 7)))));
216 windowModulus <<= windowSize; local
222 unsigned int skipCount = firstTime ? 0 : windowSize;
236 expWindow = word32(exp % (word(1) << windowSize));
238 if (fastNegate && exp.GetBit(windowSize))
241 expWindow = (word32(1) << windowSize) - expWindow;
249 unsigned int windowSize, windowBegin; member in struct:WindowSlider
267 buckets[i].resize(1<<(exponents[i].windowSize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 185 milliseconds