Home
last modified time | relevance | path

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

12345678910>>...47

/freebsd/lib/libugidfw/
H A Dugidfw.c72 left = buflen; in bsde_rule_to_string()
77 left -= len; in bsde_rule_to_string()
84 left -= len; in bsde_rule_to_string()
95 left -= len; in bsde_rule_to_string()
105 left -= len; in bsde_rule_to_string()
145 left -= len; in bsde_rule_to_string()
195 left -= len; in bsde_rule_to_string()
203 left -= len; in bsde_rule_to_string()
211 left -= len; in bsde_rule_to_string()
218 left -= len; in bsde_rule_to_string()
[all …]
/freebsd/share/misc/
H A Doperator5 ->* .* left to right
6 * / % left to right
7 + - left to right
8 << >> left to right
11 & left to right
12 ^ left to right
13 | left to right
14 && left to right
15 || left to right
16 ?: right to left
[all …]
/freebsd/contrib/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 …]
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_cb.c25 int left; in BIO_debug_callback_ex() local
34 if (left < 0) in BIO_debug_callback_ex()
35 left = 0; in BIO_debug_callback_ex()
36 p = buf + left; in BIO_debug_callback_ex()
37 left = sizeof(buf) - left; in BIO_debug_callback_ex()
45 BIO_snprintf(p, left, "read(%d,%zu) - %s fd=%d\n", in BIO_debug_callback_ex()
49 BIO_snprintf(p, left, "read(%d,%zu) - %s\n", in BIO_debug_callback_ex()
58 BIO_snprintf(p, left, "write(%d,%zu) - %s\n", in BIO_debug_callback_ex()
65 BIO_snprintf(p, left, "gets(%zu) - %s\n", len, in BIO_debug_callback_ex()
69 BIO_snprintf(p, left, "ctrl(%d) - %s\n", argi, in BIO_debug_callback_ex()
[all …]
/freebsd/contrib/ldns/
H A Drbtree.c134 right->left = node; in ldns_rbtree_rotate_left()
145 ldns_rbnode_t *left = node->left; in ldns_rbtree_rotate_right() local
146 node->left = left->right; in ldns_rbtree_rotate_right()
156 node->parent->left = left; in ldns_rbtree_rotate_right()
159 rbtree->root = left; in ldns_rbtree_rotate_right()
161 left->right = node; in ldns_rbtree_rotate_right()
162 node->parent = left; in ldns_rbtree_rotate_right()
260 node = node->left; in ldns_rbtree_insert()
325 if(parent->left == old) parent->left = new; in change_parent_ptr()
381 swap_np(&to_delete->left, &smright->left); in ldns_rbtree_delete()
[all …]
/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/ofed/libibverbs/
H A Dmemory.c179 if (node->left) { in __mm_prev()
213 tmp = node->left; in __mm_rotate_right()
216 if (node->left) in __mm_rotate_right()
253 tmp->left = node; in __mm_rotate_left()
274 if (node->left && node->left->color != IBV_BLACK)
384 if (tmp->left) in __mm_remove()
387 tmp->left = node->left; in __mm_remove()
406 child = node->left ? node->left : node->right; in __mm_remove()
436 if ((!sib->left || sib->left->color == IBV_BLACK) && in __mm_remove()
468 if ((!sib->left || sib->left->color == IBV_BLACK) && in __mm_remove()
[all …]
/freebsd/contrib/libdiff/test/
H A Dresults_test.c34 .left = &d_left, in test_minus_after_plus()
45 diff_data_init_subsection(&state.left, result->left, in test_minus_after_plus()
46 result->left->atoms.head, in test_minus_after_plus()
47 result->left->atoms.len); in test_minus_after_plus()
54 &state.left.atoms.head[0], 2, in test_minus_after_plus()
59 &state.left.atoms.head[2], 0, in test_minus_after_plus()
64 &state.left.atoms.head[2], 3, in test_minus_after_plus()
112 .left = &d_left, in test_plus_after_plus()
123 diff_data_init_subsection(&state.left, result->left, in test_plus_after_plus()
124 result->left->atoms.head, in test_plus_after_plus()
[all …]
/freebsd/contrib/unbound/compat/
H A Dsnprintf.c82 if(*left > 1) { in print_pad()
84 (*left)--; in print_pad()
215 if(*left > 1) { in spool_str_rev()
217 (*left)--; in spool_str_rev()
229 if(*left > 1) { in spool_str()
231 (*left)--; in spool_str()
594 spool_str(at, left, ret, s, w); in print_str()
633 size_t left = size; in vsnprintf() local
640 if(left > 1) { in vsnprintf()
642 left--; in vsnprintf()
[all …]
/freebsd/contrib/ldns/compat/
H A Dsnprintf.c81 if(*left > 1) { in print_pad()
83 (*left)--; in print_pad()
214 if(*left > 1) { in spool_str_rev()
216 (*left)--; in spool_str_rev()
228 if(*left > 1) { in spool_str()
230 (*left)--; in spool_str()
593 spool_str(at, left, ret, s, w); in print_str()
632 size_t left = size; in vsnprintf() local
639 if(left > 1) { in vsnprintf()
641 left--; in vsnprintf()
[all …]
/freebsd/crypto/openssh/
H A Dsftp-realpath.c89 left_len = strlcpy(left, path + 1, sizeof(left)); in sftp_realpath()
99 left_len = strlcpy(left, path, sizeof(left)); in sftp_realpath()
114 p = strchr(left, '/'); in sftp_realpath()
115 s = p ? p : left + left_len; in sftp_realpath()
116 if (s - left >= (ptrdiff_t)sizeof(next_token)) { in sftp_realpath()
120 memcpy(next_token, left, s - left); in sftp_realpath()
121 next_token[s - left] = '\0'; in sftp_realpath()
122 left_len -= s - left; in sftp_realpath()
124 memmove(left, s + 1, left_len + 1); in sftp_realpath()
203 left_len = strlcat(symlink, left, sizeof(symlink)); in sftp_realpath()
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dipf_rb.h14 struct _t *left; \
44 tmp2 = tmp1->_f.left; \
53 parent->_f.left = tmp1; \
54 tmp1->_f.left = node; \
65 tmp1 = node->_f.left; \
67 node->_f.left = tmp2; \
75 parent->_f.left = tmp1; \
92 p = &n->_f.left; \
236 while ((left = node->_f.left) != &_n##_rb_zero) \
237 node = left; \
[all …]
/freebsd/sys/dev/sound/pci/
H A Dspicds.c50 unsigned int left, right; member
278 if (left >= 100) in spicds_set()
281 left = 255; in spicds_set()
283 left = 127; in spicds_set()
287 left = left + 27; in spicds_set()
291 left = left * 255 / 100; in spicds_set()
294 left = left * 127 / 100; in spicds_set()
318 spicds_wrcd(codec, AK4524_LIPGA, left); in spicds_set()
325 spicds_wrcd(codec, AK4524_LOATT, left); in spicds_set()
332 spicds_wrcd(codec, AK4528_LOATT, left); in spicds_set()
[all …]
/freebsd/contrib/libdiff/lib/
H A Ddiff_myers.c540 x = left->atoms.len; in diff_divide_myers_backward()
603 debug_dump_atom(left, right, &left->atoms.head[x-1]); in diff_divide_myers_backward()
607 debug_dump_atom(right, left, in diff_divide_myers_backward()
796 struct diff_data *left = &state->left; in diff_algo_myers_divide() local
802 debug_dump(left); in diff_algo_myers_divide()
901 + (left->atoms.len - y); in diff_algo_myers_divide()
1082 struct diff_data *left = &state->left; in diff_algo_myers() local
1088 debug_dump(left); in diff_algo_myers()
1147 left->atoms.len); in diff_algo_myers()
1224 while (x < left->atoms.len in diff_algo_myers()
[all …]
H A Ddiff_main.c137 if (!left->len) { in diff_atom_cmp()
144 *cmp = buf_cmp(left->at, left->len, right->at, right->len, in diff_atom_cmp()
149 remain_left = left->len; in diff_atom_cmp()
170 if (left->at == NULL) { in diff_atom_cmp()
172 left->pos + (left->len - remain_left), in diff_atom_cmp()
180 p_left = left->at + (left->len - remain_left); in diff_atom_cmp()
575 diff_data_init_subsection(&inner_state.left, &state->left, in diff_run_algo()
616 result->left = left; in diff_main()
626 diff_data_init_subsection(&state.left, left, in diff_main()
627 left->atoms.head, in diff_main()
[all …]
H A Ddiff_output_unidiff.c118 .left = { in diff_chunk_context_get()
134 || diff_ranges_touch(&cc->left, &other->left) in diff_chunk_contexts_touch()
143 diff_ranges_merge(&cc->left, &other->left); in diff_chunk_contexts_merge()
288 left_len = cc->left.end - cc->left.start; in output_unidiff_chunk()
360 &result->left->atoms.head[cc->left.start], in output_unidiff_chunk()
407 if (cc->left.end == result->left->atoms.len) { in output_unidiff_chunk()
559 cc.left.start, cc.left.end, in diff_output_unidiff()
570 next.left.start, next.left.end, in diff_output_unidiff()
579 cc.left.start, cc.left.end, in diff_output_unidiff()
589 cc.left.start, cc.left.end, cc.right.start, cc.right.end); in diff_output_unidiff()
[all …]
H A Ddiff_patience.c123 diff_data_foreach_atom(i, left) { in diff_atoms_mark_unique_in_both()
150 debug_dump_atom(left, NULL, i); in diff_atoms_mark_unique_in_both()
162 diff_data_foreach_atom(j, left) { in diff_atoms_mark_unique_in_both()
264 left->err = 0; in diff_atoms_mark_unique_in_both()
266 left->root->err = 0; in diff_atoms_mark_unique_in_both()
268 diff_data_foreach_atom(a, left) { in diff_atoms_mark_unique_in_both()
384 struct diff_data *left = &state->left; in diff_algo_patience() local
395 left->root->current = left; in diff_algo_patience()
408 debug_dump(left); in diff_algo_patience()
566 left_idx = left->atoms.len; in diff_algo_patience()
[all …]
/freebsd/usr.bin/m4/
H A Dparser.y28 %left LOR
29 %left LAND
30 %left '|'
31 %left '^'
32 %left '&'
33 %left EQ NE
34 %left '<' LE '>' GE
35 %left LSHIFT RSHIFT
36 %left '+' '-'
37 %left '*' '/' '%'
/freebsd/sys/netgraph/
H A Dng_tee.c73 struct hookinfo left; member
172 if (privdata->left.dest) in ng_tee_newhook()
173 privdata->left.dup = privdata->left.dest; in ng_tee_newhook()
177 hinfo = &privdata->left; in ng_tee_newhook()
190 if (privdata->left.dest) in ng_tee_newhook()
233 bcopy(&sc->left.stats, &stats->left, in ng_tee_rcvmsg()
234 sizeof(stats->left)); in ng_tee_rcvmsg()
243 bzero(&sc->left.stats, in ng_tee_rcvmsg()
374 sc->left.dest = sc->left.dup; in ng_tee_disconnect()
375 sc->left.dup = NULL; in ng_tee_disconnect()
[all …]
/freebsd/lib/libc/stdlib/
H A Drealpath.c59 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in realpath1() local
68 left_len = strlcpy(left, path + 1, sizeof(left)); in realpath1()
76 left_len = strlcpy(left, path, sizeof(left)); in realpath1()
78 if (left_len >= sizeof(left) || resolved_len >= PATH_MAX) { in realpath1()
91 p = strchr(left, '/'); in realpath1()
93 next_token_len = p != NULL ? (size_t)(p - left) : left_len; in realpath1()
94 memcpy(next_token, left, next_token_len); in realpath1()
99 memmove(left, p + 1, left_len + 1); in realpath1()
101 left[0] = '\0'; in realpath1()
182 left_len = strlcat(symlink, left, in realpath1()
[all …]
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_12.J.out1left","color":"blue","time":"3:45"}, {"name":"thing","color":"green","time":"2:15","hand":"left","…
H A Dtest_12.JP.out11 "hand": "left",
19 "hand": "left",
27 "hand": "left",
35 "hand": "left",
43 "hand": "left",
51 "hand": "left",
59 "hand": "left",
67 "hand": "left",
75 "hand": "left",
83 "hand": "left",
H A Dtest_12.JPu.out11 "hand": "left",
19 "hand": "left",
27 "hand": "left",
35 "hand": "left",
43 "hand": "left",
51 "hand": "left",
59 "hand": "left",
67 "hand": "left",
75 "hand": "left",
83 "hand": "left",
/freebsd/contrib/ntp/libntp/
H A Dntp_realpath.c106 char left[NTP_PATH_MAX], next_token[NTP_PATH_MAX], symlink[NTP_PATH_MAX]; in realpath1() local
115 left_len = strlcpy(left, path + 1, sizeof(left)); in realpath1()
123 left_len = strlcpy(left, path, sizeof(left)); in realpath1()
125 if (left_len >= sizeof(left) || resolved_len >= NTP_PATH_MAX) { in realpath1()
138 p = strchr(left, '/'); in realpath1()
140 next_token_len = p != NULL ? (size_t)(p - left) : left_len; in realpath1()
141 memcpy(next_token, left, next_token_len); in realpath1()
146 memmove(left, p + 1, left_len + 1); in realpath1()
148 left[0] = '\0'; in realpath1()
229 left_len = strlcat(symlink, left, in realpath1()
[all …]
/freebsd/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.h133 *len -= left; in dict_repeat()
138 if (distance < left) { in dict_repeat()
144 } while (--left > 0); in dict_repeat()
150 left); in dict_repeat()
151 dict->pos += left; in dict_repeat()
162 if (copy_size < left) { in dict_repeat()
171 left); in dict_repeat()
172 dict->pos += left; in dict_repeat()
205 size_t *restrict left) in dict_write() argument
214 if (in_size - *in_pos > *left) in dict_write()
[all …]

12345678910>>...47