Searched refs:num_lines (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Drepro_fail71 num_lines=0
73 num_lines=$[$num_lines + 1]
74 echo "[$num_lines] $line"
75 commands[$num_lines]=$line
80 if [ $num_lines -gt 1 ] ; then
87 cmds_to_run=$(seq 1 $num_lines)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Drepro_fail71 num_lines=0
73 num_lines=$[$num_lines + 1]
74 echo "[$num_lines] $line"
75 commands[$num_lines]=$line
80 if [ $num_lines -gt 1 ] ; then
87 cmds_to_run=$(seq 1 $num_lines)
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dsource.h31 int num_lines; /* # of lines in file. */
30 int num_lines; /* # of lines in file. */ member in struct:source_file
H A Dbasic_blocks.c331 if (line_num <= sf->num_lines)
478 if (sym->file && sym->line_num > sym->file->num_lines
483 sym->file->num_lines = sym->line_num;
490 if (sf->num_lines > 0)
492 sf->line = (void **) xmalloc (sf->num_lines * sizeof (sf->line[0]));
493 memset (sf->line, 0, sf->num_lines * sizeof (sf->line[0]));
500 if (sym->file && sym->file->num_lines
533 if (!sf->num_lines || (ignore_zeros && sf->ncalls == 0))
548 qsort (sf->line, sf->num_lines, sizeof (sf->line[0]), cmp_ncalls);
551 if (table_len > sf->num_lines)
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dsource.h31 int num_lines; /* # of lines in file. */
30 int num_lines; /* # of lines in file. */ member in struct:source_file
H A Dbasic_blocks.c331 if (line_num <= sf->num_lines)
478 if (sym->file && sym->line_num > sym->file->num_lines
483 sym->file->num_lines = sym->line_num;
490 if (sf->num_lines > 0)
492 sf->line = (void **) xmalloc (sf->num_lines * sizeof (sf->line[0]));
493 memset (sf->line, 0, sf->num_lines * sizeof (sf->line[0]));
500 if (sym->file && sym->file->num_lines
533 if (!sf->num_lines || (ignore_zeros && sf->ncalls == 0))
548 qsort (sf->line, sf->num_lines, sizeof (sf->line[0]), cmp_ncalls);
551 if (table_len > sf->num_lines)
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dsource.h31 int num_lines; /* # of lines in file. */
30 int num_lines; /* # of lines in file. */ member in struct:source_file
H A Dbasic_blocks.c331 if (line_num <= sf->num_lines)
474 if (sym->file && sym->line_num > sym->file->num_lines
479 sym->file->num_lines = sym->line_num;
486 if (sf->num_lines > 0)
488 sf->line = (void **) xmalloc (sf->num_lines * sizeof (sf->line[0]));
489 memset (sf->line, 0, sf->num_lines * sizeof (sf->line[0]));
496 if (sym->file && sym->file->num_lines
529 if (!sf->num_lines || (ignore_zeros && sf->ncalls == 0))
544 qsort (sf->line, sf->num_lines, sizeof (sf->line[0]), cmp_ncalls);
547 if (table_len > sf->num_lines)
[all...]
/netbsd-current/games/atc/
H A Dgrammar.y268 if (sp->num_lines % REALLOC == 0) {
270 sp->line = malloc((sp->num_lines +
274 (sp->num_lines + REALLOC) *
279 sp->line[sp->num_lines].p1.x = $3;
280 sp->line[sp->num_lines].p1.y = $4;
281 sp->line[sp->num_lines].p2.x = $7;
282 sp->line[sp->num_lines].p2.y = $8;
284 sp->num_lines++;
H A Dstruct.h66 unsigned num_lines; member in struct:__anon7085
H A Dgraphics.c187 for (iu = 0; iu < scp->num_lines; iu++) {
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-spu.h69 unsigned int num_lines; member in struct:spu_elf_params
H A Ddwarf2.c1433 bfd_size_type num_lines; member in struct:line_sequence
1795 /* num_lines is initially an index, to make the sort stable. */
1796 if (seq1->num_lines < seq2->num_lines)
1798 if (seq1->num_lines > seq2->num_lines)
1812 unsigned int num_lines; local
1822 num_lines = 0;
1824 num_lines++;
1826 seq->num_lines
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-spu.h69 unsigned int num_lines; member in struct:spu_elf_params
H A Ddwarf2.c1788 bfd_size_type num_lines; member in struct:line_sequence
2365 /* num_lines is initially an index, to make the sort stable. */
2366 if (seq1->num_lines < seq2->num_lines)
2368 if (seq1->num_lines > seq2->num_lines)
2382 unsigned int num_lines; local
2392 num_lines = 0;
2394 num_lines++;
2396 seq->num_lines
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-spu.h69 unsigned int num_lines; member in struct:spu_elf_params
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-spu.h69 unsigned int num_lines; member in struct:spu_elf_params
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dcodeview.h91 uint32_t num_lines; member in struct:cv_lines_block
H A Dcodeview.c47 unsigned int num_lines; member in struct:line_file
216 len += sizeof (struct cv_line) * lf->num_lines;
246 bfd_putl32(lf->num_lines, &block->num_lines);
248 + (sizeof (struct cv_line) * lf->num_lines),
508 lf->num_lines = 0;
533 lf->num_lines++;
/netbsd-current/lib/libcurses/EXAMPLES/
H A Dview.c75 static unsigned num_lines; variable
236 num_lines = 0;
268 num_lines++;
512 if (i < num_lines) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/via/
H A Dvia_dmablit.c132 for (cur_line = 0; cur_line < xfer->num_lines; ++cur_line) {
281 const bus_size_t nbytes = roundup2(xfer->num_lines * xfer->mem_stride,
319 vsg->num_pages = VIA_PFN(xfer->mem_addr + (xfer->num_lines * xfer->mem_stride - 1)) -
777 if (xfer->num_lines <= 0 || xfer->line_length <= 0) {
797 xfer->mem_stride *= xfer->num_lines;
800 xfer->num_lines = 1;
808 if (xfer->num_lines > 2048 || (xfer->num_lines*xfer->mem_stride > (2048*2048*4))) {
832 ((xfer->num_lines > 1) && ((xfer->mem_stride & 3) != (xfer->fb_stride & 3)))) {
839 ((xfer->num_lines >
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-regs.c136 int num_lines = m_regs_content.size () / m_regs_column_count; local
138 num_lines++;
139 return num_lines;
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-regs.c136 int num_lines = m_regs_content.size () / m_regs_column_count; local
138 num_lines++;
139 return num_lines;
/netbsd-current/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Dvia_drm.h265 __u32 num_lines; member in struct:drm_via_dmablit
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dmoduli.c578 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines)
593 if (num_lines == 0)
596 end_lineno = start_lineno + num_lines;
577 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted, char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) argument

Completed in 244 milliseconds

12