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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
udivti3_test.c 32 utwords qt; local
33 qt.all = q;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
udivmodti4_test.c 38 utwords qt; local
39 qt.all = q;
45 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
udivti3_test.c 32 utwords qt; local
33 qt.all = q;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
udivmodti4_test.c 38 utwords qt; local
39 qt.all = q;
45 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
    [all...]
  /src/crypto/external/bsd/openssh/dist/
ed25519.c 1674 fe25519 a,b,t1,t2,c,d,e,f,g,h,qt; local
1675 fe25519_mul(&qt, &q->x, &q->y);
1684 fe25519_mul(&c, &r->t, &qt); /* C = T1*k*T2 */
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 493 QualType QT = Getter->getReturnType();
494 if (!QT->isRealType())
892 QualType qt = TypedefDcl->getTypeSourceInfo()->getType(); local
893 if (NSAPIObj->isObjCNSIntegerType(qt))
895 else if (NSAPIObj->isObjCNSUIntegerType(qt))
926 QualType qt = TypedefDcl->getTypeSourceInfo()->getType();
927 StringRef NSIntegerName = NSAPIObj->GetNSIntegralKind(qt);
931 if (const EnumType *EnumTy = qt->getAs<EnumType>()) {
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 146 struct berval querystr; /* Filter string corresponding to the QT */
608 QueryTemplate *qt; local
797 qt = qm->attr_sets[attrset].templates;
798 for ( ; qt; qt = qt->qtnext ) {
800 if ( bvmatch( &qt->querystr, &tempstr ) ) {
805 if ( qt == NULL ) {
811 cq = add_query( op, qm, &query, qt, PC_NEGATIVE, 0 );
813 cq = add_query( op, qm, &query, qt, PC_POSITIVE, 0 )
3050 QueryTemplate *qt = qm->attr_sets[attr_set].templates; local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 592 QualType QT = TD->getUnderlyingType();
593 if (const auto *TT = QT->getAs<TagType>())
5095 if (ObjCObjectType *QT = ObjCObjectTypes.FindNodeOrInsertPos(ID, InsertPos))
5096 return QualType(QT, 0);
5277 /// protocol list adopt all protocols in QT's qualified-id protocol
5279 bool ASTContext::ObjCObjectAdoptsQTypeProtocols(QualType QT,
5281 if (!QT->isObjCQualifiedIdType())
5284 if (const auto *OPT = QT->getAs<ObjCObjectPointerType>()) {
5296 /// QT's qualified-id protocol list adopt all protocols in IDecl's list
5298 bool ASTContext::QIdProtocolsAdoptObjCObjectProtocols(QualType QT,
7592 QualType qt = Field->getType(); local
7890 QualType qt = field->getType(); local
    [all...]

Completed in 46 milliseconds