/third_party/ltp/testcases/kernel/syscalls/fork/ |
H A D | fork09.c | 61 static int mypid, nfiles; variable 97 for (nfiles = first; nfiles < OPEN_MAX; nfiles++) { in main() 98 sprintf(filname, "file%d.%d", nfiles, mypid); in main() 99 fildeses[nfiles] = fopen(filname, "a"); in main() 100 if (fildeses[nfiles] == NULL) { in main() 105 "file %d %s errno = %d", nfiles, in main() 113 tst_resm(TINFO, "Parent reporting %d files open", nfiles - 1); in main() 120 nfiles in main() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | timepng.c | 193 static int perform_one_test(FILE *fp, int nfiles, png_int_32 transforms) in perform_one_test() argument 203 for (i=0; i<nfiles; ++i) in perform_one_test() 367 int nfiles = 0; in main() local 401 nfiles = atoi(argv[3]); in main() 402 if (nfiles <= 0) in main() 412 nfiles &= PNG_UINT_31_MAX; in main() 511 if (argc > 1 && nfiles > 0) in main() 520 if (nfiles == INT_MAX) in main() 527 ++nfiles; in main() 531 else if (nfiles in main() [all...] |
/third_party/ltp/testcases/kernel/syscalls/readdir/ |
H A D | readdir01.c | 26 static int nfiles = 10; variable 34 for (i = 0; i < nfiles; i++) { in setup() 56 if (cnt == nfiles) { in verify_readdir() 57 tst_res(TPASS, "found all %d that were created", nfiles); in verify_readdir() 60 cnt > nfiles ? "more" : "less", nfiles, cnt); in verify_readdir()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getsrcfiles.c | 39 dwarf_getsrcfiles (Dwarf_Die *cudie, Dwarf_Files **files, size_t *nfiles) in dwarf_getsrcfiles() argument 80 res = INTUSE(dwarf_getsrcfiles) (&skeldie, files, nfiles); in dwarf_getsrcfiles() 103 if (nfiles != NULL) in dwarf_getsrcfiles() 104 *nfiles = cu->files->nfiles; in dwarf_getsrcfiles()
|
H A D | dwarf_macro_getsrcfiles.c | 37 Dwarf_Files **files, size_t *nfiles) in dwarf_macro_getsrcfiles() 47 *nfiles = 0; in dwarf_macro_getsrcfiles() 84 *nfiles = table->files->nfiles; in dwarf_macro_getsrcfiles() 36 dwarf_macro_getsrcfiles(Dwarf *dbg, Dwarf_Macro *macro, Dwarf_Files **files, size_t *nfiles) dwarf_macro_getsrcfiles() argument
|
H A D | dwarf_next_lines.c | 39 Dwarf_Files **srcfiles, size_t *nfiles, in dwarf_next_lines() 188 if (nfiles != NULL) in dwarf_next_lines() 191 *nfiles = (*srcfiles)->nfiles; in dwarf_next_lines() 193 *nfiles = 0; in dwarf_next_lines() 37 dwarf_next_lines(Dwarf *dbg, Dwarf_Off off, Dwarf_Off *next_off, Dwarf_CU **cu, Dwarf_Files **srcfiles, size_t *nfiles, Dwarf_Lines **srclines, size_t *nlines) dwarf_next_lines() argument
|
H A D | dwarf_getsrcdirs.c | 42 *result = (void *) &files->info[files->nfiles]; in dwarf_getsrcdirs()
|
H A D | dwarf_line_file.c | 42 if (line->file >= line->files->nfiles) in dwarf_line_file()
|
H A D | dwarf_filesrc.c | 41 if (file == NULL || idx >= file->nfiles) in dwarf_filesrc()
|
H A D | dwarf_getsrclines.c | 574 size_t nfiles; in read_srclines() 575 get_uleb128 (nfiles, linep, lineendp); in read_srclines() 577 if (nforms == 0 && nfiles != 0) in read_srclines() 581 the file. Filters out insanely large nfiles. */ in read_srclines() 582 if (nforms != 0 && nfiles > (size_t) (lineendp - linep) / nforms) in read_srclines() 587 for (unsigned int n = 0; n < nfiles; n++) in read_srclines() 1031 files->nfiles = nfilelist; in read_srclines()
|
H A D | dwarf_linesrc.c | 43 if (line->file >= line->files->nfiles) in dwarf_linesrc()
|
H A D | dwarf_decl_file.c | 81 if (idx >= cu->files->nfiles) in dwarf_decl_file()
|
H A D | libdw.h | 642 size_t *nfiles) 747 Dwarf_Files **srcfiles, size_t *nfiles, 990 Dwarf_Files **files, size_t *nfiles)
|
H A D | dwarf_getscopevar.c | 61 if (idx >= files->nfiles) in file_matches()
|
H A D | dwarf_getsrc_file.c | 92 if (lastfile >= line->files->nfiles) in dwarf_getsrc_file()
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
H A D | mkdir09.c | 27 static int nfiles = 10; variable 40 for (j = 0; j < nfiles; j += NCHILD) { in test1() 60 for (j = 1; j < nfiles; j += NCHILD) { in test2() 80 for (j = 2; j < nfiles; j += NCHILD) { in test3() 86 for (j = 2; j < nfiles; j += NCHILD) { in test3() 132 for (j = 0; j < nfiles; j += NCHILD) { in setup()
|
/third_party/elfutils/tests/ |
H A D | get-files.c | 71 size_t nfiles; in main() local 72 if (dwarf_getsrcfiles (die, &files, &nfiles) != 0) in main() 95 for (size_t i = 0; i < nfiles; ++i) in main()
|
H A D | next-files.c | 54 size_t nfiles; in main() local 57 &files, &nfiles, NULL, NULL)) == 0) in main() 77 for (size_t i = 0; i < nfiles; ++i) in main()
|
H A D | dwarf-getmacros.c | 62 size_t nfiles; in mac() local 63 if (dwarf_macro_getsrcfiles (dbg, macro, &files, &nfiles) < 0) in mac()
|
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/ |
H A D | multipart.js | 64 let nfiles = 0 156 if (nfiles === filesLimit) { 164 ++nfiles
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_lineinfo.c | 53 if (unlikely (info->file >= info->files->nfiles)) in dwfl_lineinfo()
|
H A D | dwfl_module_getsrc_file.c | 92 if (unlikely (line->file >= line->files->nfiles)) in dwfl_module_getsrc_file()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 101 int nfiles; member 548 flist[i].nfiles = 0; in main() 564 if (ftp->nfiles == ftp->nslots) { in add_to_flist() 568 fep = &ftp->fents[ftp->nfiles++]; in add_to_flist() 725 if (slot != ftp->nfiles - 1) { in del_from_flist() 727 dcache_purge(ftp->fents[ftp->nfiles - 1].id); in del_from_flist() 728 ftp->fents[slot] = ftp->fents[--ftp->nfiles]; in del_from_flist() 730 ftp->nfiles--; in del_from_flist() 742 for (fep = flp->fents, efep = &fep[flp->nfiles]; fep < efep; fep++) { in dirid_to_fent() 818 for (j = 0, fep = flp->fents; j < flp->nfiles; in fix_parent() [all...] |
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 1541 int i, nfiles = 0; in main() local 1609 files[nfiles++] = "testfile"; in main() 1670 files[nfiles++] = p; in main() 1676 if (nfiles) { in main() 1677 for (i = 0; i < nfiles; i++) { in main()
|
/third_party/elfutils/src/ |
H A D | nm.c | 642 size_t nfiles; in get_local_names() local 643 if (dwarf_getsrcfiles (cudie, &files, &nfiles) != 0) in get_local_names() 666 if (dwarf_formudata (attr, &fileidx) != 0 || fileidx >= nfiles) in get_local_names()
|