HomeSort by relevance Sort by last modified time
    Searched refs:nlines (Results 26 - 33 of 33) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 743 NCursesWindow(int nlines, // number of lines
749 int nlines, // number of lines
    [all...]
  /ndk/sources/host-tools/make-3.81/
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/elfutils/libdwfl/
dwfl_module_getsrc_file.c 99 for (size_t cnt = 0; cnt < cu->die.cu->lines->nlines; ++cnt)
libdwfl.h 494 extern int dwfl_getsrclines (Dwarf_Die *cudie, size_t *nlines);
  /external/elfutils/libdw/
libdwP.h 228 size_t nlines; member in struct:Dwarf_Lines_s
libdw.h 436 size_t *nlines) __nonnull_attribute__ (2, 3);
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 1676 DWORD nlines; \/* number of lines in this block *\/ member in struct:codeview_linetab2_block
    [all...]
  /external/linux-tools-perf/util/
probe-finder.c 621 size_t nlines, i; local
634 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) {
638 pr_debug2("Get %zd lines from this CU\n", nlines);
641 for (i = 0; i < nlines; i++) {
    [all...]

Completed in 373 milliseconds

12