HomeSort by: relevance | last modified time | path
    Searched refs:len_t (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/sys/sys/
opentypes.h 56 typedef u_longlong_t len_t; typedef
  /src/external/gpl3/gcc/dist/gcc/
spellcheck.cc 47 const char *t, int len_t)
54 printf ("t: \"%s\" (len_t=%i)\n", t, len_t);
58 return BASE_COST * len_t;
59 if (len_t == 0)
64 Rather than actually build an (len_t + 1) * (len_s + 1) matrix,
66 and a new row, v_next, which avoids an (len_t + 1) * (len_s + 1)
81 for (int i = 0; i < len_t; i++)
spellcheck.h 29 const char *t, int len_t);
  /src/external/gpl3/gcc.old/dist/gcc/
spellcheck.cc 47 const char *t, int len_t)
54 printf ("t: \"%s\" (len_t=%i)\n", t, len_t);
58 return BASE_COST * len_t;
59 if (len_t == 0)
64 Rather than actually build an (len_t + 1) * (len_s + 1) matrix,
66 and a new row, v_next, which avoids an (len_t + 1) * (len_s + 1)
81 for (int i = 0; i < len_t; i++)
spellcheck.h 29 const char *t, int len_t);

Completed in 82 milliseconds