Searched refs:add (Results 76 - 100 of 349) sorted by relevance

1234567891011>>

/barrelfish-master/lib/openssl-1.0.0d/crypto/md5/asm/
H A Dmd5-586.pl60 &add($a,$tmp1);
68 &add($a,$b);
85 &add($a,$tmp1);
91 &add($a,$b);
103 # the last add from the previous round.
110 &add($a,$tmp1);
121 # the last add from the previous round.
125 &add($b,$c); # MOVED FORWARD
131 &add($a,$tmp1);
137 &add(
[all...]
/barrelfish-master/kernel/arch/armv7/
H A Dcpu_start.S46 add sp, sp, #KERNEL_STACK_SIZE
/barrelfish-master/kernel/arch/armv8/boot/
H A Dboot_entry.S85 add sp, x0, #2032
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dfacts.pl7 % add,aut,bot,cha,dat,edi,edr,eds,fla,flo,how,ins,jou,key,
12 all_attributes([add,aut,bot,cha,dat,edi,edr,eds,fla,flo,how,ins,jou,key,
47 cap_attr_abbr('Address',add).
86 att_to_var(add,"Add").
122 att_to_string(add,"add").
183 prompted_atts(bok,[[aut,m],[key,m],[tit,m],[edr,o],[pub,m],[add,o],
186 prompted_atts(bol,[[aut,m],[key,m],[tit,m],[pub,m],[add,o],[how,o],[yea,m],
191 [pub,m],[add,o],[edi,o],[ser,o],[vol,o],[num,o],[how,o],
194 [pub,m],[add,
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dsparcv9a-mont.pl148 add %sp,$bias,%o0 ! real top of stack
150 add %o1,$num,%o1 ! %o1=num*5
156 add %sp,$bias+$frame+$locals,$tp
157 add $tp,$num,$ap_l
158 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
159 add $ap_l,$num,$ap_h
160 add $ap_h,$num,$np_l
161 add $np_l,$num,$np_h
165 add $rp,$num,$rp ! readjust input pointers to point
166 add
[all...]
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DAbstractViewletDataStore.java191 start.add(one);
289 index.add(new Integer(row));
290 index.add(new Integer(column));
305 index.add(new Integer(row));
334 listenerList.add(listener);
441 currentComb.add(new Integer(i));
443 result.add(currentComb);
449 result.add(new LinkedList());
H A DViewerManager.java62 * add the new viewers to the ViewerManagerFrame.
254 result.add(viewer);
274 preEventGoals.add(currentViewer.collectPreEventGoals(visEvent));
390 interestSpecs.add(currentViewer.getInterestSpec());
429 getContentPane().add(new JLabel("Which viewers would you like to create for viewable \""+viewableName+"\"?"),
432 getContentPane().add(viewerFactorySelectorPanel(),
435 buttonPanel.add(new ActionButton(new OkayAction()));
436 getContentPane().add(buttonPanel, BorderLayout.SOUTH);
456 buttons.add(button);
457 panel.add(butto
[all...]
H A DContainerViewer.java203 result.add(super.collectPreEventGoals(event));
205 result.add(collectPreUpdateGoals(updatingElementIndices,
212 result.add(super.collectPreEventGoals(event));
217 // add a goal to get the name of the new location in the expanded dimension
218 result.add(getAddLocationNameGoal(expandingDimension,
221 result.add(collectPreBuildGoals(expandingElementIndices));
227 result.add(super.collectPreEventGoals(event));
229 // add a location names goal for each dimension.
232 result.add(getLocationNamesGoal(i));
236 result.add(collectPreBuildGoal
[all...]
H A DViewerManagerFrame.java116 getContentPane().add(lastEventLabel, lelc);
162 /** Convenience method to add menu items based on the menu title: if a menu
163 * with that title exists, add to that menu. Otherwise, create menu with that
164 * title and add to that.*/
175 jMenuBar.add(menu);
180 menu.add((Action) item);
185 menu.add((JMenuItem) item);
223 getContentPane().add(jDesktopPane, dpc);
228 jDesktopPane.add(jInternalFrame);
247 getContentPane().add(controlPane
[all...]
H A DViewletSelectionImpl.java75 commonActions.add(currentAction.createCompoundAction(this));
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_depr.c69 const BIGNUM *add, const BIGNUM *rem,
84 if(!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
68 BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, void (*callback)(int,int,void *), void *cb_arg) argument
H A Dbn_prime.c133 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
135 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
160 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb)
175 if (add == NULL)
183 if (!probable_prime_dh_safe(ret,bits,add,rem,ctx))
188 if (!probable_prime_dh(ret,bits,add,rem,ctx))
407 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx)
417 /* we need ((rnd-rem) % add) == 0 */
419 if (!BN_mod(t1,rnd,add,ctx)) goto err;
433 if (!BN_add(rnd,rnd,add)) got
159 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) argument
406 probable_prime_dh(BIGNUM *rnd, int bits, const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx) argument
[all...]
/barrelfish-master/usr/eclipseclp/CPViz/viztool/src/components/
H A DToolBarFactory.java63 * @param am the actions to add to menu items
91 result.add(new JToolbarSeparator());
93 result.add(createJButton(s));
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dtktools.tcl145 .mbar add cascade -label File -menu .mbar.file
146 .mbar add cascade -label Tools -menu .mbar.tools
148 .mbar.file add command -label Disconnect -command detach_tools
149 .mbar.file add command -label Exit -command quit_tools
216 .mbar add cascade -label "Help" -menu .mbar.help -underline 0
218 .mbar.help add check -label "Balloon Help" -variable tkecl(pref,balloonhelp)
219 .mbar.help add separator
222 .mbar.help add command -label $topic -command "tkecl:Get_helpfileinfo $key {}"
/barrelfish-master/lib/barrelfish/arch/arm/
H A Dentry.S36 add sp, sp, r12
41 add r3, THREAD_REGISTER, r3
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha512-ia64.pl29 # as custom 'mux2', "parallel 32-bit add," 'padd4' and "parallel
72 $ADD="add";
101 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
102 } else { $ADDP="add"; }
147 { .mib; add r8=0*$SZ,ctx
148 add r9=1*$SZ,ctx
150 { .mib; add r10=2*$SZ,ctx
151 add r11=3*$SZ,ctx
164 add Ktbl=($TABLE#-.Lpic_point),Ktbl }
200 { .mmi; add r
[all...]
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVizParent.java217 * utility to add an entry to the child collection; used by parser
220 public void add(VizParent entry){ method in class:VizParent
221 entries.add(entry);
233 res.add(entry.getRawIndex(),entry.getDomainAsList());
H A DFullDomain.java97 removed.add(value);
/barrelfish-master/lib/openssl-1.0.0d/crypto/ripemd/asm/
H A Drmd-586.pl88 &add($a, $tmp2);
90 &add($a, $tmp1);
94 &add($a, $e);
101 &add($a, $tmp1);
106 &add($a, $tmp2);
111 &add($a, $e);
126 &add($a, $tmp2);
139 &add($a, $e);
144 &add($a, $tmp1);
166 &add(
[all...]
/barrelfish-master/lib/libc/arm/string/
H A Dstrlen.S39 add r0, r0, #4
49 add r0, r0, #4
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/jdotview/
H A DFileWatcher.java48 listenerList.add(al);
/barrelfish-master/tools/usbboot/arch/omap4/
H A Dstart.S11 add r7, r8, r7
/barrelfish-master/usr/bench/rcce/bt/
H A Dadd.c5 void add() { function
/barrelfish-master/lib/compiler-rt/builtins/arm/
H A Daeabi_uidivmod.S51 add sp, sp, #4
H A Daeabi_idivmod.S44 add sp, sp, #4

Completed in 201 milliseconds

1234567891011>>