Searched refs:add (Results 276 - 300 of 349) sorted by relevance

<<11121314

/barrelfish-master/lib/openssl-1.0.0d/crypto/whrlpool/asm/
H A Dwp-x86_64.pl170 add \$1,%rsi
560 add \$64,%rsp
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dmap.pl375 % this predicate is that you can add a clause
H A Dintervals.pl141 For 'iset_union', if Ai overlaps Bi, we must take care not to add the
/barrelfish-master/doc/026-device-queues/
H A Ddevif.tex492 Further to add and remove Addresses from the closed system, we defined \textit{register} and \textit{deregister}.
672 the region and its length. When a region is registered, we add one memory chunk that describes
688 case we add the region with the deqeued offset+length as a size.
793 // add a memory region to the buffer table
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dcprolog.pl280 :- system. % compiler directive to add the SYSTEM flag
H A Dheaps.pl87 history of the heap. If you need a stable heap, you could add
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Ddbi.tex145 would be used to add rows to the employees relation.
473 twice, once to deduct an amount and once to add that same amount to
H A Dembtcl.tex113 To add these tools to your application, load the package and add the
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Dknowbase-sec.tex270 is used to add clauses from the terminal. Enter the predicate
401 that creates such a clause and add it to the current `definitions'
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Drepairtut.tex611 exceeded and to add random items (changing 0 to 1) if there is
649 change_random(VarArr, 0, 1) % add another item
H A Dtkdebug.tex234 To avoid stepping through the whole program, we will add a spy-point to a
281 We can add a spy-point to the predicate by clicking on the radio button for
/barrelfish-master/lib/openssl-1.0.0d/crypto/camellia/asm/
H A Dcmll-x86_64.pl653 #add \$8,%rsp # 8 is reserved for callee's ra
762 add \$15,%rdx
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_padlock.c295 * using __fastcall calling convention. If you wish to add
552 skip: add esp,4
1217 NULL, /* add */
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dmulticast.c48 .add = mcast_add_one,
H A Dnotice.c52 .add = inform_add_one,
H A Duverbs_main.c744 .add = ib_uverbs_add_one,
/barrelfish-master/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_verbs.h1334 void (*add)(struct ib_device *); member in struct:ib_client
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dchr.pl254 % Goes to the tail (variable) of the list and add a new element.
/barrelfish-master/usr/skb/programs/
H A Dbridge_fake_bigfish.pl269 % add constraints to the tree
H A Dglobalthreadalloc.pl482 % core name and an operation (1 = add this core to the task, 0 = remove this
H A Ddecoding_net4.pl43 % TODO: This should probably add to the list?
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex402 If a system contains many modules, it can be helpful to provide a query which automatically generates the documentation for all files. In RiskWise, there is a module {\it document} \index{document}with an entry point {\it document/0} which creates the complete documentation tree. It uses the built-in predicates {\it icompile/1} and {\it ecis\_to\_htlms/4} to extract the documentation information from the source files and to build the HTML files required. Whenever we add a new module to the source of the application, we have to add its name into the {\it components} list.
468 The next question is how the data should be represented inside \index{internal data}the application. For this purpose we will have to introduce data structures\index{data structures} which allow rapid access to information, which deal with multiple data sets in different parts of the application and where we can add information in a structured way. It should be clear that the built-in fact data base cannot be used for this purpose. Instead, we have to pass the information via arguments of the predicates. In the following sections, we will discuss how the data should be structured to simplify access and coding.
513 We can add items one by one, without an a priori limit on the number of items.
1780 \item Wrong control structure. A common problem is to miss the alternative branch in an {\it if-then-else construct}\index{if then else}. If the condition part fails, then the whole call fails. We must always add an {\it else} \index{else}part, perhaps with an empty statement {\it true}\index{true}.
1814 Suppose we assume that the predicate {\it analyze\_term} is responsible for a problem. We can then simply add a {\it writeln} call before and/or after the predicate call to print out the suspected predicate. The output before that call should show all input arguments, the output after the call should also show the output results.
2193 \item[hash\_add/3] \index{hash\_add/3}add an item to a hash table
2239 % to add a floating figure
2246 % to add a programming concept section
/barrelfish-master/doc/008-tracing/
H A DTracing.tex206 Pleco allows programmer to easily add new Subsystems to the tracing framework
472 allows developers to add their own scripts to Aquarium. Since those scripts do
549 When developing Aquarium, we initially planned to add a statistics module as
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dppc.pl290 #to add since c1=c2=c3=0.
305 addc r10,r7,r10 # now add to temp result.
435 addc r10,r7,r10 #add the two register number
439 addc r10,r7,r10 #add the two register number
1687 add r12,r12,r10 # th+=t
1695 add r3,r5,r3 # h+=d
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Drepair.pl968 get_repair_attr(X, _), % will actually add if not there yet
1019 get_repair_attr(Expr, _). % will actually add if not there yet

Completed in 290 milliseconds

<<11121314