Searched refs:left (Results 76 - 100 of 748) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dqevent.h111 short left; member in struct:_vs_box
/netbsd-6-1-5-RELEASE/usr.bin/nbperf/
H A Dgraph2.h45 uint32_t left, right; member in struct:edge2
H A Dgraph3.h45 uint32_t left, middle, right; member in struct:edge3
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dqevent.h111 short left; member in struct:_vs_box
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dnrv11.C11 A( int left, int top, int width, int height ) argument
12 : x1(left), y1(top), x2(left+width-1), y2(top+height-1) {}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37258.c8 lshift_u_s (unsigned int left, int right) argument
11 || (left > (4294967295U >> right)))
12 return left;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D2.cc26 // left
37 oss01.flags(std::ios_base::left);
46 oss02.flags(std::ios_base::left);
55 oss03.flags(std::ios_base::left);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dnrv11.C11 A( int left, int top, int width, int height ) argument
12 : x1(left), y1(top), x2(left+width-1), y2(top+height-1) {}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D2.cc27 // left
38 oss01.flags(std::ios_base::left);
47 oss02.flags(std::ios_base::left);
56 oss03.flags(std::ios_base::left);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/common/
H A Dwpa_common.c249 int left; local
288 left = rsn_ie_len - sizeof(*hdr);
290 if (left >= RSN_SELECTOR_LEN) {
300 left -= RSN_SELECTOR_LEN;
301 } else if (left > 0) {
303 __func__, left);
307 if (left >= 2) {
311 left -= 2;
312 if (count == 0 || left < count * RSN_SELECTOR_LEN) {
314 "count %u left
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-report/
H A Dtests-results.css50 margin-left: 10pt;
58 margin-left: 20pt;
64 margin-left: 20pt;
69 margin-left: 40pt;
74 margin-left: 40pt;
79 margin-left: 40pt;
88 margin-left: auto;
124 margin-left: 10pt;
132 margin-left: auto;
174 margin-left
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_common/
H A Deap_pax_common.c45 size_t num_blocks, left; local
63 left = output_len;
65 size_t clen = left > EAP_PAX_MAC_LEN ? EAP_PAX_MAC_LEN : left;
69 left -= clen;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dfibheap.c51 #define fibnode_insert_before(a, b) fibnode_insert_after (a->left, b)
70 node->left = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
164 temp = a_root->left;
165 a_root->left = b_root->left;
166 b_root->left = temp;
312 /* If we are left with no nodes, then the min is NULL. */
335 node->left
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dfibheap.c51 #define fibnode_insert_before(a, b) fibnode_insert_after (a->left, b)
70 node->left = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
164 temp = a_root->left;
165 a_root->left = b_root->left;
166 b_root->left = temp;
312 /* If we are left with no nodes, then the min is NULL. */
335 node->left
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dfibheap.c51 #define fibnode_insert_before(a, b) fibnode_insert_after (a->left, b)
70 node->left = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
164 temp = a_root->left;
165 a_root->left = b_root->left;
166 b_root->left = temp;
304 /* If we are left with no nodes, then the min is NULL. */
327 node->left
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dfibheap.c51 #define fibnode_insert_before(a, b) fibnode_insert_after (a->left, b)
70 node->left = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
164 temp = a_root->left;
165 a_root->left = b_root->left;
166 b_root->left = temp;
312 /* If we are left with no nodes, then the min is NULL. */
335 node->left
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/sdiff/
H A Dedit.c70 eparse(const char *cmd, const char *left, const char *right) argument
90 if (left == NULL)
96 if (asprintf(&text, "%s\n%s\n", left, right) == -1)
102 /* Skip if there is no left column. */
103 if (left == NULL)
106 if (asprintf(&text, "%s\n", left) == -1)
/netbsd-6-1-5-RELEASE/usr.bin/ctags/
H A Dtree.c91 np->left = np->right = 0;
118 if (cur_node->left)
119 add_node(node, cur_node->left);
121 cur_node->left = node;
136 nnode = node->left;
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dtcp_sack.c236 tp->rcv_dsack_block.left = seq;
257 tcp_seq left, right, acked; local
289 memcpy(&left, lp, sizeof(uint32_t));
291 left = ntohl(left);
295 SEQ_GEQ(left, right)) {
303 for (j = i; (j > 0) && SEQ_LT(left, t_sack_block[j - 1].left);
305 t_sack_block[j].left = t_sack_block[j - 1].left;
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Darc4random.c224 int left, numbytes; local
228 left = sizeof(md5ctx.buf) - numbytes;
230 bcopy(md5ctx.buf + sizeof(md5ctx.buf) - left,
231 pottail, left);
232 pottail += left;
254 int left, numbytes; local
256 left = length;
259 left -= numbytes;
261 bcopy(pothead, dest + length - left, left);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/
H A Diter.c148 long start, end, chunk, left; local
155 left = ws->end - start;
158 if (chunk < left)
159 chunk = left;
163 if (chunk > left)
164 chunk = left;
220 long left = end - start; local
228 if (chunk < left)
229 chunk = left;
233 if (chunk > left)
[all...]
/netbsd-6-1-5-RELEASE/games/arithmetic/
H A Darithmetic.c187 * selected such that the right operand and either the left operand (for +, x)
197 int left, op, right, result; local
200 right = left = result = 0;
208 left = getrandom(rangemax + 1, op, 0);
209 result = left + right;
213 left = right + result;
216 left = getrandom(rangemax + 1, op, 0);
217 result = left * right;
222 left = right * result + random() % right;
230 if (result < 0 || left <
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/drivers/
H A Dnetlink.c46 int left; local
54 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT,
56 if (left < 0) {
64 while (NLMSG_OK(h, left)) {
76 h = NLMSG_NEXT(h, left);
79 if (left > 0) {
81 "netlink message", left);
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dinftrees.c48 int left; /* number of prefix codes available */ local
133 left = 1;
135 left <<= 1;
136 left -= count[len];
137 if (left < 0) return -1; /* over-subscribed */
139 if (left > 0 && (type == CODES || mmax != 1))
272 left = (int)(1 << curr);
274 left -= count[curr + drop];
275 if (left <= 0) break;
277 left <<
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-ast.c73 tre_ast_new_union(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) argument
80 ((tre_union_t *)node->obj)->left = left;
82 node->num_submatches = left->num_submatches + right->num_submatches;
88 tre_ast_new_catenation(tre_mem_t mem, tre_ast_node_t *left, argument
96 ((tre_catenation_t *)node->obj)->left = left;
98 node->num_submatches = left->num_submatches + right->num_submatches;
196 tre_do_print(stream, ((tre_union_t *)ast->obj)->left, indent + 2);
202 tre_do_print(stream, ((tre_catenation_t *)ast->obj)->left, inden
[all...]

Completed in 311 milliseconds

1234567891011>>