Searched refs:nfiles (Results 1 - 20 of 20) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getsrcfiles.c61 dwarf_getsrcfiles (Dwarf_Die *cudie, Dwarf_Files **files, size_t *nfiles) argument
88 if (nfiles != NULL)
89 *nfiles = cu->files->nfiles;
H A Ddwarf_getsrcdirs.c66 *result = (void *) &files->info[files->nfiles];
H A Ddwarf_filesrc.c62 if (file == NULL || idx >= file->nfiles)
H A Ddwarf_linesrc.c64 if (line->file >= line->files->nfiles)
H A Ddwarf_decl_file.c100 if (idx >= cu->files->nfiles)
H A Ddwarf_getscopevar.c98 if (idx >= files->nfiles)
H A Ddwarf_getsrc_file.c105 if (lastfile >= line->files->nfiles)
H A DlibdwP.h213 unsigned int nfiles; member in struct:Dwarf_Files_s
220 /* nfiles of those, followed by char *[ndirs]. */
H A Ddwarf_getsrclines.c623 files->nfiles = nfilelist;
H A Dlibdw.h443 size_t *nfiles)
/external/elfutils/tests/
H A Dget-files.c79 size_t nfiles; local
80 if (dwarf_getsrcfiles (die, &files, &nfiles) != 0)
103 for (size_t i = 0; i < nfiles; ++i)
/external/chromium/third_party/libevent/
H A Ddevpoll.c129 int dpfd, nfiles = NEVENT; local
142 nfiles = rl.rlim_cur;
154 devpollop->events = calloc(nfiles, sizeof(struct pollfd));
160 devpollop->nevents = nfiles;
162 devpollop->fds = calloc(nfiles, sizeof(struct evdevpoll));
169 devpollop->nfds = nfiles;
171 devpollop->changes = calloc(nfiles, sizeof(struct pollfd));
/external/chromium_org/third_party/libevent/
H A Ddevpoll.c129 int dpfd, nfiles = NEVENT; local
142 nfiles = rl.rlim_cur;
154 devpollop->events = calloc(nfiles, sizeof(struct pollfd));
160 devpollop->nevents = nfiles;
162 devpollop->fds = calloc(nfiles, sizeof(struct evdevpoll));
169 devpollop->nfds = nfiles;
171 devpollop->changes = calloc(nfiles, sizeof(struct pollfd));
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
H A Dtestfile_test.py121 nfiles = testfile.TestFile.all().count()
122 self.assertEqual(0, nfiles, 'Expected exactly zero files to be present in db.')
/external/blktrace/btreplay/
H A Dbtreplay.c155 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/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c103 if (unlikely (line->file >= line->files->nfiles))
/external/yaffs2/yaffs2/direct/
H A Ddtest.c365 void fill_disk(char *path,int nfiles) argument
374 for(n = 0; n < nfiles; n++)
391 void fill_disk_and_delete(char *path, int nfiles, int ncycles) argument
400 fill_disk(path,nfiles);
402 for(j = 0; j < nfiles; j++)
/external/elfutils/src/
H A Dnm.c641 size_t nfiles; local
642 if (dwarf_getsrcfiles (cudie, &files, &nfiles) != 0)
665 if (dwarf_formudata (attr, &fileidx) != 0 || fileidx >= nfiles)
/external/linux-tools-perf/util/
H A Dprobe-finder.c253 size_t nfiles, i; local
260 ret = dwarf_getsrcfiles(cu_die, &files, &nfiles);
264 for (i = 0; i < nfiles; i++) {
269 if (i == nfiles)
/external/blktrace/
H A Dblkparse.c63 int nfiles; member in struct:per_dev_info
846 if (pci->rb_last_entries > rb_batch * pdi->nfiles) {
2446 pdi->nfiles++;

Completed in 339 milliseconds