/external/ppp/pppd/ |
md4.c | 12 ** -- Declare an MDstruct MD to hold the state of the digest 14 ** -- Initialize MD using MDbegin(&MD) 16 ** MD4Update(&MD,X,512) 19 ** MD4Update(&MD,X,n) 21 ** block terminates the computation, so every MD computation 24 ** -- The message digest is available in MD.buffer[0] ... 25 ** MD.buffer[3]. (Least-significant byte of each word 27 ** -- You can print out the digest using MDprint(&MD) 45 #define I0 0x67452301 /* Initial values for MD buffer * [all...] |
/external/stlport/test/eh/ |
intel50.mak | 56 #MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!! 61 CPP_PRJ_LIBTYP = /D_STLP_USE_DYNAMIC_LIB /MD
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
build_bc_lib.mk | 27 bc_cflags := -MD \
|
/external/clang/lib/CodeGen/ |
CGCall.cpp | 60 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) { 61 return MD->getType()->getCanonicalTypeUnqualified() 184 CodeGenTypes::arrangeCXXMethodDeclaration(const CXXMethodDecl *MD) { 185 assert(!isa<CXXConstructorDecl>(MD) && "wrong method for contructors!"); 186 assert(!isa<CXXDestructorDecl>(MD) && "wrong method for destructors!"); 188 CanQual<FunctionProtoType> prototype = GetFormalType(MD); 190 if (MD->isInstance()) { 192 return arrangeCXXMethodType(MD->getParent(), prototype.getTypePtr()); 248 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD)) 249 if (MD->isInstance() [all...] |
CGClass.cpp | [all...] |
/external/clang/lib/AST/ |
DeclCXX.cpp | [all...] |
MicrosoftMangle.cpp | 99 void mangleObjCMethodName(const ObjCMethodDecl *MD); 138 virtual void mangleThunk(const CXXMethodDecl *MD, 256 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD); 257 if (MD) { 258 if (MD->isInstance()) 260 if (isa<CXXConstructorDecl>(MD) || isa<CXXDestructorDecl>(MD)) 745 void MicrosoftCXXNameMangler::mangleObjCMethodName(const ObjCMethodDecl *MD) { 746 Context.mangleObjCMethodName(MD, Out); [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
depcomp | 109 ## it if -MD -MP comes after the -MF stuff. Hmm. 117 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; 136 ## - Don't want to use -MD because we'd like the dependencies to end 144 gccflag=-MD, 278 # Intel's C compiler understands `-MD -MF file'. However on 279 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c 295 "$@" -MD -MF "$tmpdepfile" 361 # The Tru64 compiler uses -MD to generate dependencies as a side 362 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. 388 "$@" -Wc,-MD [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 127 MDNode* MD = SI->getMetadata(LLVMContext::MD_prof); 128 // MD should have 2 + NumCases operands. 129 if (MD && MD->getNumOperands() == 2 + SI->getNumCases()) { 132 for (unsigned MD_i = 1, MD_e = MD->getNumOperands(); MD_i < MD_e; 134 ConstantInt* CI = dyn_cast<ConstantInt>(MD->getOperand(MD_i)); 207 MDNode* MD = SI->getMetadata(LLVMContext::MD_prof); 208 if (MD && MD->getNumOperands() == 3) { 209 ConstantInt *SICase = dyn_cast<ConstantInt>(MD->getOperand(2)) [all...] |
/external/openfst/ |
depcomp | 109 ## it if -MD -MP comes after the -MF stuff. Hmm. 117 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; 136 ## - Don't want to use -MD because we'd like the dependencies to end 144 gccflag=-MD, 278 # Intel's C compiler understands `-MD -MF file'. However on 279 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c 295 "$@" -MD -MF "$tmpdepfile" 361 # The Tru64 compiler uses -MD to generate dependencies as a side 362 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. 388 "$@" -Wc,-MD [all...] |
/ndk/sources/host-tools/make-3.81/w32/ |
Makefile | 259 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 266 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 273 if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libw32_a-misc.o -MD -MP -MF "$(DEPDIR)/libw32_a-misc.Tpo" -c -o libw32_a-misc.o `test -f 'subproc/misc.c' || echo '$(srcdir)/'`subproc/misc.c; \ 280 if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libw32_a-misc.obj -MD -MP -MF "$(DEPDIR)/libw32_a-misc.Tpo" -c -o libw32_a-misc.obj `if test -f 'subproc/misc.c'; then $(CYGPATH_W) 'subproc/misc.c'; else $(CYGPATH_W) '$(srcdir)/subproc/misc.c'; fi`; \ 287 if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libw32_a-sub_proc.o -MD -MP -MF "$(DEPDIR)/libw32_a-sub_proc.Tpo" -c -o libw32_a-sub_proc.o `test -f 'subproc/sub_proc.c' || echo '$(srcdir)/'`subproc/sub_proc.c; \ 294 if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libw32_a-sub_proc.obj -MD -MP -MF "$(DEPDIR)/libw32_a-sub_proc.Tpo" -c -o libw32_a-sub_proc.obj `if test -f 'subproc/sub_proc.c'; then $(CYGPATH_W) 'subproc/sub_proc.c'; else $(CYGPATH_W) '$(srcdir)/subproc/sub_proc.c'; fi`; \ 301 if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libw32_a-w32err.o -MD -MP -MF "$(DEPDIR)/libw32_a-w32err.Tpo" -c -o libw32_a-w32err.o `test -f 'subproc/w32err.c' || echo '$(srcdir)/'`subproc/w32err.c; \ 308 if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libw32_a-w32err.obj -MD -MP -MF "$(DEPDIR)/libw32_a-w32err.Tpo" -c -o libw32_a-w32err.obj `if test -f 'subproc/w32err.c'; then $(CYGPATH_W) 'subproc/w32err.c'; else $(CYGPATH_W) '$(srcdir)/subproc/w32err.c'; fi`; \ 315 if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libw32_a-pathstuff.o -MD -MP -MF "$(DEPDIR)/libw32_a-pathstuff.Tpo" -c -o libw32_a-pathstuff.o `test -f 'pathstuff.c' || echo '$(srcdir)/'`pathstuff.c; \ 322 if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libw32_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libw32_a-pathstuff.obj -MD -MP -MF "$(DEPDIR)/libw32_a-pathstuff.Tpo" -c -o libw32_a-pathstuff.obj `if test -f 'pathstuff.c'; (…) [all...] |
/external/clang/lib/Lex/ |
Preprocessor.cpp | 19 // -dependency-file,-M,-MM,-MF,-MG,-MP,-MT,-MQ,-MD,-MMD 312 MD = I->second->findDirectiveAtLoc(Loc, SourceMgr); 313 if (!MD) 315 if (!MacroDefinitionEquals(MD->getInfo(), Tokens)) 645 if (MacroDirective *MD = getMacroDirective(&II)) { 646 MacroInfo *MI = MD->getInfo(); 649 if (!HandleMacroExpandedIdentifier(Identifier, MD))
|
/external/llvm/lib/IR/ |
Verifier.cpp | 244 void visitMDNode(MDNode &MD, Function *F); 483 MDNode *MD = NMD.getOperand(i); 484 if (!MD) 487 Assert1(!MD->isFunctionLocal(), 488 "Named metadata operand cannot be function local!", MD); 489 visitMDNode(*MD, 0); 493 void Verifier::visitMDNode(MDNode &MD, Function *F) { 496 if (!MDNodes.insert(&MD)) 499 for (unsigned i = 0, e = MD.getNumOperands(); i != e; ++i) { 500 Value *Op = MD.getOperand(i) [all...] |
/external/clang/unittests/Basic/ |
SourceManagerTest.cpp | 253 const MacroDirective *MD) { 254 Macros.push_back(MacroAction(MD->getLocation(), 258 virtual void MacroExpands(const Token &MacroNameTok, const MacroDirective *MD,
|
/external/compiler-rt/lib/asan/ |
asan_win.cc | 84 #error Please build the runtime with a non-debug CRT: /MD or /MT
|
/libcore/luni/src/test/java/libcore/java/util/ |
EnumSetTest.java | 106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH,
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | 477 MacroDirective *MD; 485 HiddenName(IdentifierInfo *II, MacroDirective *MD) 486 : Kind(MacroVisibility), Loc(), MD(MD), Id(II) { } 488 HiddenName(IdentifierInfo *II, MacroDirective *MD, SourceLocation Loc) 489 : Kind(MacroUndef), Loc(Loc.getRawEncoding()), MD(MD), Id(II) { } 501 return std::make_pair(Id, MD); [all...] |
/external/clang/lib/Sema/ |
ScopeInfo.cpp | 164 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { 165 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) {
|
/external/elfutils/libdwfl/ |
Makefile.am | 98 if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
|
/external/smack/src/org/xbill/DNS/ |
Type.java | 22 public static final int MD = 3; 229 types.add(MD, "MD", new MDRecord());
|
/frameworks/compile/slang/ |
RSCCOptions.td | 101 def MD : Flag<["-"], "MD">, HelpText<"Emit .d dependency files">;
|
/external/clang/lib/ARCMigrate/ |
Transforms.cpp | 538 ObjCMethodDecl *MD = *MI; 539 if (!MD->hasBody()) 542 if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { 543 ObjCMethodDecl *FinalizeM = MD;
|
/external/clang/lib/Frontend/ |
PrintPreprocessedOutput.cpp | 163 void MacroDefined(const Token &MacroNameTok, const MacroDirective *MD); 166 void MacroUndefined(const Token &MacroNameTok, const MacroDirective *MD); 320 const MacroDirective *MD) { 321 const MacroInfo *MI = MD->getInfo(); 333 const MacroDirective *MD) {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
BasicObjCFoundationChecks.cpp | 543 const ObjCMethodDecl *MD = msg.getDecl(); 545 if (!MD || !MD->isVariadic() || isa<ObjCProtocolDecl>(MD->getDeclContext())) 557 const ObjCInterfaceDecl *Class = MD->getClassInterface();
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 258 else if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) { 259 Selector S = MD->getSelector(); 338 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { 339 if (MD->isThisDeclarationADefinition()) { 341 HandleCode(MD, RecVisitorMode);
|