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

  /system/extras/tests/storage/
opentest.c 29 int nfiles; local
43 nfiles = atoi(argv[2]);
44 if ((nfiles <= 0) || (nfiles > 65536)) {
64 fds = malloc(nfiles * sizeof(int));
66 fprintf(stderr, "Unable to malloc array of %d fds\n", nfiles);
75 rlim.rlim_cur = nfiles + 10;
76 rlim.rlim_max = nfiles + 10;
82 for (i = 0; i < nfiles; i++) {
  /external/elfutils/libdw/
dwarf_getsrcfiles.c 61 dwarf_getsrcfiles (Dwarf_Die *cudie, Dwarf_Files **files, size_t *nfiles)
88 if (nfiles != NULL)
89 *nfiles = cu->files->nfiles;
dwarf_getsrcdirs.c 66 *result = (void *) &files->info[files->nfiles];
dwarf_filesrc.c 62 if (file == NULL || idx >= file->nfiles)
dwarf_linesrc.c 64 if (line->file >= line->files->nfiles)
dwarf_decl_file.c 100 if (idx >= cu->files->nfiles)
dwarf_getscopevar.c 98 if (idx >= files->nfiles)
dwarf_getsrc_file.c 105 if (lastfile >= line->files->nfiles)
libdwP.h 213 unsigned int nfiles; member in struct:Dwarf_Files_s
220 /* nfiles of those, followed by char *[ndirs]. */
dwarf_getsrclines.c 623 files->nfiles = nfilelist;
libdw.h 443 size_t *nfiles)
  /external/elfutils/tests/
get-files.c 79 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/
devpoll.c 129 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/
devpoll.c 129 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/
testfile_test.py 121 nfiles = testfile.TestFile.all().count()
122 self.assertEqual(0, nfiles, 'Expected exactly zero files to be present in db.')
  /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/elfutils/libdwfl/
dwfl_module_getsrc_file.c 103 if (unlikely (line->file >= line->files->nfiles))
  /external/yaffs2/yaffs2/direct/
dtest.c 365 void fill_disk(char *path,int nfiles)
374 for(n = 0; n < nfiles; n++)
391 void fill_disk_and_delete(char *path, int nfiles, int ncycles)
400 fill_disk(path,nfiles);
402 for(j = 0; j < nfiles; j++)
    [all...]
  /external/elfutils/src/
nm.c 641 size_t nfiles; local
642 if (dwarf_getsrcfiles (cudie, &files, &nfiles) != 0)
665 if (dwarf_formudata (attr, &fileidx) != 0 || fileidx >= nfiles)
    [all...]
  /external/linux-tools-perf/util/
probe-finder.c 253 size_t nfiles, i; local
260 ret = dwarf_getsrcfiles(cu_die, &files, &nfiles);
264 for (i = 0; i < nfiles; i++) {
269 if (i == 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 710 milliseconds