Home
last modified time | relevance | path

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

12345678910>>...45

/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/tests/sys/kern/
H A Dsocket_splice.c203 int left[2]; member
255 noblocking(sc->left[0]); in splice_conn_noblocking()
256 noblocking(sc->left[1]); in splice_conn_noblocking()
295 unsplice(sc.left[1]); in ATF_TC_BODY()
329 tcp4_socketpair(left); in ATF_TC_BODY()
375 unsplice(left[0]); in ATF_TC_BODY()
377 checked_close(left[0]); in ATF_TC_BODY()
378 checked_close(left[1]); in ATF_TC_BODY()
412 unsplice(sc.left[1]); in ATF_TC_BODY()
787 unsplice(sc.left[1]); in ATF_TC_BODY()
[all …]
/freebsd-14.2/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-14.2/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-14.2/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-14.2/lib/libc/stdlib/
H A Drealpath.c62 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in realpath1() local
71 left_len = strlcpy(left, path + 1, sizeof(left)); in realpath1()
79 left_len = strlcpy(left, path, sizeof(left)); in realpath1()
81 if (left_len >= sizeof(left) || resolved_len >= PATH_MAX) { in realpath1()
94 p = strchr(left, '/'); in realpath1()
96 next_token_len = p != NULL ? (size_t)(p - left) : left_len; in realpath1()
97 memcpy(next_token, left, next_token_len); in realpath1()
102 memmove(left, p + 1, left_len + 1); in realpath1()
104 left[0] = '\0'; in realpath1()
185 left_len = strlcat(symlink, left, in realpath1()
[all …]
/freebsd-14.2/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",
H A Dtest_12.X.out1left</hand><color>blue</color><time>3:45</time></thing><thing><name>thing</name><color>green</colo…
H A Dtest_12.XP.out9 <hand>left</hand>
17 <hand>left</hand>
25 <hand>left</hand>
33 <hand>left</hand>
41 <hand>left</hand>
49 <hand>left</hand>
57 <hand>left</hand>
65 <hand>left</hand>
73 <hand>left</hand>
81 <hand>left</hand>
/freebsd-14.2/contrib/ntp/libntp/
H A Dntp_realpath.c106 char left[NTP_PATH_MAX], next_token[NTP_PATH_MAX], link_tgt[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()
230 left_len = strlcat(link_tgt, left, in realpath1()
[all …]
/freebsd-14.2/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 …]
/freebsd-14.2/contrib/wpa/src/tls/
H A Dtlsv1_client_read.c95 left = *in_len; in tls_process_server_hello()
97 if (left < 4) in tls_process_server_hello()
113 left -= 4; in tls_process_server_hello()
115 if (len > left) in tls_process_server_hello()
384 left -= 4; in tls_process_certificate()
857 left -= 4; in tls_process_certificate_status()
1051 left -= 4; in tls_process_server_key_exchange()
1147 left -= 4; in tls_process_certificate_request()
1211 left -= 4; in tls_process_server_hello_done()
1254 size_t left; in tls_process_server_change_cipher_spec() local
[all …]
/freebsd-14.2/contrib/wpa/src/crypto/
H A Daes-omac1.c49 size_t i, e, left, total_len; in omac1_aes_vector() local
62 left = total_len; in omac1_aes_vector()
68 while (left >= AES_BLOCK_SIZE) { in omac1_aes_vector()
77 left == AES_BLOCK_SIZE) in omac1_aes_vector()
84 if (left > AES_BLOCK_SIZE) in omac1_aes_vector()
86 left -= AES_BLOCK_SIZE; in omac1_aes_vector()
93 if (left || total_len == 0) { in omac1_aes_vector()
94 for (i = 0; i < left; i++) { in omac1_aes_vector()
101 if (i + 1 == left) in omac1_aes_vector()
108 cbc[left] ^= 0x80; in omac1_aes_vector()

12345678910>>...45