HomeSort by: relevance | last modified time | path
    Searched defs:nexti (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-ar.c 124 int i, nexti, iarg; local
167 nexti = 2;
172 nexti = 1;
177 nexti = i;
213 char *lname = argv[nexti];
246 strcpy (libname, to_host_file_spec (argv[nexti]));
248 nexti++;
263 if (nexti == argc)
273 for (i = nexti; i < argc; i++)
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-ar.c 124 int i, nexti, iarg; local
167 nexti = 2;
172 nexti = 1;
177 nexti = i;
213 char *lname = argv[nexti];
246 strcpy (libname, to_host_file_spec (argv[nexti]));
248 nexti++;
263 if (nexti == argc)
273 for (i = nexti; i < argc; i++)
  /src/sys/ufs/lfs/
lfs_vfsops.c 2529 int i, nexti; local
2658 for (i = oldnsegs, nexti = 0; i < newnsegs; i = nexti) {
2659 nexti = roundup(i + 1, lfs_sb_getsepb(fs));
2660 if (nexti > newnsegs)
2661 nexti = newnsegs;
2669 memset(sup, 0, (nexti - i) * sizeof(SEGUSE));
  /src/external/bsd/unbound/dist/services/
localzone.c 467 size_t nexti = index + 1; local
468 size_t num = pd->count - nexti;
469 memmove(pd->rr_len+index, pd->rr_len+nexti, sizeof(*pd->rr_len)*num);
470 memmove(pd->rr_ttl+index, pd->rr_ttl+nexti, sizeof(*pd->rr_ttl)*num);
471 memmove(pd->rr_data+index, pd->rr_data+nexti, sizeof(*pd->rr_data)*num);
  /xsrc/external/mit/xorg-server/dist/mi/
miarc.c 1875 int start, i, j, k = 0, nexti, nextk = 0; local
1983 nexti = i + 1;
1984 if (nexti == narcs)
1985 nexti = 0;
2164 if (nexti == start) {
2186 if (nexti == start)
2222 if (nexti == start) {
2238 (nexti != start || (arcsJoin && isDashed)))
2242 i = nexti;
  /xsrc/external/mit/xorg-server.old/dist/mi/
miarc.c 1778 int start, i, j, k = 0, nexti, nextk = 0; local
1883 nexti = i+1;
1884 if (nexti == narcs)
1885 nexti = 0;
2058 if (nexti == start) {
2083 if (nexti == start)
2121 if (nexti == start) {
2137 (nexti != start || (arcsJoin && isDashed)))
2141 i = nexti;

Completed in 29 milliseconds