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

  /external/v8/tools/
find-commit-for-patch.py 32 next_file = ""
39 next_file = words[2][2:]
45 files[next_file] = old_hash
  /external/toybox/toys/pending/
more.c 100 goto next_file;
137 next_file:
  /toolchain/binutils/binutils-2.25/binutils/
ar.c     [all...]
  /external/jhead/
jhead.c 508 if (!memcmp(finddata.name, ".",2)) goto next_file;
509 if (!memcmp(finddata.name, "..",3)) goto next_file;
510 if (finddata.attrib & _A_SUBDIR) goto next_file;
516 if (--a == 0) goto next_file;
526 next_file:
    [all...]
  /external/fio/
io_u.c 1006 unsigned int old_next_file = td->next_file;
1012 f = td->files[td->next_file];
1014 td->next_file++;
1015 if (td->next_file >= td->o.nr_files)
1016 td->next_file = 0;
1049 } while (td->next_file != old_next_file);
    [all...]
fio.h 147 unsigned int next_file; member in union:thread_data::__anon11992
  /external/vulkan-validation-layers/loader/
loader.c 2200 char *file, *next_file, *name; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 947 struct efdr *next_file; \/* next file descriptor *\/ member in struct:efdr
    [all...]

Completed in 683 milliseconds