Searched refs:lnum (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20080625-1.c3 unsigned int lnum [5000]; member in struct:peakbufStruct
16 __builtin_memmove(p_scan, peakbuf.lscan[i], peakbuf.lnum[i]*sizeof(int));
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dinfokey.c393 unsigned int lnum = 0;
454 syntax_error(filename, lnum, _("key sequence too long"), \
473 lnum++;
533 syntax_error (filename, lnum, _("missing key sequence"),
613 syntax_error (filename, lnum,
644 syntax_error (filename, lnum,
669 syntax_error (filename, lnum, (char *) _("missing action name"),
685 syntax_error (filename, lnum, _("section too long"),
692 syntax_error (filename, lnum, _("unknown action `%s'"),
702 syntax_error (filename, lnum,
391 unsigned int lnum = 0; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops_bitops.h204 int tmp, lmask, rmask, height, lnum, rnum, sb, db, cnt, full; local
273 lnum = (32 - db) & 31;
293 rnum = 32 - lnum;
335 GETBITS(sp, sb, lnum, tmp);
336 PUTBITS(tmp, rnum, lnum, dp);
338 PUTBITS(tmp, rnum, lnum, hp);
362 GETBITS(sp, sb, lnum, tmp);
363 PUTBITS(tmp, db, lnum, dp);
366 PUTBITS(tmp, db, lnum, hp);
370 if ((sb += lnum) > 3
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote-fileio.c693 LONGEST lnum; local
713 if (remote_fileio_extract_long (&buf, &lnum))
718 ptrval = (CORE_ADDR) lnum;
822 LONGEST lnum; local
841 if (remote_fileio_extract_long (&buf, &lnum))
846 ptrval = (CORE_ADDR) lnum;
896 LONGEST lnum; local
919 if (remote_fileio_extract_long (&buf, &lnum))
924 offset = (off_t) lnum;
1086 LONGEST lnum; local
1148 LONGEST lnum; local
1223 LONGEST lnum; local
[all...]
/netbsd-6-1-5-RELEASE/games/ching/printching/
H A Dprintching.c140 int lnum = 0, unum = 0; /* indices of upper and lower trigrams */ local
147 lnum = table[i].trinum;
151 return(crosstab[lnum][unum]);
/netbsd-6-1-5-RELEASE/usr.sbin/gspa/gspa/
H A Dgsp_sym.c127 set_numeric_label(int lnum) argument
134 sprintf(id, "%dB", lnum);
163 lnum, fp->value, pc);
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dshf.c901 unsigned long lnum; local
1022 lnum = POP_INT(flags, c == 'd', args);
1026 if (0 > (long) lnum)
1027 lnum = - (long) lnum, tmp = 1;
1034 *--s = lnum % 10 + '0';
1035 lnum /= 10;
1036 } while (lnum);
1050 *--s = (lnum & 0x7) + '0';
1051 lnum >>
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/
H A Dtst5 local lnum=$1
7 if [ $lgood -eq $lnum ]; then
9 echo "$lnum yes" >> passed
11 echo "$lnum no" >> passed
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_iter.c266 uint64_t lnum, rnum; local
273 * Otherwise, we compare 'lnum' and 'rnum'.
311 &lnum, NULL, NULL, 0);
326 else if (lnum < rnum)
328 else if (lnum > rnum)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-chrec.c470 unsigned HOST_WIDE_INT lidx, lnum, ldenom, lres, ldum;
487 lnum = TREE_INT_CST_LOW (n);
495 if (lnum == 0)
503 lidx = lnum - 1;
507 if (mul_double (lnum, hnum, lidx, hidx, &lnum, &hnum))
522 if (mul_double (lnum, hnum, lidx, hidx, &lnum, &hnum))
530 div_and_round_double (EXACT_DIV_EXPR, 1, lnum, hnum, ldenom, hdenom,
467 unsigned HOST_WIDE_INT lidx, lnum, ldenom, lres, ldum; local
H A Dfold-const.c631 unsigned HOST_WIDE_INT lnum = lnum_orig;
647 if (neg_double (lnum, hnum, &lnum, &hnum)
662 *lquo = lnum / lden;
671 *lrem = lnum;
680 encode (num, lnum, hnum);
624 unsigned HOST_WIDE_INT lnum = lnum_orig; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-chrec.c413 unsigned HOST_WIDE_INT lidx, lnum, ldenom, lres, ldum;
430 lnum = TREE_INT_CST_LOW (n);
438 if (lnum == 0)
446 lidx = lnum - 1;
450 if (mul_double (lnum, hnum, lidx, hidx, &lnum, &hnum))
465 if (mul_double (lnum, hnum, lidx, hidx, &lnum, &hnum))
473 div_and_round_double (EXACT_DIV_EXPR, 1, lnum, hnum, ldenom, hdenom,
410 unsigned HOST_WIDE_INT lidx, lnum, ldenom, lres, ldum; local
H A Dfold-const.c599 unsigned HOST_WIDE_INT lnum = lnum_orig;
615 if (neg_double (lnum, hnum, &lnum, &hnum)
630 *lquo = lnum / lden;
639 *lrem = lnum;
648 encode (num, lnum, hnum);
592 unsigned HOST_WIDE_INT lnum = lnum_orig; local
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dutil.c700 translate_line_number (file, lnum)
702 int lnum;
704 return lnum + file->prefix_lines + 1;
/netbsd-6-1-5-RELEASE/dist/ipf/l4check/
H A Dl4check.c419 int gethostport(str, lnum, ipp, portp)
421 int lnum;
444 lnum, host);
459 lnum, port);
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dparms.c178 int metric, n, lnum; local
194 for (lnum = 1; ; lnum++) {
217 cp, lnum);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_kobj.c988 kobj_error(const char *fname, int lnum, kobj_t ko, const char *fmt, ...) argument
992 printf("%s, %d: [%s]: linker error: ", fname, lnum, ko->ko_name);
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Ddfa.c3298 int lnum, rnum; local
3306 for (lnum = 0; left[lnum] != NULL; ++lnum)
3310 temp = comsubs(left[lnum], right[rnum]);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Ddfa.c3287 int lnum, rnum; local
3295 for (lnum = 0; left[lnum] != NULL; ++lnum)
3299 temp = comsubs(left[lnum], right[rnum]);

Completed in 317 milliseconds