Searched refs:root (Results 101 - 125 of 153) sorted by relevance

1234567

/barrelfish-master/usr/skb/programs/
H A Dbridge_postorder_sorted_sum.pl48 findall(root(Addr,Child,mem(LP,HP)),
90 root(Addr,childbus(MinBus,MaxBus),mem(LMem,HMem)) = Root,
109 %% pseudo-root of both trees
H A Dbridge_postorder_sorted_sum_ascending.pl47 findall(root(Addr,Child,mem(LP,HP)),
89 root(Addr,childbus(MinBus,MaxBus),mem(LMem,HMem)) = Root,
105 %% pseudo-root of both trees
H A Dbridge_postorder_sorted_ascending.pl47 findall(root(Addr,Child,mem(LP,HP)),
89 root(Addr,childbus(MinBus,MaxBus),mem(LMem,HMem)) = Root,
105 %% pseudo-root of both trees
H A Dbridge.pl39 findall(root(Addr,Child,Mem),rootbridge(Addr,Child,Mem),Roots),
51 root(Addr,childbus(MinBus,MaxBus),mem(LMem,HMem)) = Root,
H A Dbridge_fake_bigfish.pl97 % the main part of the allocation. Called once per root bridge
101 root(Addr,childbus(MinBus,MaxBus),mem(LMem,HMem)) = Root,
119 % pseudo-root of both trees
H A Dbridge_fake_babybel.pl590 % the main part of the allocation. Called once per root bridge
594 root(Addr,childbus(MinBus,MaxBus),mem(LMem,HMem)) = Root,
612 % pseudo-root of both trees
H A Dcompute_required_resources.pl148 %root bridge information
162 write("root bridge\t"),
180 write("root bridge\t"),
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dinstall.com8 $! P1 root of the directory tree
/barrelfish-master/lib/libc/nameser/
H A Dns_print.c131 goto root;
136 /* Origin not used or not root, and no trailing dot? */
140 root:
1184 goto root;
1196 root:
/barrelfish-master/include/vm/
H A Dvm_map.h189 vm_map_entry_t root; /* Root of a binary search tree */ member in struct:vm_map
/barrelfish-master/doc/015-disk-driver-arch/
H A Dblockdevfs.tex7 filenames from different backends are combined to form the root directory of
17 enumerating the contents of the blockdevfs root directory will yield the files
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dpane.tcl217 array set PANE [list XY [winfo root$xy $p] WH [winfo $wh $p].0 \
/barrelfish-master/kernel/include/
H A Dcapabilities.h56 struct mdbnode mdbnode; ///< MDB "root" node for the cap
122 errval_t caps_create_from_existing(struct capability *root, capaddr_t cnode_cptr,
/barrelfish-master/doc/019-device-drivers/
H A DDeviceDriver.tex372 structured as a hierarchical tree with it's leaves being devices. The root
373 node, called PCI root bridge, forms the entry point to such a tree. PCI root
381 Octopus records for every PCI root bridge it finds. Meanwhile, Kaluga will
382 receive notification for all the root bridges added to Octopus. If a root
/barrelfish-master/doc/003-hake/
H A DHake.tex228 root of the tree (not the root file system).
318 \item[root] refers to files relative to the top of the build
327 to the pathname of the file from the root of the designated tree.
624 run in the root of the new build directory.
729 \item[--source-dir:] this option is mandatory and specifies the root
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dproperty.c69 mark_dids_from_heapterm(pword *root);
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dgc.tex118 This is the root set from where our marking phase starts.
239 \caption{Updating a reference from the root set}
/barrelfish-master/lib/tommath/
H A Dmakefile38 USER=root
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dtrees.pl18 build up a path to the root. They still cost O(lg N) time rather
/barrelfish-master/lib/openssl-1.0.0d/ms/
H A Dtestce.bat99 cecopy ..\certs\ICE-root.pem CE:\OpenSSL\certs
/barrelfish-master/doc/018-Practical-guide/
H A Dreadme.tex199 root~~~~(nd)\\
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dgfd.tex408 negative root is not excluded (non-inlined).
411 Integer square root (always positive). Truncated towards zero.
414 Square root, defined only if Expr is the square of an integer
418 Integer N$^{th}$ root, N is a positive integer. Truncated to nearest smaller
419 integer. For even N, result is the non-negative root.
424 the result is only defined for integral root, and negative root not
1158 where the current search is abandoned and restarted from the root,
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dtkinspect.tcl136 set h [hierarchy $top.m -root 1 -browsecmd tkinspect:Get_subterms \
927 set hroot [$h index root]
930 $h open $hroot ;# update root term. Also consistent with initial display
1061 # x and y are root-window relative co-ordinates (for placing menu)
H A Declipse_tools.tcl36 # All tools in this package has .ec_tools as the root frame. New
231 # this sets the Tk defaults for widgets that has $root as a parent. This
232 # should be called before any widgets of root are created!
233 proc tkecl:set_tkecl_tkdefaults {root} {
234 option add *$root*font tkecllabel userDefault ;# the default
235 option add *$root*Text.font tkeclmono
236 option add *$root*Entry.font tkeclmono
237 option add *$root*Hierarchy.font tkeclmono
238 option add *$root*Text.font tkeclmono
377 -background white -selectbackground gray -root to
[all...]
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dsearch.tex333 If we decide to choose values for X1 first (at the root of the search tree)
457 factor at the root of the search tree and the total number of internal nodes.
775 starting the search at the tree root with a certain integral amount of
824 root of the search tree, and disallows choices completely below a certain

Completed in 155 milliseconds

1234567