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

  /src/sys/dev/ic/
aic6915.c 622 uint32_t cqci, tcd; local
637 tcd = le32toh(sc->sc_txcomp[consumer].tcd_word0);
639 txidx = SF_TCD_INDEX_TO_HOST(TCD_INDEX(tcd));
641 if ((tcd & TCD_PR) == 0)
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
typesem.d 4549 ClassDeclaration tcd = t.isClassHandle();
4550 if (cd && tcd && (tcd == cd || cd.isBaseOf(tcd, null)))
4557 if (tcd && tcd.isNested())
4559 /* e1 is the 'this' pointer for an inner class: tcd.
4562 auto vthis = tcd.followInstantiationContext(ad) ? tcd.vthis2 : tcd.vthis
    [all...]
expressionsem.d 1072 ClassDeclaration tcd = t.isClassHandle();
1076 if (!cd || !tcd || !(tcd == cd || cd.isBaseOf(tcd, null)))
1081 if (tcd && tcd.isNested())
1083 /* e1 is the 'this' pointer for an inner class: tcd.
1086 auto vthis = tcd.followInstantiationContext(ad) ? tcd.vthis2 : tcd.vthis
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 2308 ClassDeclaration *tcd = e->thisexp->type->isClassHandle (); local
2314 if (outer != tcd)
2318 gcc_assert (ocd->isBaseOf (tcd, &offset));
  /src/external/gpl3/binutils/dist/binutils/
srconv.c 306 un.tcd = DATE;
  /src/external/gpl3/binutils.old/dist/binutils/
srconv.c 306 un.tcd = DATE;

Completed in 36 milliseconds