HomeSort by relevance Sort by last modified time
    Searched defs:nfiles (Results 1 - 8 of 8) 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/libpng/contrib/libtests/
timepng.c 111 static int perform_one_test(FILE *fp, int nfiles)
121 for (i=0; i<nfiles; ++i)
230 int nfiles = 0; local
239 ++nfiles;
261 ++nfiles;
288 if (nfiles > 0)
289 ok = perform_one_test(fp, nfiles);
  /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/linux-tools-perf/perf-3.12.0/tools/perf/util/
dwarf-aux.c 35 size_t nfiles, i; local
42 ret = dwarf_getsrcfiles(cu_die, &files, &nfiles);
46 for (i = 0; i < nfiles; i++) {
51 if (i == nfiles)
  /external/elfutils/0.153/libdw/
libdwP.h 228 unsigned int nfiles; member in struct:Dwarf_Files_s
235 /* nfiles of those, followed by char *[ndirs]. */
  /external/elfutils/0.153/src/
nm.c 667 size_t nfiles; local
668 if (dwarf_getsrcfiles (cudie, &files, &nfiles) != 0)
691 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 741 milliseconds