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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drng.cpp135 byte inByte = *inString++; local
137 sum += log(double(n - tab[inByte]));
138 tab[inByte] = n;
H A Dchannels.h19 void Put(byte inByte);
H A Dqueue.h49 void Unget(byte inByte);
H A Dqueue.cpp377 void ByteQueue::Unget(byte inByte) argument
379 Unget(&inByte, 1);
H A Dcryptlib.h798 size_t Put(byte inByte, bool blocking=true) argument
799 {return Put(&inByte, 1, blocking);}
986 size_t ChannelPut(const std::string &channel, byte inByte, bool blocking=true) argument
987 {return ChannelPut(channel, &inByte, 1, blocking);}
H A Dvalidat1.cpp457 void PutByte(byte inByte) argument
459 if (counter >= outputLen || validOutput[counter] != inByte)
461 std::cerr << "incorrect output " << counter << ", " << (word16)validOutput[counter] << ", " << (word16)inByte << "\n";

Completed in 76 milliseconds