HomeSort by relevance Sort by last modified time
    Searched refs:nlines (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/elfutils/libdwfl/
dwfl_getsrclines.c 32 dwfl_getsrclines (Dwarf_Die *cudie, size_t *nlines)
46 *nlines = cu->die.cu->lines->nlines;
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;
dwfl_onesrcline.c 49 if (idx >= cu->die.cu->lines->nlines)
  /external/elfutils/libdw/
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_onesrcline.c 43 if (idx >= lines->nlines)
dwarf_decl_file.c 62 size_t nlines; local
66 (void) INTUSE(dwarf_getsrclines) (&CUDIE (cu), &lines, &nlines); local
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_getsrcfiles.c 57 size_t nlines; local
61 res = INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines);
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)
  /external/ltp/testcases/network/nfs/nfslock01/
nfs_flock_dgen.c 11 int i, j, k, nlines, nchars, ctype; local
29 nlines = atoi(argv[3]);
33 for (i = 1; i <= nlines; i++) {
  /external/syslinux/gpxe/src/hci/mucurses/
windows.c 43 * @v nlines window height
49 WINDOW *derwin ( WINDOW *parent, int nlines, int ncols,
57 ( (unsigned)nlines > parent->height ) )
61 child->height = nlines;
115 * @v nlines number of lines
121 WINDOW *newwin ( int nlines, int ncols, int begin_y, int begin_x ) {
125 if ( ( (unsigned)( begin_y + nlines ) > stdscr->height ) &&
130 win->height = nlines;
141 * @v nlines window height
147 WINDOW *subwin ( WINDOW *parent, int nlines, int ncols
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
curses_tests.py 14 ncols, nlines = 8, 3
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /external/python/cpython2/Lib/test/
curses_tests.py 14 ncols, nlines = 8, 3
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
curses_tests.py 14 ncols, nlines = 8, 3
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
curses_tests.py 14 ncols, nlines = 8, 3
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
curses_tests.py 14 ncols, nlines = 8, 3
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
curses_tests.py 14 ncols, nlines = 8, 3
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesp.h 101 NCursesPanel(int nlines,
105 : NCursesWindow(nlines,ncols,begin_y,begin_x), p(0)
231 NCursesUserPanel (int nlines,
236 : NCursesPanel (nlines, ncols, begin_y, begin_x)
cursesm.h 265 NCursesMenu( int nlines,
269 : NCursesPanel(nlines,ncols,begin_y,begin_x),
297 int nlines,
303 : NCursesPanel(nlines, ncols, begin_y, begin_x),
627 NCursesUserMenu( int nlines,
632 : NCursesMenu(nlines,ncols,begin_y,begin_x) {
648 int nlines,
654 : NCursesMenu (Items, nlines, ncols, begin_y, begin_x, with_frame) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesp.h 101 NCursesPanel(int nlines,
105 : NCursesWindow(nlines,ncols,begin_y,begin_x), p(0)
231 NCursesUserPanel (int nlines,
236 : NCursesPanel (nlines, ncols, begin_y, begin_x)
  /external/libjpeg-turbo/
bmp.c 228 int i, nlines=(*src->get_pixel_rows)(&cinfo, src); local
229 for(i=0; i<nlines; i++)
236 nlines);
238 cinfo.next_scanline+=nlines;
316 int i, nlines=dst->buffer_height; local
317 for(i=0; i<nlines; i++)
324 nlines);
326 (*dst->put_pixel_rows)(&dinfo, dst, nlines);
327 dinfo.output_scanline+=nlines;
  /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)
  /art/test/ti-agent/
breakpoint_helper.cc 69 jint nlines; local
72 jvmti_env->GetLineNumberTable(method, &nlines, &lines))) {
75 jintArray lines_array = env->NewIntArray(nlines);
80 jlongArray locs_array = env->NewLongArray(nlines);
97 for (jint i = 0; i < nlines; i++) {
  /external/syslinux/com32/cmenu/libmenu/
help.c 57 int nlines, i; local
60 nlines = nr - HELP_BODY_ROW - HELP_BOTTOM_MARGIN - 1;
69 for (i = 0; i < nlines; i++) {

Completed in 554 milliseconds

1 2 3