Searched refs:right (Results 1 - 25 of 121) sorted by relevance

12345

/barrelfish-2018-10-04/usr/bench/mdb_bench/
H A Dold_mdb.c27 N(cte)->right = cte;
38 curr = N(curr)->right;
45 N(cte)->right = curr;
47 N(N(cte)->left)->right = cte;
48 N(N(cte)->right)->left = cte;
53 if (N(cte)->right == cte) {
55 old_start = N(cte)->right = N(cte)->left = NULL;
59 old_start = N(cte)->right;
62 N(N(cte)->right)->left = N(cte)->left;
63 N(N(cte)->left)->right
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DExtent.java52 * utility constructor to work with left and right values. creates a pair itself
54 * @param right
56 public Extent(double left, double right) { argument
58 add(new DPair(left,right));
72 * @param right
74 public void addFirst(double left, double right) { argument
75 addFirst(new DPair(left,right));
81 * @param right
83 protected void add(double left, double right) { argument
84 add(new DPair(left,right));
[all...]
/barrelfish-2018-10-04/lib/mdb/
H A Dmdb_tree.c203 printf("%s%p{left=%p,right=%p,end=0x%08"PRIxGENPADDR",end_root=%"PRIu8","
207 cte, node->left, node->right, node->end, node->end_root,
246 if (node->right) {
247 if (node->right == cte) {
251 mdb_dump(node->right, indent+1);
275 if (node->level > 0 && !(node->left && node->right)) {
281 if (node->right && !(N(node->right)->level <= node->level)) {
284 if (node->right && N(node->right)
488 struct cte *right = N(node)->right; local
[all...]
/barrelfish-2018-10-04/usr/drivers/lpc_kbd/
H A Dlpc_kbd.h25 bool left, bool middle, bool right);
H A Dmain.c40 bool left, bool middle, bool right)
45 left, middle, right);
39 mouse_event(int32_t xdelta, int32_t ydelta, bool left, bool middle, bool right) argument
/barrelfish-2018-10-04/include/mdb/
H A Dtypes.h22 struct cte *left, *right; member in struct:mdbnode
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Dfp_fixint_impl.inc35 // If 0 <= exponent < significandBits, right shift to get the result.
H A Dfp_fixuint_impl.inc33 // If 0 <= exponent < significandBits, right shift to get the result.
H A Dfp_add_impl.inc43 // but we need to get the sign right for zero + zero
108 // If the addition carried up, we need to right-shift the result and
H A Dfp_extend_impl.inc82 // bit (if needed) and right-aligning the rest of the trailing NaN
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Dgraphic.pl139 wprintf("Click right to quit", []),
151 ( Button = 3 /*** right ***/
170 wprintf("Click right to quit", []),
178 ( Button = 3 /*** right ***/
193 wprintf("Click right to quit", []),
201 ( Button = 3 /*** right ***/
662 panel(@abort, button("Abort", abort_method), right, [active:off, greyed:on]).
663 panel(@refresh, button("Refresh", refresh_method), right, []).
664 panel(@reset, button("Reset", reset_method), right, []).
665 panel(@message_label, label(x, " "), right, [])
[all...]
/barrelfish-2018-10-04/usr/skb/skb_simple/
H A Doctopus_stubs.c68 struct ast_object* right = pair->u.pn.right; local
70 assert(right != NULL);
75 switch(right->type) {
77 idx += sprintf(str + idx, "%s", right->u.sn.str);
80 idx += sprintf(str + idx, "%"PRId64"", right->u.cn.value);
83 idx += sprintf(str + idx, "%s ", right->u.in.str);
86 USER_PANIC("Unsupported node type: %u\n", right->type);
123 copy_ast(&(*copy)->u.pn.right, ast->u.pn.right);
[all...]
/barrelfish-2018-10-04/lib/octopus/parser/
H A Dtest_parser.c139 assert(p->u.pn.right != NULL);
145 translate(p->u.pn.right);
237 struct ast_object* right = pair->u.pn.right;; local
239 assert(right != NULL);
H A Dread.c101 if(format_attr->u.pn.right->type != nodeType_Scan) {
113 struct ast_object* value = record_attr->u.pn.right;
115 switch(format_attr->u.pn.right->u.scn.c) {
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dcolgen.tex52 l/l_{i}\right\rfloor\right\rceil$ and introduce the above variable
74 \end{array}\right.\qquad\qquad\forall i\\
94 %\end{array}\right.\\
97 %\end{array}\right.\\
100 \left\{0,\ldots,l\right\}\\
101 \left\{0,\ldots,h_{i}\right\}\quad\forall i\\
102 %\end{array}\quad\right\}\forall i\\
104 \left\{0,\,1\right\}
105 %\end{array}\right
[all...]
/barrelfish-2018-10-04/tools/
H A Dcreate_mdb_dot.py8 re.compile(r"^left=(?P<leftval>0x[0-9a-f]+),right=(?P<rightval>0x[0-9a-f]+),end=(?P<end>0x[0-9a-f]+),end_root=(?P<end_root>\d+),level=(?P<level>\d+),address=(?P<address>0x[0-9a-f]+),size=(?P<size>0x[0-9a-f]+),type=(?P<type>\d+),remote_rels=(?P<rcopies>\d)(?P<rancs>\d)(?P<rdescs>\d),extra=(?P<extra>.*)$")
74 return "{address=0x%x, size=0x%x, type=%s, left=0x%x, right=0x%x}" % \
103 right = cap.rightval
109 if right != 0:
110 rightcap = nodedict[right]
/barrelfish-2018-10-04/usr/skb/octopus/
H A Dcode_generator.c152 struct ast_object* right = iter->u.an.attr->u.pn.right; local
157 struct pword_pair right_terms = visit_attribute_right(right);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dmapremote.tcl85 pack [entry .e.host.e -textvariable map_remote(host) -relief sunken] -side right
88 pack [entry .e.port.e -textvariable map_remote(port) -relief sunken] -side right
H A Dtkinspect.tcl39 ## routine to handle the movement around (left, right, down) these special
173 pack [ttk::sizegrip $bot.alert.grip] -side right -anchor se
185 pack $tf.y -side right -fill y
186 pack $t -side right -fill both -expand true
251 bind $iw <Key-Down> "tkinspect:Move $iw $h right $alert_text"
287 -side right -expand true -fill x
300 grid [scale $xf.re -label "% from right edge" -from 0 -to 50 -length 200 \
354 -command "tkinspect:Move $iw $h right $alert_text"] -side $side -padx $pad
355 pack [button $cf.right -image $tkinspectvalues(rightimage) \
360 pack [spinbox $cf.child -from 1 -to 1000000000 -width 3 -justify right \
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DInternalFrame.java138 MyInternalFrame right; field in class:InternalFrame
218 right = createFrame();
222 right.setSize((screenSize.width - inset*3)/2,screenSize.height - inset*4);
225 right.setLocation((screenSize.width - inset*3)/2, 30);
256 Dimension r = right.getSize();
262 right.setSize(rx,ry);
264 right.setLocation(x,0);
268 right.setSize((int)(d.getWidth()/2),(int)(d.getHeight()));
269 right.setLocation((int)(d.getWidth()/2),0);
344 right
[all...]
/barrelfish-2018-10-04/include/sys/
H A Dcapsicum.h300 #define CAPRVER(right) ((int)((right) >> 62))
303 #define CAPIDXBIT(right) ((int)(((right) >> 57) & 0x1F))
/barrelfish-2018-10-04/include/octopus/parser/
H A Dast.h119 struct ast_object* right; member in struct:node_pair
235 struct ast_object* right)
241 p->u.pn.right = right;
234 ast_pair(struct ast_object* left, struct ast_object* right) argument
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml_utilities.pl307 "harr"-[8596], % left right arrow, U+2194 ISOamsa
308 "hArr"-[8660], % left right double arrow,
341 "lrm"-[8206], % left-to-right mark, U+200E NEW RFC 2070
405 "rang"-[9002], % right-pointing angle bracket = ket,
406 "raquo"-[187], % right-pointing double angle quotation mark
409 "rceil"-[8969], % right ceiling, U+2309 ISOamsc
410 "rdquo"-[8221], % right double quotation mark,
413 "rfloor"-[8971], % right floor, U+230B ISOamsc
416 "rlm"-[8207], % right-to-left mark, U+200F NEW RFC 2070
417 "rsaquo"-[8250], % single right
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/grace/
H A Dqueens.pl57 % any of its right-hand neigbours
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgosthash.c62 static int add_blocks(int n,byte *left, const byte *right) argument
69 sum=(int)left[i]+(int)right[i]+carry;

Completed in 138 milliseconds

12345