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

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgzip.cpp13 AttachedTransformation()->Put(MAGIC1);
14 AttachedTransformation()->Put(MAGIC2);
15 AttachedTransformation()->Put(DEFLATED);
16 AttachedTransformation()->Put(0); // general flag
19 AttachedTransformation()->Put(extra);
20 AttachedTransformation()->Put(GZIP_OS_CODE);
33 AttachedTransformation()->Put(crc, 4);
79 AttachedTransformation()->Put(inString, length);
H A Drandpool.h22 void Put(const byte *input, size_t length) {IncorporateEntropy(input, length);} function in class:RandomPool
H A Dzlib.cpp37 AttachedTransformation()->Put(adler32, 4);
77 AttachedTransformation()->Put(inString, length);
H A Dasn.cpp21 bt.Put(byte(length));
26 bt.Put(byte(BytePrecision(length) | 0x80));
30 bt.Put(byte(length >> (j-1)*8));
88 out.Put(TAG_NULL);
89 out.Put(0);
105 bt.Put(OCTET_STRING);
107 bt.Put(str, strLen);
148 bt.Put(asnTag);
150 bt.Put((const byte *)str.data(), str.size());
174 bt.Put(BIT_STRIN
298 void EncodedObjectFilter::Put(const byte *inString, size_t length) function in class:EncodedObjectFilter
[all...]
H A Dida.cpp94 m_inputQueues[i].Put(inString, length);
268 SecretSharing::Put(1);
270 SecretSharing::Put(0);
333 InformationDispersal::Put(1);
388 AttachedTransformation()->Put(1);
390 AttachedTransformation()->Put(0);
391 AttachedTransformation()->Put(*begin++);
406 AttachedTransformation()->Put(begin, x-begin-1);
411 AttachedTransformation()->Put(begin, end-begin);
H A Drc5.cpp57 Block::Put(xorBlock, outBlock)(a)(b);
76 Block::Put(xorBlock, outBlock)(a)(b);
H A Dtea.cpp33 Block::Put(xorBlock, outBlock)(y)(z);
49 Block::Put(xorBlock, outBlock)(y)(z);
73 Block::Put(xorBlock, outBlock)(y)(z);
89 Block::Put(xorBlock, outBlock)(y)(z);
H A Dfilters.cpp281 void FilterWithBufferedInput::BlockQueue::Put(const byte *inString, size_t length)
340 m_queue.Put(inString, len);
382 m_queue.Put(inString, len);
398 m_queue.Put(inString, newLength - m_queue.CurrentSize());
488 m_filter->Put(s, len);
643 AttachedTransformation()->Put(space, blockSize);
657 AttachedTransformation()->Put(space, length);
684 AttachedTransformation()->Put(space, s);
705 AttachedTransformation()->Put(space, length);
775 AttachedTransformation()->Put(inStrin
[all...]
H A D3way.cpp107 Block::Put(xorBlock, outBlock)(a0)(a1)(a2);
136 Block::Put(xorBlock, outBlock)(a0)(a1)(a2);
H A Dchannels.h19 void Put(byte inByte);
20 void Put(const byte *inString, unsigned int length);
H A Dgost.cpp90 Block::Put(xorBlock, outBlock)(n2)(n1);
120 Block::Put(xorBlock, outBlock)(n2)(n1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) method in class:DotZLib.CircularBuffer
51 public bool Put(byte b) method in class:DotZLib.CircularBuffer
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 ));
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
68 Assert.IsFalse( buf.Put(11) );
70 Assert.IsTrue( buf.Put(11) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) method in class:DotZLib.CircularBuffer
51 public bool Put(byte b) method in class:DotZLib.CircularBuffer
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 ));
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
68 Assert.IsFalse( buf.Put(11) );
70 Assert.IsTrue( buf.Put(11) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) method in class:DotZLib.CircularBuffer
51 public bool Put(byte b) method in class:DotZLib.CircularBuffer
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 ));
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
68 Assert.IsFalse( buf.Put(11) );
70 Assert.IsTrue( buf.Put(11) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) method in class:DotZLib.CircularBuffer
51 public bool Put(byte b) method in class:DotZLib.CircularBuffer
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 ));
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
68 Assert.IsFalse( buf.Put(11) );
70 Assert.IsTrue( buf.Put(11) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhash.h249 void Put(long key, long value);
281 void Put(long key, const wxString& value);
352 void Put(long value, wxObject *object) function in class:wxHashTable
354 void Put(long lhash, long value, wxObject *object) function in class:wxHashTable
356 void Put(const wxChar *value, wxObject *object) function in class:wxHashTable
358 void Put(long lhash, const wxChar *value, wxObject *object) function in class:wxHashTable
444 // Note that there are 2 forms of Put, Get.
457 void Put(long key, long value, wxObject *object);
458 void Put(long key, const wxChar *value, wxObject *object);
461 void Put(lon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/hashes/
H A Dhashes.cpp127 hash.Put(i, &o + i);
145 hash.Put(i, &o + i + 20);
165 hash2.Put(_T("foo"), &o + 1);
166 hash2.Put(_T("bar"), &o + 2);
167 hash2.Put(_T("baz"), &o + 3);
172 hash2.Put(_T("bar"), &o + 0);
182 hash.Put(3, &dummy);
187 hash.Put(3, &dummy);
188 hash.Put(13, &dummy);
197 hash.Put(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Ddtlb_prot.S28 ldxa [%g4] ASI_DMMU, %g5 ! Put tagaccess in %g5
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dechovar.cpp79 sm_varTable->Put(info->m_varName, info);
H A Difelsevar.cpp78 sm_varTable->Put(info->m_varName, info);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfs_mem.cpp204 m_Hash -> Put(filename, new MemFSHashObj(binarydata, size, mimetype));
253 m_Hash->Put

Completed in 317 milliseconds

123456