HomeSort by relevance Sort by last modified time
    Searched refs:DS (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/include/sys/
reg.h 41 #define DS 7
77 #define DS 23
  /development/ndk/platforms/android-L/include/sys/
reg.h 41 #define DS 7
77 #define DS 23
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
reg.h 51 # define DS 23
67 # define DS 7
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
reg.h 51 # define DS 23
67 # define DS 7
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
reg.h 41 #define DS 7
77 #define DS 23
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
reg.h 41 #define DS 7
77 #define DS 23
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
reg.h 41 #define DS 7
77 #define DS 23
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBicubicEffect.cpp 3 #define DS(x) SkDoubleToScalar(x)
6 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
7 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
8 DS( 1.0 / 18.0), DS( 9.0 / 18.0), DS( 27.0 / 18.0), DS(-21.0 / 18.0)
    [all...]
  /external/skia/src/gpu/effects/
GrBicubicEffect.cpp 3 #define DS(x) SkDoubleToScalar(x)
6 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
7 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
8 DS( 1.0 / 18.0), DS( 9.0 / 18.0), DS( 27.0 / 18.0), DS(-21.0 / 18.0)
    [all...]
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 90 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) {
91 if (matchesStmt(DS->getSubStmt())) {
92 DS->setSubStmt(mNewStmt);
94 VisitStmt(DS);
98 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) {
99 if (matchesExpr(DS->getCond())) {
100 DS->setCond(mNewExpr);
101 } else if (matchesStmt(DS->getBody())) {
102 DS->setBody(mNewStmt);
104 VisitStmt(DS);
    [all...]
slang_rs_ast_replace.h 71 void VisitDefaultStmt(clang::DefaultStmt *DS);
72 void VisitDoStmt(clang::DoStmt *DS);
  /external/clang/lib/Parse/
ParseDecl.cpp 51 DeclSpec DS(AttrFactory);
53 DS.addAttributes(Attrs->getList());
54 ParseSpecifierQualifierList(DS, AS, DSC);
56 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr;
59 Declarator DeclaratorInfo(DS, Context);
    [all...]
ParseExprCXX.cpp 236 DeclSpec DS(AttrFactory);
238 SourceLocation EndLoc = ParseDecltypeSpecifier(DS);
242 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
246 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
    [all...]
  /external/iproute2/examples/
SYN-DoS.rate.limit 12 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing
15 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define DS 7
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define DS 7
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 23 #define DS(x) SkDoubleToScalar(x)
26 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
27 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
28 DS( 1.0 / 18.0), DS( 9.0 / 18.0), DS( 27.0 / 18.0), DS(-21.0 / 18.0)
    [all...]
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 23 #define DS(x) SkDoubleToScalar(x)
26 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
27 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
28 DS( 1.0 / 18.0), DS( 9.0 / 18.0), DS( 27.0 / 18.0), DS(-21.0 / 18.0)
    [all...]
  /external/llvm/include/llvm/Support/
Solaris.h 30 #undef DS
  /external/llvm/lib/Support/
Host.cpp 497 DataStreamer *DS = getDataFileStreamer("/proc/cpuinfo", &Err);
498 if (!DS) {
506 size_t CPUInfoSize = DS->GetBytes((unsigned char*) buffer, sizeof(buffer));
507 delete DS;
586 DataStreamer *DS = getDataFileStreamer("/proc/cpuinfo", &Err);
587 if (!DS) {
595 size_t CPUInfoSize = DS->GetBytes((unsigned char*) buffer, sizeof(buffer));
596 delete DS;
651 DataStreamer *DS = getDataFileStreamer("/proc/cpuinfo", &Err);
652 if (!DS) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp 78 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) {
79 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
CheckerDocumentation.cpp 71 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {}
81 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
306 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS,
  /external/clang/lib/Sema/
SemaType.cpp 702 const DeclSpec &DS = declarator.getDeclSpec();
705 DeclLoc = DS.getLocStart();
710 switch (DS.getTypeSpecType()) {
715 if (DS.getTypeSpecSign() == DeclSpec::TSS_unspecified)
717 else if (DS.getTypeSpecSign() == DeclSpec::TSS_signed)
720 assert(DS.getTypeSpecSign() == DeclSpec::TSS_unsigned &&
726 if (DS.getTypeSpecSign() == DeclSpec::TSS_unspecified)
728 else if (DS.getTypeSpecSign() == DeclSpec::TSS_signed) {
729 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_invalid_sign_spec)
730 << DS.getSpecifierName(DS.getTypeSpecType()
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 31 #define DS 7
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace-abi.h 31 #define DS 7

Completed in 1168 milliseconds

1 2 3 4 5 6 7 8 9