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

1234567891011>>

/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-ppc.pl626 add $acc08,$acc08,$acc08 # (r0&0x7f7f7f7f)<<1
627 add $acc09,$acc09,$acc09
628 add $acc10,$acc10,$acc10
629 add $acc11,$acc11,$acc11
978 add $acc08,$acc08,$acc08 # (r0&0x7f7f7f7f)<<1
979 add $acc10,$acc10,$acc10
993 add $acc12,$acc12,$acc12 # (r2&0x7f7f7f7f)<<1
994 add $acc14,$acc14,$acc14
1008 add $acc12,$acc12,$acc12 # (r4&0x7f7f7f7f)<<1
1009 add
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dvia-mont.pl135 &add ("ebp","esp");
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Dmd_rand.c190 static void ssleay_rand_add(const void *buf, int num, double add) argument
318 entropy += add;
/barrelfish-master/lib/virtio/host/
H A Dchannel_flounder.c197 assert(vdev->cb_h->add);
208 st->err = vdev->cb_h->add(vdev,vring, ndesc, has_buffers, vq_id);
/barrelfish-master/include/arch/aarch64/machine/
H A Datomic.h96 ATOMIC(add, add)
160 " add %w0, %w2, %w4 \n"
179 " add %0, %2, %4 \n"
/barrelfish-master/tools/harness/
H A Defiimage.py73 self._dirs.add(line[:-1])
84 self._dirs.add(basename)
/barrelfish-master/usr/skb/programs/
H A Dmulticast.pl60 % find all the cores on the same package as APIC_ID, and add pairs for them
65 % add the rtt number to every sendto tuple
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DBoundsViewletType.java149 result.add(composeElementGoal(currentIndex, store.getViewable().getNameAtom(), goal));
225 result.add(composeElementGoal(currentIndex, store.getViewable().getNameAtom(), goal));
273 // faded.add(index);
344 ll.add(new AlignBoundsAction(store, range));
345 ll.add(new ToggleHorizontalVerticalAction(store, range));
350 ll.add(new DisplayBoundsInDetailAction(store, index));
H A DAbstractViewletType.java160 ll.add((new ToggleHoldAction()).createCompoundAction(store, range));
H A DGanttTaskViewletType.java169 ll.add((new ToggleHoldAction()).createCompoundAction(store, range));
178 ll.add(new DisplayTaskInDetailAction(store,index));
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/asm/
H A Ddes-586.pl55 &add("ecx",16);
59 &add("esp",8);
71 &add("esp",4);
96 &add("esp",8);
108 &add("esp",4);
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DViz.java404 stack.peek().add(new VizDVar(getIndex(attributes),
408 stack.peek().add(new VizInteger(getIndex(attributes),
425 stack.peek().add(e);
430 stack.peek().add(e);
435 stack.peek().add(e);
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dcheck_entry.pl65 C) erase/modify/add (Key)
483 % add document identifier
608 pub = Pub, add = Add, edi = Edi, ser = Ser, vol = Vol,
614 add = Add, how = How, yea = Yea, mon = Mon, nte = Nte,
626 cha = Cha, pag = Pag, edr = Edr, pub = Pub, add = Add,
634 cha = Cha, pag = Pag, edr = Edr, pub = Pub, add = Add,
641 org = Org, pag = Pag, edr = Edr, pub = Pub, add = Add,
647 add = Add, edi = Edi, yea = Yea, mon = Mon, nte = Nte,
653 add = Add, yea = Yea, mon = Mon, nte = Nte, dat = Dat)),!.
663 add
[all...]
/barrelfish-master/include/arch/arm/machine/
H A Datomic-v6.h102 " add %0, %0, %3 \n"
140 ATOMIC_ACQ_REL(add, 32)
141 ATOMIC_ACQ_REL(add, 64)
142 ATOMIC_ACQ_REL_LONG(add)
312 " add %1, %0, %4 \n"
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dmlx4_en.h191 #define ADD_PERF_COUNTER(cnt, add) ((cnt) += (add))
200 #define ADD_PERF_COUNTER(cnt, add) do {} while (0)
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DWrappedMultiViewletDataStore.java60 newRange.add(index);
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha512-armv4.pl150 add $Ktbl,$Ktbl,#8
205 add $len,$inp,$len,lsl#7 @ len to point at the end of inp
384 add sp,sp,#640
390 add sp,sp,#8*9 @ destroy frame
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dmixtus.pl45 :- system. % compiler directive to add the SYSTEM flag
H A Darray.pl45 :- system. % compiler directive to add the SYSTEM flag
/barrelfish-master/lib/openssl-1.0.0d/crypto/ecdsa/
H A Decdsatest.c121 fake_rand.add = old_rand->add;
/barrelfish-master/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86asm.pl45 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); }
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dx86cpuid.pl149 &add ("esp",8);
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Decdsatest.c121 fake_rand.add = old_rand->add;
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEclipseMultitaskConnectionImpl.java169 multitaskListenerList.add(multitaskListener);
223 pendingGoals.add(mg);
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dtkgetdir.tcl310 .dirsel.f1.dir.m add command -label $tmpdir -command "ShowDir {$tmpdir}"
317 .dirsel.f1.dir.m add command -label $drive -command "ShowDir {$drive}"

Completed in 317 milliseconds

1234567891011>>