Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 1340) sorted by relevance

12345678910>>...54

/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DMerge.pm13 my ($left, $right) = @_;
17 || (defined $left and defined $right and $left eq $right);
21 my ($left, $right, $path) = @_;
24 return $left;
52 my ($left, $right) = @_;
67 $left->{$key} = _uniq_map($left->{$key}, $right->{$key}, [ @{$path}, $key ]);
73 return $left;
119 return $left;
127 my ($left, $right) = @_;
128 return $left || $right;
[all …]
/openbsd/regress/usr.bin/mandoc/tbl/layout/
H A Dlines.out_ascii200 vline left below hline top left:
305 vline left above hline bottom left:
340 double vline left below hline top left:
865 vline left below hline top left:
1012 vline left above hline bottom left:
1765 vline left below hline top left:
1975 vline left above hline bottom left:
2840 vline left below hline top left:
3029 vline left above hline bottom left:
3982 vline left below hline top left:
[all …]
/openbsd/usr.sbin/nsd/
H A Drbtree.c82 right->left = node; in rbtree_rotate_left()
93 rbnode_type *left = node->left; in rbtree_rotate_right() local
94 node->left = left->right; in rbtree_rotate_right()
104 node->parent->left = left; in rbtree_rotate_right()
107 rbtree->root = left; in rbtree_rotate_right()
109 left->right = node; in rbtree_rotate_right()
110 node->parent = left; in rbtree_rotate_right()
202 node = node->left; in rbtree_insert()
268 if(parent->left == old) parent->left = new; in change_parent_ptr()
323 swap_np(&to_delete->left, &smright->left); in rbtree_delete()
[all …]
/openbsd/sbin/unwind/libunbound/util/
H A Drbtree.c126 right->left = node; in rbtree_rotate_left()
137 rbnode_type *left = node->left; in rbtree_rotate_right() local
138 node->left = left->right; in rbtree_rotate_right()
148 node->parent->left = left; in rbtree_rotate_right()
151 rbtree->root = left; in rbtree_rotate_right()
153 left->right = node; in rbtree_rotate_right()
154 node->parent = left; in rbtree_rotate_right()
247 node = node->left; in rbtree_insert()
316 if(parent->left == old) parent->left = new; in change_parent_ptr()
373 swap_np(&to_delete->left, &smright->left); in rbtree_delete()
[all …]
/openbsd/usr.sbin/unbound/util/
H A Drbtree.c126 right->left = node; in rbtree_rotate_left()
137 rbnode_type *left = node->left; in rbtree_rotate_right() local
138 node->left = left->right; in rbtree_rotate_right()
148 node->parent->left = left; in rbtree_rotate_right()
151 rbtree->root = left; in rbtree_rotate_right()
153 left->right = node; in rbtree_rotate_right()
154 node->parent = left; in rbtree_rotate_right()
247 node = node->left; in rbtree_insert()
316 if(parent->left == old) parent->left = new; in change_parent_ptr()
373 swap_np(&to_delete->left, &smright->left); in rbtree_delete()
[all …]
/openbsd/sys/arch/hppa/spmath/
H A Dsfsub.c36 left = *leftptr;
48 if (Sgl_iszero_mantissa(left))
66 *dstptr = left;
75 if (Sgl_isone_signaling(left))
81 Sgl_set_quiet(left);
99 *dstptr = left;
145 Sgl_xorfromintp1(save,left,/*to*/left);
147 Sgl_invert_sign(left);
179 Sgl_leftshiftby1(left);
183 *dstptr = left;
[all …]
H A Dsfadd.c38 left = *leftptr;
50 if (Sgl_iszero_mantissa(left))
68 *dstptr = left;
77 if (Sgl_isone_signaling(left))
83 Sgl_set_quiet(left);
101 *dstptr = left;
146 Sgl_xorfromintp1(save,left,/*to*/left);
147 result_exponent = Sgl_exponent(left);
178 Sgl_leftshiftby1(left);
182 *dstptr = left;
[all …]
H A Dsfcmp.c29 register unsigned int left, right; local
33 left = *leftptr;
45 && Sgl_isnotzero_mantissa(left)
63 && Sgl_isnotzero_mantissa(left))
76 Sgl_xortointp1(left,right,xorresult);
81 if( Sgl_iszero_exponentmantissa(left)
86 else if( Sgl_isone_sign(left) )
97 else if( Sgl_all(left) == Sgl_all(right) )
101 else if( Sgl_iszero_sign(left) )
104 if( Sgl_all(left) < Sgl_all(right) )
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp135 int LHeight = (int)left->getHeight(); in BUCompareLatency()
148 int LDepth = left->getDepth(); in BUCompareLatency()
156 if (left->Latency != right->Latency) in BUCompareLatency()
174 return left->getDepth() < right->getDepth() ? right : left; in pickBest()
182 return left->getHeight() > right->getHeight() ? right : left; in pickBest()
209 unsigned LDist = closestSucc(left); in pickBest()
224 return result > 0 ? right : left; in pickBest()
225 return left; in pickBest()
229 return (left->getHeight() > right->getHeight()) ? right : left; in pickBest()
232 return (left->getDepth() < right->getDepth()) ? right : left; in pickBest()
[all …]
/openbsd/sbin/iked/
H A Dikev2_pld.c286 total -= left; in ikev2_pld_payloads()
743 len = left; in ikev2_pld_id()
1005 len = left; in ikev2_pld_nonce()
1297 if (left < IKED_COOKIE2_MIN || left > IKED_COOKIE2_MAX) { in ikev2_pld_notify()
1315 if (left < IKED_COOKIE_MIN || left > IKED_COOKIE_MAX) { in ikev2_pld_notify()
1566 left -= 4; in ikev2_pld_ts()
1572 left -= 4; in ikev2_pld_ts()
1589 left -= 16; in ikev2_pld_ts()
1595 left -= 16; in ikev2_pld_ts()
1829 len = left; in ikev2_pld_e()
[all …]
/openbsd/gnu/lib/libiberty/src/
H A Dsplay-tree.c118 p->left = tmp; in rotate_left()
129 tmp = n->left; in rotate_right()
130 n->left = p; in rotate_right()
156 c = n->left; in splay_tree_splay()
179 rotate_left (&n->left, c, c->left); in splay_tree_splay()
334 node->left = node->right->left; in splay_tree_insert()
355 left = sp->root->left; in splay_tree_remove()
365 if (left) in splay_tree_remove()
374 left = left->right; in splay_tree_remove()
423 while (n->left) in splay_tree_min()
[all …]
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dnode.c206 right = *left; in n_split()
213 nrecs = left->nd.ndNRecs; in n_split()
269 n_compact(left); in n_split()
293 if (left->bt->hdr.bthLNode == left->nnum) in n_split()
375 memcpy(HFS_NODEREC(*left, left->nd.ndNRecs), HFS_NODEREC(*right, 0), in n_merge()
378 offset = left->roff[left->nd.ndNRecs] - right->roff[0]; in n_merge()
381 left->roff[++left->nd.ndNRecs] = offset + right->roff[i]; in n_merge()
387 if (bt_putnode(left) < 0) in n_merge()
426 node left; in n_delete() local
436 left.bt = np->bt; in n_delete()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Det-forest.c86 while (occ->left)
87 occ = occ->left;
168 node1 = node->left;
207 node1 = node->left;
311 node1 = node->left;
346 if (first->left)
355 if (last->left)
356 last->left->parent = 0;
395 if (node->left)
503 if (child_occ->left)
[all …]
/openbsd/lib/libc/stdlib/
H A Dtsearch.c19 struct node_t *left, *right; member
39 &(*rootp)->left : /* T3: follow left branch */ in tsearch()
46 q->left = q->right = (struct node_t *)0; in tsearch()
68 &(*rootp)->left : /* follow left branch */ in tdelete()
77 if (r->left == (struct node_t *)0) { /* D2: Find successor */ in tdelete()
78 r->left = q; in tdelete()
81 for (q = r->left; q->left != (struct node_t *)0; q = r->left) in tdelete()
83 r->left = q->right; in tdelete()
84 q->left = (*rootp)->left; in tdelete()
101 if (root->left != (struct node_t *)0) in trecurse()
[all …]
/openbsd/usr.bin/ssh/
H A Dsftp-realpath.c87 left_len = strlcpy(left, path + 1, sizeof(left)); in sftp_realpath()
97 left_len = strlcpy(left, path, sizeof(left)); in sftp_realpath()
112 p = strchr(left, '/'); in sftp_realpath()
113 s = p ? p : left + left_len; in sftp_realpath()
114 if (s - left >= (ptrdiff_t)sizeof(next_token)) { in sftp_realpath()
118 memcpy(next_token, left, s - left); in sftp_realpath()
119 next_token[s - left] = '\0'; in sftp_realpath()
120 left_len -= s - left; in sftp_realpath()
122 memmove(left, s + 1, left_len + 1); in sftp_realpath()
201 left_len = strlcat(symlink, left, sizeof(symlink)); in sftp_realpath()
[all …]
/openbsd/regress/sbin/iked/live/
H A DMakefile166 side=left; \
224 right.key ca-left.crt right-from-ca-left.crt ca-right.crt left-from-ca-right.crt \
270 left-from-ca-both.crt: ca-both.crt ca-both.key left.key
276 ca-left.crt ca-left.key:
279 right-from-ca-left.crt right.key: ca-left.crt ca-left.key
285 left-from-ca-right.crt left.key: ca-right.crt ca-right.key
291 left-from-ca-none.crt left.key: ca-none.crt ca-none.key
300 left-from-intermediate-from-ca-none.crt left.key: \
368 side=left; \
390 side=left; \
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp131 _GLIBCXX_DEBUG_ASSERT(m_size >= left); in erase_if()
133 const size_type ersd = m_size - left; in erase_if()
135 for (size_type i = left; i < m_size; ++i) in erase_if()
156 m_size = left; in erase_if()
228 size_type left = 0; in partition() local
231 while (right + 1 != left) in partition()
235 if (!pred(m_a_entries[left])) in partition()
236 ++left; in partition()
241 _GLIBCXX_DEBUG_ASSERT(left < right); in partition()
245 ++left; in partition()
[all …]
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dsym_ids.c45 left, right; member
193 printf ("%s:", id->left.sym.file ? id->left.sym.file->name : "*");
195 if (id->left.sym.name)
196 printf ("%s", id->left.sym.name);
279 Sym *sym, *left, *right; in sym_id_parse() local
292 if (match (&id->left.sym, sym)) in sym_id_parse()
323 if (match (&id->left.sym, sym)) in sym_id_parse()
336 for (left = id->left.first_match; left; left = left->next) in sym_id_parse()
343 left->file ? left->file->name : "*", in sym_id_parse()
344 left->name ? left->name : "*", in sym_id_parse()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dsym_ids.c45 left, right; member
188 printf ("%s:", id->left.sym.file ? id->left.sym.file->name : "*"); in parse_id()
190 if (id->left.sym.name) in parse_id()
191 printf ("%s", id->left.sym.name); in parse_id()
268 Sym *sym, *left, *right; in sym_id_parse() local
281 if (match (&id->left.sym, sym)) in sym_id_parse()
312 if (match (&id->left.sym, sym)) in sym_id_parse()
325 for (left = id->left.first_match; left; left = left->next) in sym_id_parse()
332 left->file ? left->file->name : "*", in sym_id_parse()
333 left->name ? left->name : "*", in sym_id_parse()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Encode/ucm/
H A DmacHebrew.ucm44 <U0020> \xA0 |0 # SPACE, right-left
47 <U0023> \xA3 |0 # NUMBER SIGN, right-left
48 <U0024> \xA4 |0 # DOLLAR SIGN, right-left
51 <U0027> \xA7 |0 # APOSTROPHE, right-left
54 <U002A> \xAA |0 # ASTERISK, right-left
55 <U002B> \xAB |0 # PLUS SIGN, right-left
56 <U002C> \xAC |0 # COMMA, right-left
58 <U002E> \xAE |0 # FULL STOP, right-left
59 <U002F> \xAF |0 # SOLIDUS, right-left
70 <U003A> \xBA |0 # COLON, right-left
[all …]
H A DmacArabic.ucm44 <U0020> \xA0 |0 # SPACE, right-left
47 <U0023> \xA3 |0 # NUMBER SIGN, right-left
50 <U0026> \xA6 |0 # AMPERSAND, right-left
51 <U0027> \xA7 |0 # APOSTROPHE, right-left
54 <U002A> \xAA |0 # ASTERISK, right-left
55 <U002B> \xAB |0 # PLUS SIGN, right-left
58 <U002E> \xAE |0 # FULL STOP, right-left
59 <U002F> \xAF |0 # SOLIDUS, right-left
70 <U003A> \xBA |0 # COLON, right-left
71 <U003B> \x3B |0 # SEMICOLON, left-right
[all …]
H A DmacFarsi.ucm44 <U0020> \xA0 |0 # SPACE, right-left
47 <U0023> \xA3 |0 # NUMBER SIGN, right-left
48 <U0024> \xA4 |0 # DOLLAR SIGN, right-left
50 <U0026> \xA6 |0 # AMPERSAND, right-left
51 <U0027> \xA7 |0 # APOSTROPHE, right-left
54 <U002A> \xAA |0 # ASTERISK, right-left
55 <U002B> \xAB |0 # PLUS SIGN, right-left
58 <U002E> \xAE |0 # FULL STOP, right-left
59 <U002F> \xAF |0 # SOLIDUS, right-left
70 <U003A> \xBA |0 # COLON, right-left
[all …]
/openbsd/usr.bin/m4/
H A Dparser.y27 %left LOR
28 %left LAND
29 %left '|'
30 %left '^'
31 %left '&'
32 %left EQ NE
33 %left '<' LE '>' GE
34 %left LSHIFT RSHIFT
35 %left '+' '-'
36 %left '*' '/' '%'
/openbsd/regress/sys/kern/realpath/
H A Drealpath3.c61 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in realpath3() local
106 left_len = strlcpy(left, path + 1, sizeof(left)); in realpath3()
116 left_len = strlcpy(left, path, sizeof(left)); in realpath3()
118 if (left_len >= sizeof(left)) { in realpath3()
131 p = strchr(left, '/'); in realpath3()
133 next_token_len = p ? (size_t) (p - left) : left_len; in realpath3()
134 memcpy(next_token, left, next_token_len); in realpath3()
139 memmove(left, p + 1, left_len + 1); in realpath3()
141 left[0] = '\0'; in realpath3()
234 left_len = strlcat(symlink, left, sizeof(symlink)); in realpath3()
[all …]
/openbsd/gnu/llvm/llvm/docs/_static/
H A Dllvm.css33 padding-left: 8pt;
38 h1, .doc_title, .title { text-align: left; font-size: 25pt }
44 text-align: left; font-size: 12pt;
53 .doc_author { text-align: left; font-weight: bold; padding-left: 20pt }
54 .doc_text { text-align: left; padding-left: 20pt; padding-right: 10pt }
56 .doc_footer { text-align: left; padding: 0 0 0 0 }
81 h2+div, h2+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
82 h3+div, h3+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
83 h4+div, h4+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
98 tr.layout, td.layout, td.left, td.right
[all …]

12345678910>>...54