HomeSort by: relevance | last modified time | path
    Searched refs:DS (Results 1 - 25 of 226) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/gcc/dist/libgcc/config/cris/
arit.c 131 #define DS __asm__ ("dstep %2,%0" : "=r" (a) : "0" (a), "r" (b)); \
136 case 32: DS; case 31: DS; case 30: DS; case 29: DS;
137 case 28: DS; case 27: DS; case 26: DS; case 25: DS;
138 case 24: DS; case 23: DS; case 22: DS; case 21: DS
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/cris/
arit.c 131 #define DS __asm__ ("dstep %2,%0" : "=r" (a) : "0" (a), "r" (b)); \
136 case 32: DS; case 31: DS; case 30: DS; case 29: DS;
137 case 28: DS; case 27: DS; case 26: DS; case 25: DS;
138 case 24: DS; case 23: DS; case 22: DS; case 21: DS
    [all...]
  /src/lib/libc/arch/alpha/
Makefile.inc 13 ${TOOL_M4} -DNAME=__divqu -DOP=div -DS=false -DWORDSIZE=64 \
17 ${TOOL_M4} -DNAME=__divq -DOP=div -DS=true -DWORDSIZE=64 \
21 ${TOOL_M4} -DNAME=__divlu -DOP=div -DS=false -DWORDSIZE=32 \
25 ${TOOL_M4} -DNAME=__divl -DOP=div -DS=true -DWORDSIZE=32 \
29 ${TOOL_M4} -DNAME=__remqu -DOP=rem -DS=false -DWORDSIZE=64 \
33 ${TOOL_M4} -DNAME=__remq -DOP=rem -DS=true -DWORDSIZE=64 \
37 ${TOOL_M4} -DNAME=__remlu -DOP=rem -DS=false -DWORDSIZE=32 \
41 ${TOOL_M4} -DNAME=__reml -DOP=rem -DS=true -DWORDSIZE=32 \
  /src/sys/dev/videomode/
videomode.c 23 #define DS VID_DBLSCAN
78 M("320x175x85",320,175,15750,336,368,416,191,192,222,HP|VN|DS),
79 M("320x200x85",320,200,15750,336,368,416,200,202,222,HN|VP|DS),
80 M("360x200x70",360,200,14160,369,423,450,206,207,224,HN|VP|DS),
81 M("360x200x85",360,200,17750,378,414,468,200,202,223,HN|VP|DS),
82 M("360x200x87",360,200,17750,369,423,450,210,211,224,HN|VN|DS),
83 M("320x240x60",320,240,12587,328,376,400,245,246,262,HN|VN|DS),
84 M("320x240x72",320,240,15750,332,352,416,244,246,260,HN|VN|DS),
85 M("320x240x75",320,240,15750,328,360,420,240,242,250,HN|VN|DS),
86 M("320x240x85",320,240,18000,348,376,416,240,242,254,HN|VN|DS),
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/cds/
tests.sh 76 name='need a DS file'
77 err='DS pathname'
85 err='could not find DS records'
88 name='load DS records'
90 testcase 1 $CDS -d DS.1 $Z
94 testcase 1 $CDS -f db.null -d DS.1 $Z
98 testcase 1 $CDS -f sig.null -d DS.1 $Z
102 testcase 1 $CDS -v1 -f sig.null -d DS.1 $Z
106 out=DS.1
107 testcase 0 $CDS -v1 -s -7200 -f sig.null -d DS.1 $
    [all...]
setup.sh 48 $DSFROMKEY -12 $key >DS.$n
49 grep " ${DEFAULT_ALGORITHM_NUMBER} 1 " DS.$n >DS.$n-1
50 grep " ${DEFAULT_ALGORITHM_NUMBER} 2 " DS.$n >DS.$n-2
51 sed 's/ IN DS / IN CDS /' <DS.$n >>CDS.$n
52 sed 's/ IN DS / IN CDS /' <DS.$n-1 >>CDS.$n-1
53 sed 's/ IN DS / IN CDS /' <DS.$n-2 >>CDS.$n-
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 53 DeclSpec DS(AttrFactory);
55 DS.addAttributes(*Attrs);
56 ParseSpecifierQualifierList(DS, AS, DSC);
58 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr;
61 Declarator DeclaratorInfo(DS, Context);
1659 // This function moves attributes that should apply to the type off DS to Attrs.
1661 DeclSpec &DS,
1668 for (ParsedAttr &AL : DS.getAttributes()) {
1676 DS.getAttributes().remove(AL)
    [all...]
ParseExprCXX.cpp 214 DeclSpec DS(AttrFactory);
216 SourceLocation EndLoc = ParseDecltypeSpecifier(DS);
221 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto ||
223 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
227 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
1206 DeclSpec &DS) {
1213 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec,
1222 DeclSpec &DS) {
1227 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec,
1250 DeclSpec DS(AttrFactory)
    [all...]
ParseDeclCXX.cpp 335 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, DeclaratorContext Context) {
344 getCurScope(), DS.getSourceRange().getBegin(), Lang.get(),
351 // Reset the source range in DS, as the leading "extern"
353 DS.SetRangeStart(SourceLocation());
354 DS.SetRangeEnd(SourceLocation());
356 DS.setExternInLinkageSpec(true);
357 ParseExternalDeclaration(attrs, &DS);
363 DS.abort();
957 SourceLocation Parser::ParseDecltypeSpecifier(DeclSpec &DS) {
970 DS.SetTypeSpecError()
    [all...]
ParseObjc.cpp 772 ParsingDeclSpec DS(*this);
773 ParseStructDeclaration(DS, ObjCPropertyCallback);
804 ObjCDeclSpec &DS,
807 if (DS.getNullability() == nullability) {
810 << SourceRange(DS.getNullabilityLoc());
816 << DiagNullabilityKind(DS.getNullability(), true)
817 << SourceRange(DS.getNullabilityLoc());
846 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) {
854 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS);
868 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readonly)
    [all...]
  /src/external/mpl/bind/dist/contrib/scripts/
check-secure-delegation.pl.in 37 my %ds = ();
39 # Read the DS records and extract the key id, algorithm pairs
40 open(DS, "$dig -t DS -q $zone|") || die("dig DS failed");
41 while(<DS>) {
43 if ($words[3] eq "RRSIG" && $words[4] eq "DS") {
47 next if ($words[3] ne "DS");
48 $ds{"$words[4] $words[5]"} = 1;
51 close(DS);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
ProfileCommon.h 69 getEntryForPercentile(SummaryEntryVector &DS, uint64_t Percentile);
70 static uint64_t getHotCountThreshold(SummaryEntryVector &DS);
71 static uint64_t getColdCountThreshold(SummaryEntryVector &DS);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/
regset.h 19 #undef DS
  /src/external/cddl/osnet/dev/dtrace/x86/
regset.h 141 #define DS 3
162 #define DS 2
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp 83 ProfileSummaryBuilder::getEntryForPercentile(SummaryEntryVector &DS,
85 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) {
90 if (It == DS.end())
159 uint64_t ProfileSummaryBuilder::getHotCountThreshold(SummaryEntryVector &DS) {
161 ProfileSummaryBuilder::getEntryForPercentile(DS, ProfileSummaryCutoffHot);
168 uint64_t ProfileSummaryBuilder::getColdCountThreshold(SummaryEntryVector &DS) {
170 DS, ProfileSummaryCutoffCold);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ConstructionContext.h 87 ConstructionContextItem(const DeclStmt *DS)
88 : Data(DS), Kind(VariableKind) {}
304 const DeclStmt *DS;
307 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS)
308 : ConstructionContext(K), DS(DS) {
310 assert(DS);
314 const DeclStmt *getDeclStmt() const { return DS; }
329 explicit SimpleVariableConstructionContext(const DeclStmt *DS)
331 DS) {}
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 72 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {}
82 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
329 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS,
UndefinedAssignmentChecker.cpp 87 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) {
88 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
  /src/external/bsd/ntp/dist/sntp/scripts/
genLocInfo 177 *,bin,*) DB=bin ; DL= ; DS= ; NI= ;;
178 *,libexec,*) DB= ; DL=libexec ; DS= ; NI= ;;
179 *,noinst,*) DB= ; DL= ; DS= ; NI=noinst ;;
180 *,sbin,*) DB= ; DL= ; DS=sbin ; NI= ;;
199 # echo "c: <$c>, C: <$C>, DB: <$DB>, DL: <$DL>, DS: <$DS>" >&2
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
YAMLOutputStyle.cpp 206 auto &DS = DbiS.get();
208 Obj.DbiStream->Age = DS.getAge();
209 Obj.DbiStream->BuildNumber = DS.getBuildNumber();
210 Obj.DbiStream->Flags = DS.getFlags();
211 Obj.DbiStream->MachineType = DS.getMachineType();
212 Obj.DbiStream->PdbDllRbld = DS.getPdbDllRbld();
213 Obj.DbiStream->PdbDllVersion = DS.getPdbDllVersion();
214 Obj.DbiStream->VerHeader = DS.getDbiVersion();
216 const auto &Modules = DS.modules();
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ConstructionContext.cpp 110 const auto *DS = cast<DeclStmt>(ParentItem.getStmt());
111 assert(!cast<VarDecl>(DS->getSingleDecl())->getType().getCanonicalType()
113 return create<CXX17ElidedCopyVariableConstructionContext>(C, DS, BTE);
173 const auto *DS = cast<DeclStmt>(TopItem.getStmt());
174 return create<SimpleVariableConstructionContext>(C, DS);
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 204 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, DeclaratorContext C)
205 : Declarator(DS, C), ParsingRAII(P, &DS.getDelayedDiagnosticPool()) {
231 ParsingFieldDeclarator(Parser &P, const ParsingDeclSpec &DS)
232 : FieldDeclarator(DS), ParsingRAII(P, &DS.getDelayedDiagnosticPool()) {
  /src/external/cddl/osnet/dist/lib/libdtrace/i386/
regs.sed.in 47 SED_REPLACE(DS)
  /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ns6/
named.conf.j2 50 update-policy { grant * 6to4-self . NS(10) DS(4); };
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 779 static void diagnoseAndRemoveTypeQualifiers(Sema &S, const DeclSpec &DS,
787 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()),
788 QualLoc(DeclSpec::TQ_restrict, DS.getRestrictSpecLoc()),
789 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()),
790 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())}) {
827 const DeclSpec &DS = declarator.getDeclSpec();
828 unsigned TypeQuals = DS.getTypeQualifiers();
829 diagnoseAndRemoveTypeQualifiers(S, DS, TypeQuals, Result, (unsigned)-1,
1271 DeclSpec &DS = declarator.getMutableDeclSpec();
1274 DeclLoc = DS.getBeginLoc()
    [all...]

Completed in 51 milliseconds

1 2 3 4 5 6 7 8 910