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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dwait.cpp68 desc.append(IntToString(m_lastResult)).append(", call stack:");
269 throw Err("WaitObjectContainer: WaitForMultipleObjects in thread failed with error " + IntToString(error));
278 throw Err("WaitObjectContainer: WaitForSingleObject failed with error " + IntToString(::GetLastError()));
292 OutputDebugString(("Handles " + IntToString(m_handles.size()) + ", Woke up by " + IntToString(result-WAIT_OBJECT_0) + ", Busied for " + IntToString(timeBeforeWait-lastTime) + " us, Waited for " + IntToString(timeAfterWait-timeBeforeWait) + " us, max " + IntToString(milliseconds) + "ms\n").c_str());
313 throw Err("WaitObjectContainer: WaitForMultipleObjects failed with error " + IntToString(::GetLastError()));
380 return std::string(m_info) + " / nr: " + IntToString(m_n
[all...]
H A Dhrtimer.cpp66 throw Exception(Exception::OTHER_ERROR, "Timer: QueryPerformanceCounter failed with error " + IntToString(GetLastError()));
85 throw Exception(Exception::OTHER_ERROR, "Timer: QueryPerformanceFrequency failed with error " + IntToString(GetLastError()));
112 throw Exception(Exception::OTHER_ERROR, "ThreadUserTimer: GetThreadTimes failed with error " + IntToString(lastError));
H A Dauthenc.cpp139 throw InvalidArgument(AlgorithmName() + ": header length of " + IntToString(m_totalHeaderLength) + " exceeds the maximum of " + IntToString(MaxHeaderLength()));
146 throw InvalidArgument(AlgorithmName() + ": footer length of " + IntToString(m_totalFooterLength) + " exceeds the maximum of " + IntToString(MaxFooterLength()));
H A Dosrng.cpp35 "0x" + IntToString(GetLastError(), 16)
37 IntToString(errno)
H A Dvmac.h13 std::string AlgorithmName() const {return std::string("VMAC(") + GetCipher().AlgorithmName() + ")-" + IntToString(DigestSize()*8);}
58 static std::string StaticAlgorithmName() {return std::string("VMAC(") + T_BlockCipher::StaticAlgorithmName() + ")-" + IntToString(T_DigestBitSize);}
H A Dnetwork.cpp286 OutputDebugString((IntToString((unsigned int)this) + ": Received " + IntToString(recvResult) + " bytes\n").c_str());
314 OutputDebugString((IntToString((unsigned int)this) + ": Receiving " + IntToString(m_buf.size()-m_dataEnd) + " bytes\n").c_str());
320 OutputDebugString((IntToString((unsigned int)this) + ": Received " + IntToString(recvResult) + " bytes\n").c_str());
390 // OutputDebugString(("max speed: " + IntToString((int)m_maxObservedSpeed) + " current speed: " + IntToString((int)m_currentSpeed) + "\n").c_str());
496 OutputDebugString((IntToString((unsigned int)this) + ": Sent " + IntToString(sendResul
[all...]
H A Dtrdlocal.cpp17 : OS_Error(OTHER_ERROR, "ThreadLocalStorage: " + operation + " operation failed with error 0x" + IntToString(error, 16), operation, error)
H A Dcryptlib.cpp92 throw InvalidArgument(GetAlgorithm().AlgorithmName() + ": IV length " + IntToString(size) + " is less than the minimum of " + IntToString(MinIVLength()));
94 throw InvalidArgument(GetAlgorithm().AlgorithmName() + ": IV length " + IntToString(size) + " exceeds the maximum of " + IntToString(MaxIVLength()));
200 throw InvalidArgument(GetAlgorithm().AlgorithmName() + ": header length " + IntToString(headerLength) + " exceeds the maximum of " + IntToString(MaxHeaderLength()));
203 throw InvalidArgument(GetAlgorithm().AlgorithmName() + ": message length " + IntToString(messageLength) + " exceeds the maximum of " + IntToString(MaxMessageLength()));
206 throw InvalidArgument(GetAlgorithm().AlgorithmName() + ": footer length " + IntToString(footerLength) + " exceeds the maximum of " + IntToString(MaxFooterLengt
[all...]
H A Dcmac.cpp38 throw InvalidArgument("CMAC: " + IntToString(length) + " is not a supported cipher block size");
H A Dpubkey.cpp152 throw InvalidArgument(AlgorithmName() + ": message length of " + IntToString(plaintextLength) + " exceeds the maximum of " + IntToString(FixedMaxPlaintextLength()) + " for this public key");
H A Dsimple.h35 explicit InvalidKeyLength(const std::string &algorithm, size_t length) : InvalidArgument(algorithm + ": " + IntToString(length) + " is not a valid key length") {}
42 explicit InvalidRounds(const std::string &algorithm, unsigned int rounds) : InvalidArgument(algorithm + ": " + IntToString(rounds) + " is not a valid number of rounds") {}
H A Drng.cpp147 throw Exception(Exception::OTHER_ERROR, "MaurerRandomnessTest: " + IntToString(BytesNeeded()) + " more bytes of input needed");
H A Dwinpipes.cpp73 : OS_Error(IO_ERROR, "WindowsPipe: " + operation + " operation failed with error 0x" + IntToString(error, 16), operation, error)
H A Dsocketft.cpp31 : OS_Error(IO_ERROR, "Socket: " + operation + " operation failed with error " + IntToString(error), operation, error)
258 if (IntToString(port) == name)
H A Dbench.cpp185 name += " (" + IntToString(keyLength * 8) + "-bit key)";
H A Dtest.cpp121 std::string seed = IntToString(time(NULL));
373 store.TransferTo(FileSink((IntToString(i) + ".rnd").c_str()).Ref(), 20000);
767 std::string seed = seedInput ? std::string(seedInput) : IntToString(time(NULL));
H A Dfipsalgt.cpp153 OutputData(output, key, IntToString(data));
219 OutputData(output, t, IntToString(i));
937 OutputData(output, COUNT, IntToString(i));
1235 mode = IntToString(atol(filename.substr(3, 3).c_str()));
H A Dzdeflate.cpp247 throw InvalidArgument("Deflator: " + IntToString(log2WindowSize) + " is an invalid window size");
295 throw InvalidArgument("Deflator: " + IntToString(deflateLevel) + " is an invalid deflate level");
H A Dttmac.cpp68 throw InvalidArgument("TTMAC_Base: can't truncate a Two-Track-MAC 20 byte digest to " + IntToString(size) + " bytes");
H A Dmisc.h380 std::string IntToString(T a, unsigned int base = 10) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dprop.h146 virtual wxChar *IntToString (int number);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dutils.h313 wxDEPRECATED( WXDLLIMPEXP_BASE wxChar* IntToString(int number) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dutilscmn.cpp183 IntToString (int number) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dprop.cpp1155 wxChar *wxPropertyValidator::IntToString (int number) { function in class:wxPropertyValidator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveClasses.java6019 m.addConverter(new Converter(NAME, 0, "f1", new IntToString()));
6020 m.addConverter(new Converter(NAME, 0, "f3", new IntToString()));
6024 private static class IntToString implements Conversion { class in class:EvolveClasses.FieldAddAndConvert
6035 return other instanceof IntToString;

Completed in 303 milliseconds