Searched refs:left (Results 351 - 375 of 748) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-chrec.c102 tree left, right;
146 left = chrec_fold_plus
153 left = chrec_fold_minus
160 return left;
163 (CHREC_VARIABLE (poly0), left, right);
739 tree left = reset_evolution_in_loop (loop_num, CHREC_LEFT (chrec),
743 return build3 (POLYNOMIAL_CHREC, TREE_TYPE (left),
745 left, right);
1134 cast unsigned char [254, +, 1] to unsigned, the values on left side
1308 tree inner_type, left, righ
101 tree left, right; local
736 tree left = reset_evolution_in_loop (loop_num, CHREC_LEFT (chrec), local
1303 tree inner_type, left, right, lc, rc; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Diommu.c689 int left; local
726 left = size;
727 for (i = 0; left > 0 && i < nsegs; i++) {
731 sgsize += min(left, segs[i].ds_len);
732 left -= segs[i].ds_len;
789 left = min(len, segs[i].ds_len);
802 sgend = sgstart + left - 1;
807 (map->dm_segs[j-1].ds_len + left <=
810 map->dm_segs[--j].ds_len += left;
824 map->dm_segs[j].ds_len = left;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/eqn/
H A Deqn.y103 /* The original eqn manual says that `left' is right associative. It's lying.
104 Consider `left ( ~ left ( ~ right ) right )'. */
107 %left RIGHT
110 %left SQRT OVER SMALLOVER
114 %left ACCENT UACCENT
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Dcommand2.c337 setbit(location[left].objects, WOODSMAN);
338 setbit(location[left].objects, DEADWOOD);
339 setbit(location[left].objects, MALLET);
H A Dcommand7.c134 (rnd(2) ? "left" : "right"));
235 else if (left && position != left)
236 moveplayer(left, LEFT);
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dsdiff.c152 {"left-column", 0, 0, 'l'},
197 N_("-l --left-column Output only the left column of common lines."),
512 diffarg ("--left-column");
585 FILE *left, *right, *out, *diffout;
597 left = ck_fopen (lname, "r");
697 lf_init (&lfilt, left);
702 ck_fclose (left);
864 el:\tEdit then use the left version.\n\
867 l:\tUse the left versio
583 FILE *left, *right, *out, *diffout; local
900 edit(struct line_filter *left, char const *lname, lin lline, lin llen, struct line_filter *right, char const *rname, lin rline, lin rlen, FILE *outfile) argument
1122 interact(struct line_filter *diff, struct line_filter *left, char const *lname, struct line_filter *right, char const *rname, FILE *outfile) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D1.cc49 bool left; member in struct:_TestCase
141 if (tc.left)
142 os.setf(ios::left);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D1.cc49 bool left; member in struct:_TestCase
142 if (tc.left)
143 os.setf(ios::left);
/netbsd-6-1-5-RELEASE/sys/dev/videomode/
H A Dpickmode.c102 swap_modes(struct videomode *left, struct videomode *right) argument
106 temp = *left;
107 *left = *right;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c113 bin_tree_t *left, bin_tree_t *right,
116 bin_tree_t *left, bin_tree_t *right,
1170 /* Descend down the tree, preferably to the left (or to the right
1172 while (node->left || node->right)
1173 if (node->left)
1174 node = node->left;
1206 /* Go to the left node, or up and to the right. */
1207 if (node->left)
1208 node = node->left;
1240 && node->left
1371 Idx left, right; local
3656 create_tree(re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, re_token_type_t type) argument
3665 create_token_tree(re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, const re_token_t *token) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dhist.c539 const Sym *left = *(const Sym **) lp;
543 time_diff = right->hist.time - left->hist.time;
551 if (right->ncalls > left->ncalls)
554 if (right->ncalls < left->ncalls)
557 return strcmp (left->name, right->name);
538 const Sym *left = *(const Sym **) lp; local
/netbsd-6-1-5-RELEASE/usr.bin/mkdep/
H A Dmkdep.c61 opt_t *left; member in struct:opt
460 n->left = n->right = 0;
477 l = &n->left;
489 if (node->left)
490 d1 = write_optional(fd, node->left, d1);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldgram.y110 %left <token> OROR
111 %left <token> ANDAND
112 %left <token> '|'
113 %left <token> '^'
114 %left <token> '&'
115 %left <token> EQ NE
116 %left <token> '<' '>' LE GE
117 %left <token> LSHIFT RSHIFT
119 %left <token> '+' '-'
120 %left <toke
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Djv-exp.y187 %left ','
190 %left OROR
191 %left ANDAND
192 %left '|'
193 %left '^'
194 %left '&'
195 %left EQUAL NOTEQUAL
196 %left '<' '>' LEQ GEQ
197 %left LSH RSH
198 %left '
[all...]
H A Dc-exp.y225 %left ','
226 %left ABOVE_COMMA
229 %left OROR
230 %left ANDAND
231 %left '|'
232 %left '^'
233 %left '&'
234 %left EQUAL NOTEQUAL
235 %left '<' '>' LEQ GEQ
236 %left LS
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dad1848.c190 vol->left =
195 vol->left = cp->un.value.level[AUDIO_MIXER_LEVEL_LEFT];
207 cp->un.value.level[AUDIO_MIXER_LEVEL_MONO] = vol->left;
211 cp->un.value.level[AUDIO_MIXER_LEVEL_LEFT] = vol->left;
508 atten = (AUDIO_MAX_GAIN - gp->left) * (info->atten_bits + 1) /
553 DPRINTF(("ad1848_set_rec_gain: %d:%d\n", gp->left, gp->right));
557 gain = (gp->left * (GAIN_22_5 + 1)) / (AUDIO_MAX_GAIN + 1);
598 DPRINTF(("cs4231_set_mic_gain: %d\n", gp->left));
600 if (gp->left > AUDIO_MAX_GAIN/2) {
619 gp->left
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_peer/
H A Deap_tls_common.c491 wpa_printf(MSG_DEBUG, "SSL: %lu bytes left to be sent out (of total "
747 size_t left; local
756 pos = eap_hdr_validate(EAP_VENDOR_IETF, eap_type, reqData, &left);
761 if (left == 0) {
774 left--;
780 if (left < 4) {
796 left -= 4;
804 *len = left;
H A Deap_ttls.c1097 static int eap_ttls_parse_avp(u8 *pos, size_t left, argument
1114 if (avp_length > left) {
1116 "(len=%d, left=%lu) - dropped",
1117 (int) avp_length, (unsigned long) left);
1188 size_t left, pad; local
1192 left = wpabuf_len(in_decrypted);
1193 wpa_hexdump(MSG_DEBUG, "EAP-TTLS: Decrypted Phase 2 AVPs", pos, left);
1194 if (left < sizeof(struct ttls_avp)) {
1197 (unsigned long) left,
1205 while (left >
1797 size_t left; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libmenu/
H A Dinternals.c191 item->left = item;
194 item->left = NULL;
198 /* left */
202 item->left =
205 item->left = NULL;
207 item->left = menu->items[item_no - 1];
229 item->left = menu->items[neighbour];
231 item->left = NULL;
/netbsd-6-1-5-RELEASE/usr.bin/w/
H A Dw.c95 int argwidth; /* width of tty left to print process args */
451 int left; local
455 left = argwidth;
461 fmt_putc('(', &left);
462 fmt_puts((char *)kp->p_comm, &left);
463 fmt_putc(')', &left);
468 fmt_puts(*argv, &left);
470 fmt_putc(' ', &left);
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dprint.c460 unsigned rv, left; local
925 left = 4;
929 left = 4;
933 left = 4;
937 left = 5;
946 if (len > rv + strlen (s) + left) {
951 left--;
953 if (len > rv + strlen (s) + left) {
958 left--;
961 buf + rv, len - rv - left);
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dawacs.c1215 awacs_set_speaker_volume(struct awacs_softc *sc, int left, int right) argument
1221 sgsmix_set_speaker_vol(sc->sc_sgsmix, left, right);
1229 lval = 15 - ((left & 0xf0) >> 4);
1236 if ((left == 0) && (right == 0)) {
1255 awacs_set_ext_volume(struct awacs_softc *sc, int left, int right) argument
1261 sgsmix_set_headphone_vol(sc->sc_sgsmix, left, right);
1269 lval = 15 - ((left & 0xf0) >> 4);
1277 if ((left == 0) && (right == 0)) {
1297 awacs_set_volume(struct awacs_softc *sc, int left, int right) argument
1300 awacs_set_ext_volume(sc, left, righ
1336 awacs_set_loopthrough_volume(struct awacs_softc *sc, int left, int right) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dthread.c770 qsort_cmpfn(const void *left, const void *right) argument
773 const struct key_sort_s *lp = left;
776 delta = cmp.fn(left, right);
1012 * left (current_thread.t_head), then
1014 * left (current_thread.t_head).
1347 keystrcmp(const void *left, const void *right) argument
1349 const struct key_sort_s *lp = left;
1352 lp = left;
1366 keystrcasecmp(const void *left, const void *right) argument
1368 const struct key_sort_s *lp = left;
1382 keylongcmp(const void *left, const void *right) argument
1397 keyoffcmp(const void *left, const void *right) argument
1412 keytimecmp(const void *left, const void *right) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/examples/
H A Dtmux.vim48 syn keyword tmuxOptsSet default-command history-limit status-left status-right
50 syn keyword tmuxOptsSet status-left-length status-right-length message-fg
55 syn keyword tmuxOptsSet terminal-overrides status-left-attr status-left-bg
56 syn keyword tmuxOptsSet status-left-fg status-right-attr status-right-bg
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dhistory.c330 const struct hrec *left = l; local
335 if ((i = strcmp (left->user, right->user)) != 0)
340 if (left->mod && right->mod)
341 if ((i = strcmp (left->mod, right->mod)) != 0)
346 if ((i = strcmp (left->repos, right->repos)) != 0)
351 if ((i = strcmp (left->file, right->file)) != 0)
356 if ((i = strcmp (left->dir, right->dir)) != 0)
359 if ((i = strcmp (left->end, right->end)) != 0)
368 if ((i = ((long) (left->date) - (long) (right->date))) != 0)
372 return left
[all...]

Completed in 384 milliseconds

<<11121314151617181920>>