Searched refs:add (Results 126 - 150 of 3059) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/layout/
H A DMPreFixups.h30 void add(le_int32 baseIndex, le_int32 mpreIndex);
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A DFontTableCache.h31 void add(LETag tableTag, const void *table);
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraphSafepoint.cpp39 m_safepoint.add(&graph);
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dmul.pl35 &add("eax",$c); # L(t)+=c
45 &add($a,32);
46 &add($r,32);
63 &add("eax",$c); # L(t)+=c
/macosx-10.10/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha1-586.pl61 &add($tmp1,$e); # tmp1+=e;
70 if ($n==15) { &add($f,$tmp1); } # f+=tmp1
71 else { &add($tmp1,$f); } # f becomes a in next round
94 &add($f,$tmp1); # f+=F_00_19(b,c,d)
95 &add($f,$e); # f+=ROTATE(a,5)
114 &add($tmp1,$e);
119 &add($f,$e); # f+=ROTATE(a,5)
148 &add($f,$tmp1); # f+=tmp1;
149 &add($f,$e); # f+=ROTATE(a,5)
158 &add(
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DUnlockReferralItem.h43 // add constructors from primary key (see Certificate for an example).
55 virtual PrimaryKey add(Keychain &keychain);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DASTArray.hpp21 * (new ASTArray(3))->add(x)->add(y)->add(z)
34 ASTArray* add(RefAST node) function in class:antlr::ASTArray
H A DBitSet.hpp24 * and, because it is final, I cannot subclass to add functionality.
49 void add( unsigned int el );
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DUnlockReferralItem.h43 // add constructors from primary key (see Certificate for an example).
55 virtual PrimaryKey add(Keychain &keychain);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DUnlockReferralItem.h43 // add constructors from primary key (see Certificate for an example).
55 virtual PrimaryKey add(Keychain &keychain);
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dpcscdserver.h77 void add(PowerWatcher *client);
87 using MachServer::add;
89 void add(MachPlusPlus::PowerWatcher *client) { StLock<Mutex> _(mLock); sleepWatcher.add(client); } function in class:PCSCD::Server
/macosx-10.10/WebCore-7600.1.25/editing/
H A DHTMLInterchange.cpp62 unsigned add = count % 3; local
63 switch (add) {
68 add = 3;
91 count -= add;
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGLangSpace.cpp76 supportedAttributes.add(langWithPrefix);
77 supportedAttributes.add(XMLNames::langAttr);
81 supportedAttributes.add(spaceWithPrefix);
82 supportedAttributes.add(XMLNames::spaceAttr);
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dcallbacks.h43 dns_addrdatasetfunc_t add; member in struct:dns_rdatacallbacks
/macosx-10.10/gpt-12/
H A DMakefile4 SRCS= add.c boot.c create.c destroy.c gpt.c label.c map.c migrate.c \
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dnotebook.rb12 nb.add(:label=>'Page One')
13 nb.add(:label=>'Page Two')
H A Dnotebook2.rb12 nb.add(:label=>'Page One')
13 nb.add(:label=>'Page Two')
H A Dtabnotebook.rb12 tn.add(:label=>'Page One')
13 tn.add(:label=>'Page Two')
H A Dtabnotebook2.rb12 tn.add(:label=>'Page One')
13 tn.add(:label=>'Page Two')
H A Dtabset.rb22 ts.add(:label=>1)
23 ts.add(:label=>2)
/macosx-10.10/ruby-106/ruby/test/drb/
H A Dut_timerholder.rb9 key = holder.add(self)
14 key = holder.add(self)
17 key = holder.add(self)
27 key = holder.add(self)
/macosx-10.10/security_certificates-55040/
H A Dpost_install.sh17 "$TARGETDISK/usr/bin/security" add-certificate -k "$TARGETDISK/System/Library/Keychains/X509Anchors" *
25 "$TARGETDISK/usr/bin/security" add-certificate -k "$TARGETDISK/System/Library/Keychains/X509Certificates" *
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DMessageInfo.itk10 option add *MessageInfo.title "Notice" widgetDefault
16 itk_component add message {
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dfeedback.itk65 option add *Feedback.borderWidth 2 widgetDefault
66 option add *Feedback.labelPos n widgetDefault
67 option add *Feedback.barHeight 20 widgetDefault
68 option add *Feedback.troughColor White widgetDefault
69 option add *Feedback.barColor Blue widgetDefault
113 itk_component add trough {
122 itk_component add bar {
132 itk_component add percentage {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dserver.tcl28 trace add variable server {write unset} Track

Completed in 419 milliseconds

1234567891011>>