HomeSort by relevance Sort by last modified time
    Searched defs:nlines (Results 1 - 19 of 19) sorted by null

  /external/elfutils/libdwfl/
lines.c 39 size_t nlines; local
40 if (INTUSE(dwarf_getsrclines) (&cu->die, &lines, &nlines) != 0)
43 cu->lines = malloc (offsetof (struct Dwfl_Lines, idx[nlines]));
47 for (unsigned int i = 0; i < nlines; ++i)
dwfl_module_getsrc.c 46 size_t nlines = lines->nlines; local
47 if (nlines > 0)
50 assert(lines->info[nlines - 1].end_sequence);
56 size_t l = 0, u = nlines - 1;
  /external/elfutils/libdw/
dwarf_getsrcfiles.c 57 size_t nlines; local
61 res = INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines);
dwarf_decl_file.c 62 size_t nlines; local
66 (void) INTUSE(dwarf_getsrclines) (&CUDIE (cu), &lines, &nlines); local
dwarf_getsrc_die.c 42 size_t nlines; local
44 if (INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines) != 0)
48 if (nlines > 0)
50 size_t l = 0, u = nlines - 1;
62 assert (lines->info[nlines - 1].end_sequence);
dwarf_entry_breakpoints.c 68 Dwarf_Lines *lines, size_t nlines,
71 size_t l = 0, u = nlines;
95 while (++l < nlines && lines->info[l].addr < high)
113 size_t nlines; local
114 if (INTUSE(dwarf_getsrclines) (&cudie, &lines, &nlines) < 0)
134 return search_range (begin, end, true, true, lines, nlines, bkpts, &nbkpts)
143 lines, nlines, bkpts, &nbkpts) < 0)
161 lines, nlines, bkpts, &nbkpts))
dwarf_getsrc_file.c 69 size_t nlines; local
70 if (INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines) != 0)
85 for (size_t cnt = 0; cnt < nlines; ++cnt)
libdwP.h 266 size_t nlines; member in struct:Dwarf_Lines_s
  /external/elfutils/tests/
line2addr.c 77 size_t nlines = 0; local
79 if (dwfl_module_getsrc_file (mod, a->file, a->line, 0, &lines, &nlines) == 0)
81 for (size_t inner = 0; inner < nlines; ++inner)
  /external/libjpeg-turbo/
bmp.c 221 int i, nlines=(*src->get_pixel_rows)(&cinfo, src); local
222 for(i=0; i<nlines; i++)
229 nlines);
231 cinfo.next_scanline+=nlines;
309 int i, nlines=dst->buffer_height; local
310 for(i=0; i<nlines; i++)
317 nlines);
319 (*dst->put_pixel_rows)(&dinfo, dst, nlines);
320 dinfo.output_scanline+=nlines;
  /ndk/sources/host-tools/make-3.81/
commands.c 274 unsigned int nlines, idx;
287 nlines = 5;
311 if (idx == nlines)
313 nlines += 2;
315 nlines * sizeof (char *));
323 if (idx != nlines)
325 nlines = idx;
327 nlines * sizeof (char *));
330 cmds->ncommand_lines = nlines;
334 cmds->lines_flags = (char *) xmalloc (nlines);
272 unsigned int nlines, idx; local
    [all...]
read.c 470 long nlines = 0;
519 ebuf->floc.lineno += nlines;
520 nlines = readline (ebuf);
523 if (nlines < 0)
466 long nlines = 0; local
1323 long nlines = 0; local
2545 long nlines = 0; local
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 503 int nlines = jpeg_read_scanlines(&cinfo, &m_pScanlineBuf, 1); local
504 if (nlines < 1) {
679 int nlines = jpeg_read_scanlines(&p->m_Info, &dest_buf, 1); local
680 return nlines == 1;
  /toolchain/binutils/binutils-2.25/opcodes/
opc2c.c 98 int nlines; member in struct:__anon74835
341 for (i = 0; i < op->nlines; i++)
650 op->nlines = 0;
709 op->nlines++;
712 (char **) realloc (op->lines, op->nlines * sizeof (char *));
714 op->lines = (char **) malloc (op->nlines * sizeof (char *));
715 op->lines[op->nlines - 1] = strdup (line);
732 if (opcodes[i]->nlines == 0)
734 opcodes[i]->nlines = opcodes[i + 1]->nlines;
    [all...]
  /external/opencv3/modules/imgproc/src/
hough.cpp 965 int nlines = (int)(l2.size() + l4.size()); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.h 153 int nlines; member in struct:coff_line
  /external/libvncserver/libvncserver/
rfbserver.c 3242 int nlines; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 1672 DWORD nlines; \/* number of lines in this block *\/ member in struct:codeview_linetab2_block
    [all...]
  /external/elfutils/src/
readelf.c 6390 size_t nlines; local
    [all...]

Completed in 1988 milliseconds