Searched refs:add (Results 176 - 200 of 3059) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dwinop1.rb16 TkOption.add('*Label.font', '*helvetica*10*')
17 TkOption.add('*Label.background', 'white')
33 Tk::BLT::Table.add(Tk.root,
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/
H A Dx86_64-mont.pl82 add $lo0,%rax # discarded
90 add $hi0,%rax
97 add $hi1,%rax
100 add $lo0,%rax # np[j]*m1+ap[j]*bp[0]
108 add $hi0,$hi1
121 add (%rsp),%rax # ap[0]*bp[i]+tp[0]
130 add $lo0,%rax # discarded
140 add $hi0,%rax
142 add %rax,$lo0 # ap[j]*bp[i]+tp[j]
148 add
[all...]
H A Dmo-586.pl79 &add ("edi",2); # extra two words on top of tp
313 &add ($carry,"eax");
324 &add ("eax",$carry);
336 &add ("eax",&DWP($frame,"esp")); # +=tp[0]
348 &add ($carry,&DWP($frame,"esp",$j,4)); # +=tp[j]
351 &add ($carry,"eax");
360 &add ("eax",&DWP($frame,"esp",$num,4)); # +=tp[num-1]
364 &add ($carry,"eax");
369 &add ("edx",&DWP($frame+4,"esp",$num,4)); # carry+=tp[num]
377 &add ("ea
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/md5/asm/
H A Dmd5-x86_64.pl31 add %r11d, $dst /* dst += ... */
34 add $x, $dst /* dst += x */
55 add %r11d, $dst /* dst += ... */
58 add $x, $dst /* dst += x */
78 add %r11d, $dst /* dst += ... */
81 add $x, $dst /* dst += x */
102 add %r11d, $dst /* dst += ... */
107 add $x, $dst /* dst += x */
221 # add old values of A, B, C, D
222 add
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A Dconfig.tcl13 # and add some entries to the Tk option database for the following
38 option add *DemoTop*Font TkDefaultFont
39 option add *DemoTop*selectBackground #678db2
40 option add *DemoTop*selectForeground white
42 option add *DemoTop.tf.borderWidth 1
43 option add *DemoTop.tf.relief sunken
44 option add *DemoTop.tf.tbl.borderWidth 0
45 option add *DemoTop.tf.tbl.highlightThickness 0
48 option add *DemoTop*background #dedede
50 option add *DemoTo
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha1-ia64.pl27 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
28 } else { $ADDP="add"; }
71 add tmp0=$e,$K_00_19
74 add $f=tmp0,$X[$i&0xf] // f=xi+e+K_00_19
77 add $f=$f,tmp4 // f+=F_00_19(b,c,d)
82 { .mii; add $f=$f,tmp5 // f+=ROTATE(a,5)
94 add tmp0=$e,$K_00_19
97 add $f=tmp0,$X[$i&0xf] // f=xi+e+K_00_19
102 { .mmi; add $f=$f,tmp4 // f+=F_00_19(b,c,d)
107 { .mii; add
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DJITStubRoutineSet.h49 void add(GCAwareJITStubRoutine*);
86 void add(GCAwareJITStubRoutine*) { } function in class:JSC::JITStubRoutineSet
H A DOpaqueRootSet.h63 void add(void* root) function in class:JSC::OpaqueRootSet
67 m_roots.add(root);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DPrototypeMap.cpp36 m_prototypes.add(object, object);
50 // right thing. As a result, having a bad time only happens if you add an
57 StructureMap::AddResult addResult = m_structures.add(std::make_pair(prototype, inlineCapacity), nullptr);
/macosx-10.10/Libc-1044.1.2/x86_64/string/
H A Dstrlen.s92 add %rdi, %rax
99 add $16, %rdi
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPUrlList.cpp29 add(LDAPUrl(*i));
54 void LDAPUrlList::add(const LDAPUrl& url){ function in class:LDAPUrlList
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dsqr.pl34 &add($a,32);
35 &add($r,64);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dsigblob.cpp53 add(slot, reinterpret_cast<const BlobCore *>(CFDataGetBytePtr(data))->clone());
55 add(slot, BlobWrapper::alloc(CFDataGetBytePtr(data), CFDataGetLength(data)));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsigblob.cpp53 add(slot, reinterpret_cast<const BlobCore *>(CFDataGetBytePtr(data))->clone());
55 add(slot, BlobWrapper::alloc(CFDataGetBytePtr(data), CFDataGetLength(data)));
/macosx-10.10/WebCore-7600.1.25/html/
H A DDOMTokenList.idl32 [RaisesException] void add(DOMString... tokens);
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTextTrackCueList.h54 bool add(PassRefPtr<TextTrackCue>);
62 bool add(PassRefPtr<TextTrackCue>, size_t, size_t);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMTreeDataGrid.js33 this.element.classList.add("dom-tree-data-grid");
34 this.element.classList.add("inline");
H A DDashboardView.js50 this._element.classList.add(WebInspector.DashboardView.StyleClassName);
51 this._element.classList.add(identifier);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dscrolledlistbox.rb5 TkOption.add('*textBackground', 'white')
H A Dselectionbox.rb5 TkOption.add('*textBackground', 'white')
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpaths.tcl41 method add {path} {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/
H A Dtkv.tcl67 $menu add cascade -label [mmc $text] -menu $name -underline [mml $text]
101 $w add command -label [mmc $text] -command [list load_image $window] -underline [mml $text]
103 $w add command -label [mmc $text] -command [list save_image $window] -underline [mml $text]
104 $w add separator
106 $w add command -label [mmc $text] -command [list destroy $window] -underline [mml $text]
108 $w add command -label [mmc $text] -command [list destroy .] -underline [mml $text]
114 $w add command -label [mmc $text] -command About -underline [mml $text]
127 $menu add command -label $item -command \
/macosx-10.10/vim-55/runtime/spell/
H A Dcleanadd.vim1 " Vim script to clean the ll.xxxxx.add files of commented out entries
5 " Time in seconds after last time an ll.xxxxx.add file was updated
13 " Loop over all the runtime/spell/*.add files.
15 for s:fname in split(globpath(&rtp, "spell/*.add"), "\n")
/macosx-10.10/CPANInternal-159.1/IO-SessionData-1.03/lib/IO/
H A DSessionSet.pm36 $self->{readers}->add($listen);
47 # Object method: add()
50 sub add { subroutine
106 $self->{$select}->add($handle) if $act;
147 my $newsess = $self->add($newhandle) if $newhandle;
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dtest_plugin.c56 int (*add)(void *,int,struct sockaddr *),
71 (*add)(addctx, type, (struct sockaddr *)&s);
83 int (*add)(void *,int,struct sockaddr *),
87 realm, domain, type, add, addctx);

Completed in 305 milliseconds

1234567891011>>