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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.cpp429 size_t nInputLen = base32Buffer.Length(); local
430 uint32 nDecodeLen = (nInputLen * 5) / 8;
431 if ((nInputLen * 5) % 8 > 0) {
443 for (size_t i = 0; i < nInputLen; ++i)

Completed in 63 milliseconds