Searched refs:passed (Results 51 - 75 of 106) sorted by relevance

12345

/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembtcl.tex189 predicate call in the {\eclipse} code. No parameters can be passed.
207 can be handled. Afterwards the control is passed back to Tcl.
414 added to its arguments), afterwards control is passed back to
428 afterwards control is passed back to {\eclipse}.
H A Dembvb.tex99 No parameters can be passed.
H A Dumscmacros.tex110 external predicates are dereferenced before being passed to the
177 return code is correctly passed back to the system.
H A Dembremoteproto.tex86 control message is sent, the control is passed to the other side, and the
94 side, and control is passed to the {\eclipse} side. Control is passed back
794 passed to the remote side via the {\bf socket_client} message. The remote side
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dglobalstate.tex166 block remembers its own size, so it does not have to be passed as an
H A Dumscmacros.tex122 external predicates are dereferenced before being passed to the
194 return code is correctly passed back to the system.
H A Dkernel.tex40 is passed via the local stack.
869 and passed over the local stack.
1111 Arguments are passed in argument registers, as for regular Prolog
1450 address and size (in words) of data to be passed to the
1612 and passed to the instruction.
1659 Note also that the Cut pointer is not passed into the conditions
2070 in global variables or passed as arguments.
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsexcept.tex127 passed to any program location that wants to raise the event.
130 ground arguments (variables should not be passed because when the event
751 If the handler has one argument, the identifier of the interrupt is passed
870 %If more information is to be passed from
H A Dumsmacros.tex141 The term to transform is passed as the first argument, the second is a free
147 term to transformed is passed in the third argument, and the transformation
150 argument is passed in as a free variable, and the transformation should not
H A Dumsprofile.tex168 %The numbers show how often the execution passed the various predicate ports
/barrelfish-master/lib/openssl-1.0.0d/
H A Dconfig40 Any other text will be passed to the Configure perl script.
/barrelfish-master/doc/015-disk-driver-arch/
H A Dblockdevfs.tex46 \lstinline+backend_handle+ freely. This handle will be passed as an argument to
H A Dflounder-ahci.tex155 passed to the client. If \acs{dma} is used at all, the region must also be
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dtkint.pl162 % can be passed to Tk for colored display.
/barrelfish-master/doc/006-routing/
H A DRouting.tex157 Messaging in Barrelfish is connection-oriented: messages are passed via an explicit binding object, which encapsulates one half of a connection, and such a binding must be established in advance. Therefore, we have decided to support only connection-oriented multi-hop messaging (for now). The multi-hop interconnect driver is designed in such a way that channel set-up is collapsed into the binding phase.
230 Once the multi-hop channel is set-up, messages can be sent in both directions. A message can be sent by invoking the \texttt{multihop\_send\_message} function of the interconnect driver. This function requires that the message payload is passed as one (char) array. If a user-defined message contains multiple arguments that are not stored in continuous memory locations, either the user-defined message must be split up in multiple multi-hop messages, or a new array must be allocated and all message arguments must be copied into the newly allocated array (see chapter~\ref{chapter: flounder integration} for a discussion).
310 As pointed out in section \ref{section: message forwarding}, the multi-hop interconnect driver requires that the message payload is passed as one char array. If a user-defined message contains dynamic arguments (arguments whose size is only known at run-time), such as a string or a dynamic array, it is generally not possible to pass the message payload as one char array to the multi-hop interconnect driver. There are three possible approaches to send such a message:
313 \item Allocate a region of memory capable of holding all message arguments and copy the message arguments to this region. A pointer to it can then be passed to the multi-hop interconnect driver as message payload.
344 If the user-defined message contains dynamic arguments, we have to allocate space for each of those arguments separately and copy them from the received multi-hop message. This is necessary, because all dynamic message arguments are passed by reference to the user and become property of the user. The user must be able to free those arguments separately, therefore they must be copied to separately allocated memory. Fixed-size arguments are simply passed on the stack to the user.
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dintroduction.tex177 Variable bounds are automatically passed from the \eclipse\ {\em range}
H A Deplex.tex101 In this chapter, the problem passed to the external solver will be referred
218 bounds are only passed to the external solver if they would narrow the
1150 problem is not passed to the external solver).
1155 floating point numbers before they are passed to the external solver.
/barrelfish-master/doc/011-idc/
H A DIDC.tex415 It takes the state pointer (which was passed to \lstinline+iface_export()+), an
453 continuation function will be run. This takes the state pointer passed to
554 Any message arguments passed by reference become the property of the user, and
602 Any message arguments passed by reference (strings, arrays, and capabilities)
/barrelfish-master/doc/021-cpudriver/
H A Dcpudriver.tex188 At boot, an IO capability for the entire port space is passed to the
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dtkdebug.tex378 \verb'not_same_colour/3', i.e.\ \verb'3-4' or \verb'4-3' are never passed
438 interested in the country-pair list that is passed to \verb'do_colouring':
H A Dprolog.tex778 % the partially built data structure is passed
795 %\verb'rev/3', and finally passed out when the end of the list is reached.
983 second clause will never be executed if the first clause passed the
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic_probing_for_scheduling.pl78 It builds a constraint on the cost, which will be passed to the "probe".
H A Dprobing_for_scheduling.pl77 It builds a constraint on the cost, which will be passed to the "probe".
H A Drepair.pl430 later be passed to conflict_constraints/2.
484 later be passed to conflict_constraints/2.
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dforeign.pl97 Call - the actual argument passed to the foreign function

Completed in 227 milliseconds

12345