Searched refs:Put (Results 51 - 75 of 139) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcast.cpp62 /* Put l,r into outblock */
63 Block::Put(xorBlock, outBlock)(r)(l);
91 /* Put l,r into outblock */
92 Block::Put(xorBlock, outBlock)(l)(r);
235 Block::Put(xorBlock, outBlock)(block[0])(block[1])(block[2])(block[3]);
H A Dskipjack.cpp146 Block::Put(xorBlock, outBlock)(w4)(w3)(w2)(w1);
197 Block::Put(xorBlock, outBlock)(w4)(w3)(w2)(w1);
H A Dgcm.cpp48 Block::Put(NULL, c)(Z0)(Z1);
105 Block::Put(NULL, table+(i/8)*256*16+(size_t(1)<<(11-k)))(V0)(V1);
148 Block::Put(NULL, table+1024+(i/32)*256+(size_t(1)<<(7-k)))(V0)(V1);
150 Block::Put(NULL, table+(i/32)*256+(size_t(1)<<(11-k)))(V0)(V1);
H A Didea.cpp189 Block::Put(xorBlock, outBlock)(x0)(x2)(x1)(x3);
H A Dluc.cpp156 seq.Put(version, sizeof(version));
H A Dvalidat1.cpp442 output.Put(key, cg.KeyLength());
444 output.Put(outplain, cg.BlockSize());
446 output.Put(out, cg.BlockSize());
499 bt.Put(in, randomLen);
906 output.Put(key, keyLen);
908 output.Put(outplain, RC2Encryption::BLOCKSIZE);
910 output.Put(out, RC2Encryption::BLOCKSIZE);
1180 output.Put(outplain, 8);
1182 output.Put(out, 8);
H A Decp.cpp125 bt.Put(2 + P.y.GetBit(0));
131 bt.Put(4); // uncompressed
H A Dbench.cpp151 bt.Put(buf, BUF_SIZE);
H A Dcryptlib.h798 size_t Put(byte inByte, bool blocking=true) function in class:BufferedTransformation
799 {return Put(&inByte, 1, blocking);}
801 size_t Put(const byte *inString, size_t length, bool blocking=true) function in class:BufferedTransformation
809 //! request space which can be written into by the caller, and then used as input to Put()
H A Dnetwork.cpp439 m_buffer.Put(inString, length);
H A Dseed.cpp101 Block::Put(xorBlock, outBlock)(b0)(b1)(a0)(a1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-arm6_7.S104 str r7, [sp, r5, lsr #14] @ Put register 'Rn'
113 str r7, [sp, r5, lsr #14] @ Put register 'Rn'
127 str r7, [sp, r5, lsr #14] @ Put register 'Rn'
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-memset.S210 bis $2,$4,$1 # E : Put it all together
387 bis $2,$4,$1 # E : Put it all together
574 bis $2,$4,$1 # E : Put it all together
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbackup_gnv_curl_src.com101 $! Put things back on error.
H A Dpcsi_product_gnv_curl.com29 $! Put things back on error.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dobject.cpp254 classTable->Put(m_className, (wxObject *)this);
H A Dsocketevtdispatch.cpp95 Put(fd, entry);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/compressed/
H A Dhead_v10.S102 ;; Put start address of root partition in $r9 so the kernel can use it
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlpars.cpp345 m_HandlersHash.Put(tokenizer.GetNextToken(), handler);
369 m_HandlersHash.Put(key, handler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dactivexcontainer.tex212 Put this in one of your existant source files and then create a wxMediaCtrl with
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dradiobox.cpp185 m_radios.Put(i,rb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirctrlg.cpp1499 m_HashTable->Put(_T("exe"), new wxFileIconEntry(executable));
1653 m_HashTable->Put(extension, new wxFileIconEntry(newid));
1663 m_HashTable->Put(extension, new wxFileIconEntry(newid));
1687 m_HashTable->Put(extension, new wxFileIconEntry(id));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtexutils.cpp385 TexReferences.Put(name, new TexRef(name, file, tmp, sectionName));
448 // strings it creates in the Put() function, but not the item that is
452 TexReferences.Put(
773 BibStringTable.Put(recordType, (wxObject *)copystring(fieldValue));
1168 TexReferences.Put(citeKey, new TexRef(citeKey, _T("??"), NULL));
1756 TopicTable.Put(topic, texTopic);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtreectrl.cpp1010 m_vAttrs.Put(lId, (wxObject *)pAttr);
1029 m_vAttrs.Put(lId, (wxObject *)pAttr);
1048 m_vAttrs.Put(lId, (wxObject *)pAttr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dappletwindow.cpp514 m_Cookies.Put(name,cookie);

Completed in 444 milliseconds

123456