Searched refs:handle (Results 251 - 275 of 283) sorted by relevance

<<1112

/barrelfish-2018-10-04/lib/nfs/
H A Dnfs_xdr.c242 if (!xdr_nfs_fh3 (xdrs, &objp->post_op_fh3_u.handle))
/barrelfish-2018-10-04/include/vm/
H A Dvm_pageout.c771 vp = object->handle;
H A Dvm_map.c1348 * with the previous entry when object is NULL. Here, we handle the
2661 * In case of failure, handle entries
3173 if ((src_object->handle == NULL) &&
3385 KASSERT(((struct vnode *)object->handle)->
3957 * A handle (out_entry) is returned for use in
4041 * If we want to write the page, we may as well handle that
4217 * (according to the handle returned by that lookup).
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Ddistfix.pl438 % From here down is new stuff to handle distfix operators.
/barrelfish-2018-10-04/doc/017-arm/
H A DARM.tex254 The Barrelfish ARMv7 CPU drivers can handle up to 1GB RAM,
668 CPU models. The difference between the two lies in the way they handle
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dtkinspect.tcl39 ## routine to handle the movement around (left, right, down) these special
545 handle {
884 $tkinspectvalues(handleimage) handle\
1004 ;# let Prolog handle the appearance of special path positions
/barrelfish-2018-10-04/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex391 Mathematical programming cannot handle disjunction directly.
545 an external solver, written in \verb0C0 to handle linear constraints,
1032 explicit which constraint library is to handle the constraint, for
1471 the package can handle problems involving ten of thousands of linear
1682 more {\em 0/1} variables it is necessary to introduce to handle each
1703 A major issue in defining complex constraints is how to handle
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.tex119 contribute to educate others facing the problem of having to handle big number mathematical calculations.
264 discuss how to handle sign or handle the dividend's decreasing magnitude in the main loop (\textit{step \#3}).
1351 logic to handle it.
1491 This function sets four bits of the number at a time to handle all practical \textbf{DIGIT\_BIT} sizes. The weird
1705 The first two steps will handle sorting the inputs such that $min$ and $max$ hold the digit counts of the two
2317 Essentially the loop is a generic version of algorithm mp\_mul\_2 designed to handle any shift count in the range $1 \le x < lg(\beta)$. The $mask$
2334 If the shift count $b$ is larger than $lg(\beta)$ then a call to mp\_lshd() is used to handle all of the multiples
2455 & weight values such as $3$, $5$ and $9$. Extend it to handle all values \\
2458 $\left [ 2 \right ] $ & Modify the preceding algorithm to handle value
[all...]
/barrelfish-2018-10-04/doc/006-routing/
H A DRouting.tex275 It must be noted that the routing table set-up dispatcher can only generate the routing tables for the cores of a single system. It cannot handle set-ups like an Intel single chip cloud computer connected to a x86 machine over a PCIe-based channel.
279 It is possible that one dispatcher on a multi-hop channel is sending at a faster rate than the receiving dispatcher can handle incoming messages and process them. Because we want to provide a reliable messaging service, we cannot just drop messages in such a case, but have to buffer them and deliver them eventually. To limit the space needed to buffer undelivered messages, we decided to implement a flow control mechanism within the multi-hop interconnect driver. The flow control mechanism allows the receiving dispatcher to control the transmission speed, so that it is not overwhelmed with messages.
511 While the sender waits for the callback, it has to handle the unsent message.
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dhybrid.tex134 For this example we handle the first constraint using {\tt ic},
136 and we handle the second pair of linear constraints using {\tt eplex}.
H A Dconstimpl.tex616 let it have a handle to itself (its `suspension') in one of its arguments.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dppc64-mont.pl870 subfe $ovf,$i,$ovf ; handle upmost overflow bit
/barrelfish-2018-10-04/usr/eclipseclp/Eplex/
H A Deplex.c272 /* argument indices in Prolog-level prob-handle */
273 #define HANDLE_CPH 1 /* C-level handle */
274 #define HANDLE_STAMP 2 /* timestamp for prob-handle */
355 * Problem handle
534 pword handle; local
535 handle.val.all = vlp.all;
536 handle.tag.all = tlp.all;
537 return ec_free_handle(handle, &lp_handle_tid);
670 * All functions that do not use a problem handle must make sure that
1067 {/* Return the cplex descriptor in argument HANDLE_CPH of the handle structur
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Ddb.pl49 :- op(950, yfx, 'ondb'), % db handle specification
H A Dtracer_tcl.pl669 refine_type(handle, H, _, Type) :-
726 get_functorarity(handle, S, F, A) ?- !,
/barrelfish-2018-10-04/doc/000-overview/
H A DOverview.tex358 page tables and allocating physical memory itself, it can handle page
437 In addition, stubs can also handle other areas of complexity resulting
/barrelfish-2018-10-04/doc/008-tracing/
H A DTracing.tex463 \item Being able to handle large trace log data.
538 handle the new Event. Such EventHandlers can either be UI elements, such as an
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dkernel.tex260 The handle type is intended to store references to non-{\eclipse} data.
1099 res(Na,Ne) & handle events if any \\
1610 In order to handle cuts inside the metacalled goal, the value of the B
2029 handling), or event handles\index{handle!event} (anonymous events). Their corresponding
H A Druntime.tex98 too many standard Prolog assumptions, we handle things as follows:
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsmodules.tex645 All predicates which handle modular items must be tools
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dextfd.tex685 First of all, the debugger commands that handle suspended
1405 We use more or less directly the low-level primitives to handle
/barrelfish-2018-10-04/usr/arrakismon/
H A Dguest.c482 dispatcher_get_disabled_save_area(si->handle);
/barrelfish-2018-10-04/doc/012-services/
H A DServices.tex950 Terminal & N & Medium & there is some code to handle this in lib
/barrelfish-2018-10-04/doc/013-capability-mgmt/
H A Dtype_system.tex287 Most domains will generally not handle capabilities of this type.
/barrelfish-2018-10-04/doc/019-device-drivers/
H A DDeviceDriver.tex386 handle the peripherals. How does Kaluga know what driver to start for each

Completed in 159 milliseconds

<<1112