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

  /external/elfutils/tests/
get-files.c 63 size_t nfiles; local
64 if (dwarf_getsrcfiles (die, &files, &nfiles) != 0)
71 for (int i = 0; i < nfiles; ++i)
  /external/elfutils/libdw/
libdwP.h 173 unsigned int nfiles; member in struct:Dwarf_Files_s
  /external/elfutils/src/
nm.c 655 size_t nfiles; local
656 if (dwarf_getsrcfiles (cudie, &files, &nfiles) != 0)
679 if (dwarf_formudata (attr, &fileidx) != 0 || fileidx >= nfiles)
    [all...]
  /external/blktrace/btreplay/
btreplay.c 155 static int nfiles = 0; // Number of files to handle variable
421 nfiles);
427 nfiles);
433 nfiles);
439 nfiles);
445 nfiles);
451 nfiles);
457 nfiles);
463 nfiles);
477 assert(1 <= iter_start && iter_start <= nfiles);
    [all...]
  /external/blktrace/
blkparse.c 63 int nfiles; member in struct:per_dev_info
846 if (pci->rb_last_entries > rb_batch * pdi->nfiles) {
    [all...]

Completed in 240 milliseconds