Searched refs:left (Results 126 - 150 of 748) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr28402.c19 B (left, <<)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-chrec.h104 tree left,
107 if (left == chrec_dont_know
111 return build (POLYNOMIAL_CHREC, TREE_TYPE (left),
112 build_int_cst (NULL_TREE, loop_num), left, right);
100 build_polynomial_chrec(unsigned loop_num, tree left, tree right) argument
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Droom.c85 left = here.west;
92 left = here.east;
99 left = here.north;
106 left = here.south;
128 return ("left");
143 return ("left");
151 return ("left");
162 return ("left");
/netbsd-6-1-5-RELEASE/usr.bin/menuc/
H A Dmdb.h53 struct id_rec *left, *right; /* Tree pointers. */ member in struct:id_rec
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_cvscan.h66 RF_DiskQueueData_t *left; member in struct:RF_CvscanHeader_s
H A Drf_cvscan.c59 if (hdr->left != NULL)
60 RF_ASSERT(hdr->left->sectorOffset < hdr->cur_block);
61 for (key = hdr->cur_block, i = 0, tmp = hdr->left;
144 ReqInsert(&hdr->left, ReqDequeue(&hdr->right), rf_cvscan_LEFT);
178 Transfer(&hdr->burner, &hdr->left);
191 /* this request is to the left of the current arms */
192 ReqInsert(&hdr->left, req, rf_cvscan_LEFT);
228 for (i = 0, tmp = hdr->left, sum_dist_left =
243 hdr->cur_block = hdr->left->sectorOffset + hdr->left
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/eqn/
H A Dlist.cpp66 static int compute_spacing(int is_script, int left, int right) argument
68 if (left == SUPPRESS_TYPE || right == SUPPRESS_TYPE)
70 if (left == PUNCTUATION_TYPE)
72 if (left == OPENING_TYPE || right == CLOSING_TYPE)
74 if (right == BINARY_TYPE || left == BINARY_TYPE)
77 if (left == RELATION_TYPE)
82 if (left == RELATION_TYPE)
86 if (left == INNER_TYPE || right == INNER_TYPE)
88 if (left == OPERATOR_TYPE && right == ORDINARY_TYPE)
/netbsd-6-1-5-RELEASE/usr.bin/nbperf/
H A Dnbperf-chm.c106 if (!state->visited[e->left]) {
107 state->g[e->left] = (2 * state->graph.e + e_idx
112 - state->g[e->left] - state->g[e->right])
116 - state->g[e->left] - state->g[e->middle])
119 state->visited[e->left] = 1;
123 if (!state->visited[e->left]) {
124 state->g[e->left] = (state->graph.e + e_idx
128 - state->g[e->left]) % state->graph.e;
130 state->visited[e->left] = 1;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Ds3_pkt.c35 * The word 'cryptographic' can be left out if the rouines from the library
134 int i,len,left; local
146 left = rb->left;
155 if (left == 0)
157 else if (align != 0 && left >= SSL3_RT_HEADER_LENGTH)
172 memmove (rb->buf+align,pkt,left);
186 if (left > 0 && n > left)
187 n = left;
[all...]
/netbsd-6-1-5-RELEASE/sys/netsmb/
H A Dsubr_mchain.c325 size_t left; local
333 left = uiop->uio_iov->iov_len;
334 if (left == 0) {
339 if (left > size)
340 left = size;
341 error = mb_put_mem(mbp, uiop->uio_iov->iov_base, left, mtype);
344 uiop->uio_offset += left;
345 uiop->uio_resid -= left;
347 (char *)uiop->uio_iov->iov_base + left;
348 uiop->uio_iov->iov_len -= left;
579 size_t left; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Dshll.s28 shll.b r0l ; shift left logical by one
51 shll.b #2, r0l ; shift left logical by two
76 shll.b #4, r0l ; shift left logical by four
99 shll.b r0h, r0l ; shift left logical by register value
122 shll.w r0 ; shift left logical by one
144 shll.w #2, r0 ; shift left logical by two
167 shll.w #4, r0 ; shift left logical by four
189 shll.w #8, r0 ; shift left logical by eight
212 shll.w r0h, r0 ; shift left logical by register value
234 shll.l er0 ; shift left logica
[all...]
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dprint.c285 int left; local
295 left = termwidth - (totwidth - v->width);
296 if (left < 1) /* already wrapped, just use std width */
297 left = v->width;
299 left = v->width;
301 left = -1;
306 fmt_puts(*p, &left);
308 fmt_putc(' ', &left);
318 fmt_puts(*p, &left);
320 fmt_putc(' ', &left);
366 int left, i; local
404 int left, i; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/
H A Diter_ull.c150 gomp_ull start, end, chunk, left; local
157 left = ws->end_ull - start;
160 if (chunk < left)
161 chunk = left;
165 if (chunk > left)
166 chunk = left;
221 gomp_ull left = end - start; local
229 if (chunk < left)
230 chunk = left;
234 if (chunk > left)
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dinfback.c124 left = strm->avail_out; \
135 strm->avail_out = left; \
205 if (left == 0) { \
207 left = state->wsize; \
208 state->whave = left; \
209 if (out(out_desc, put, left)) { \
253 unsigned have, left; /* available input and output */ local
280 left = state->wsize;
339 if (copy > left) copy = left;
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/avl/
H A Davl.c33 * any given node, the left and right subtrees are allowed to differ in height
61 * - The left/right children pointers of a node are in an array.
63 * left and right indices. The implementation is written as if it only
64 * dealt with left handed manipulations. By changing the value assigned
65 * to "left", the code also works for right handed trees. The
68 * int left; // 0 when dealing with left children,
71 * int left_heavy; // -1 when left subtree is taller at some node,
74 * int right; // will be the opposite of left (0 or 1)
77 * int direction; // 0 for "<" (ie. left chil
124 avl_walk(avl_tree_t *tree, void *oldnode, int left) argument
293 int left = !(balance < 0); /* when balance = -2, left will be 0 */ local
671 int left; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dinfback.c122 left = strm->avail_out; \
133 strm->avail_out = left; \
203 if (left == 0) { \
205 left = state->wsize; \
206 state->whave = left; \
207 if (out(out_desc, put, left)) { \
251 unsigned have, left; /* available input and output */ local
278 left = state->wsize;
337 if (copy > left) copy = left;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Deqn_html.c65 if (bp->left)
66 print_text(p, bp->left);
H A Deqn_term.c56 if (bp->left)
57 term_word(p, bp->left);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dtls-gc-68.d9 # the same local symbol, gc:ed. Check that we have nothing left but
H A Dtls-gc-69.d10 # symbol, gc:ed. Check that we have nothing left but the start symbol
H A Dtls-gc-70.d10 # have nothing left but the start symbol and its code. Can't get rid
H A Dtls-gc-79.d10 # have nothing left but the start symbol and its code. Can't get rid
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr25311.c5 int left; member in struct:w
26 last_pos = first = set_height? w->top : w->left;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dpr25311.c5 int left; member in struct:w
26 last_pos = first = set_height? w->top : w->left;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dplural.y109 new_exp_2 (enum operator op, struct expression *left, struct expression *right)
113 args[0] = left;
138 %left '|' /* || */
139 %left '&' /* && */
140 %left EQUOP2 /* == != */
141 %left CMPOP2 /* < > <= >= */
142 %left ADDOP2 /* + - */
143 %left MULOP2 /* * / % */

Completed in 320 milliseconds

1234567891011>>