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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
safe.d 116 * Determine if it is @safe to cast e from tfrom to tto.
120 * tto = type to cast e to
124 bool isSafeCast(Expression e, Type tfrom, Type tto)
127 if (tfrom.implicitConvTo(tto))
130 if (!tto.hasPointers())
134 auto ttob = tto.toBasetype();
arrayop.d 263 * tto = type converting to
267 bool isArrayOpImplicitCast(TypeDArray tfrom, TypeDArray tto)
270 const tyt = tto .nextOf().toBasetype().ty;
  /src/sys/fs/nfs/server/
nfs_nfsdcache.c 843 int force, lastslot, i, j, k, tto, time_histo[HISTSIZE]; local
902 tto = nfsrc_tcptimeout;
927 if (j >= tto)
932 j = j * HISTSIZE / tto;
950 k = tto * (i + 1) / HISTSIZE;
  /src/external/mpl/dhcp/dist/common/
options.c 1260 int tto; local
1305 tto = 0;
1306 for (ix = i + 1; ix < priority_len + tto; ix++) {
1307 if (tto)
1308 priority_list [ix - tto] =
1311 tto++;
1503 tto = 1;
1505 tto = 0;
1584 if (tto && incr == length) {

Completed in 40 milliseconds