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

  /src/sys/arch/amiga/dev/
grf_rhreg.h 117 unsigned short TY; /* Text-mode: */
125 unsigned short XY; /* TX*TY (speeds up some calcs.) */
279 * location pos. pos can be calculated as (x + y * md->TY).
grf_rtreg.h 124 unsigned short TY; /* Text-mode: */
132 unsigned short XY; /* TX*TY (speeds up some calcs.) */
256 as (x + y * md->TY).
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h 47 enum class TY : uint8_t
142 TY ty; member in class:Type
219 static Type *basic[(int)TY::TMAX];
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 1535 APInt TY = Y * TC;
1538 LLVM_DEBUG(dbgs() << "\t TY = " << TY << "\n");
1563 TUVec.push_back(floorOfQuotient(UM - TY, TA));
1567 TLVec.push_back(ceilingOfQuotient(-TY, TA));
1571 TLVec.push_back(ceilingOfQuotient(UM - TY, TA));
1575 TUVec.push_back(floorOfQuotient(-TY, TA));
1599 LowerDistance = (TY - TX) + (TA - TB) * TL;
1600 UpperDistance = (TY - TX) + (TA - TB) * TU;
1602 LowerDistance = (TY - TX) + (TA - TB) * TU
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 2900 const auto *TY = cast<TemplateTypeParmDecl>(Y);
2901 if (TX->isParameterPack() != TY->isParameterPack())
2903 if (TX->hasTypeConstraint() != TY->hasTypeConstraint())
2906 const TypeConstraint *TYTC = TY->getTypeConstraint();
2932 const auto *TY = cast<NonTypeTemplateParmDecl>(Y);
2933 return TX->isParameterPack() == TY->isParameterPack() &&
2934 TX->getASTContext().hasSameType(TX->getType(), TY->getType());
2938 const auto *TY = cast<TemplateTemplateParmDecl>(Y);
2939 return TX->isParameterPack() == TY->isParameterPack() &&
2942 TY->getTemplateParameters())
    [all...]

Completed in 24 milliseconds