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

  /src/external/gpl3/gcc/dist/gcc/fortran/
data.cc 410 int endi; local
418 endi = mpz_get_si (con->offset)
420 if (endi > mpz_get_si (end) + 1)
421 mpz_set_si (con->repeat, endi - mpz_get_si (end));
data.cc 410 int endi; local
418 endi = mpz_get_si (con->offset)
420 if (endi > mpz_get_si (end) + 1)
421 mpz_set_si (con->repeat, endi - mpz_get_si (end));
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
data.cc 382 int endi; local
390 endi = mpz_get_si (con->offset)
392 if (endi > mpz_get_si (end) + 1)
393 mpz_set_si (con->repeat, endi - mpz_get_si (end));
data.cc 382 int endi; local
390 endi = mpz_get_si (con->offset)
392 if (endi > mpz_get_si (end) + 1)
393 mpz_set_si (con->repeat, endi - mpz_get_si (end));
  /src/external/bsd/tcpdump/dist/
print-forces.c 858 uint32_t starti, endi; local
873 endi = GET_BE_U_4(pptr);
878 ND_PRINT("%sTable range: [%u,%u]\n", ib, starti, endi);
print-forces.c 858 uint32_t starti, endi; local
873 endi = GET_BE_U_4(pptr);
878 ND_PRINT("%sTable range: [%u,%u]\n", ib, starti, endi);

Completed in 77 milliseconds