Searched refs:MD (Results 1 - 25 of 142) sorted by last modified time

123456

/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp693 MD = 23, // MD Maryland enumerator in enum:USState
753 DC, VA, DC, DC, DC, DC, MD, MD, MD, MD, // 200-209
754 MD, MD, MD, XX, MD, M
[all...]
/external/stlport/test/eh/
H A Dintel45.mak55 #MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!!
60 CPP_PRJ_LIBTYP = /MD
H A Dintel50.mak56 #MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!!
61 CPP_PRJ_LIBTYP = /D_STLP_USE_DYNAMIC_LIB /MD
/external/stressapptest/
H A Ddepcomp94 ## it if -MD -MP comes after the -MF stuff. Hmm.
102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
121 ## - Don't want to use -MD because we'd like the dependencies to end
129 gccflag=-MD,
261 # Intel's C compiler understands `-MD -MF file'. However on
262 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
278 "$@" -MD -MF "$tmpdepfile"
339 # The Tru64 compiler uses -MD to generate dependencies as a side
340 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
366 "$@" -Wc,-MD
[all...]
/external/qemu/memcheck/
H A Dmemcheck_logging.h28 #define MD(...) VERBOSE_PRINT(memcheck, __VA_ARGS__) macro
H A Dmemcheck_proc_management.c374 MD("memcheck: Thread stack for %s[pid=%u, tid=%u] is too big: %u",
487 MD("memcheck: FORK(%u, %u): parent %s[pid=%u] is not the current process %s[pid=%u]",
735 MD("memcheck: %s[pid=%u] MMRANGE %s[0x%08X - 0x%08X] is replaced with %s[0x%08X - 0x%08X]",
/external/qemu/
H A Dppc-dis.c670 /* The MB or ME field in an MD or MDS form instruction. The high
734 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
760 /* The SH field in an MD form instruction. This is split. */
1334 /* The MB or ME field in an MD or MDS form instruction. The high bit
1479 /* The SH field in an MD form instruction. This is split. */
1696 /* An MD form instruction. */
1697 #define MD(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x7) << 2) | ((rc) & 1))
1698 #define MD_MASK MD (0x3f, 0x7, 1)
3375 { "rotldi", MD(30,0,0), MDMB_MASK, PPC64, { RA, RS, SH6 } },
3376 { "clrldi", MD(3
1692 #define MD macro
[all...]
/external/protobuf/gtest/build-aux/
H A Ddepcomp94 ## it if -MD -MP comes after the -MF stuff. Hmm.
102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
121 ## - Don't want to use -MD because we'd like the dependencies to end
129 gccflag=-MD,
261 # Intel's C compiler understands `-MD -MF file'. However on
262 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
278 "$@" -MD -MF "$tmpdepfile"
339 # The Tru64 compiler uses -MD to generate dependencies as a side
340 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
366 "$@" -Wc,-MD
[all...]
/external/protobuf/
H A Ddepcomp94 ## it if -MD -MP comes after the -MF stuff. Hmm.
102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
121 ## - Don't want to use -MD because we'd like the dependencies to end
129 gccflag=-MD,
261 # Intel's C compiler understands `-MD -MF file'. However on
262 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
278 "$@" -MD -MF "$tmpdepfile"
339 # The Tru64 compiler uses -MD to generate dependencies as a side
340 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
366 "$@" -Wc,-MD
[all...]
/external/ppp/pppd/
H A Dmd4.c12 ** -- 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 buffe
[all...]
H A Dmd4.h23 unsigned int buffer[4]; /* Holds 4-word result of MD computation */
25 unsigned int done; /* Nonzero means MD computation finished */
32 extern void MD4Init __P((MD4_CTX *MD));
34 /* MD4Update(MD,X,count)
37 ** Updates MD using the first "count" bits of X.
42 ** The routine terminates the MD computation when count < 512, so
43 ** every MD computation should end with one call to MD4Update with a
46 extern void MD4Update __P((MD4_CTX *MD, unsigned char *X, unsigned int count));
48 /* MD4Print(MD)
49 ** Prints message digest buffer MD a
[all...]
/external/openssl/crypto/rand/
H A Drand_lcl.h139 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md5(), NULL) macro
144 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_sha1(), NULL) macro
149 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_mdc2(), NULL) macro
154 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md2(), NULL) macro
H A Drand_win.c788 MD(bmbits,size,md);
/external/openfst/
H A Ddepcomp101 ## it if -MD -MP comes after the -MF stuff. Hmm.
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
128 ## - Don't want to use -MD because we'd like the dependencies to end
136 gccflag=-MD,
268 # Intel's C compiler understands `-MD -MF file'. However on
269 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
285 "$@" -MD -MF "$tmpdepfile"
351 # The Tru64 compiler uses -MD to generate dependencies as a side
352 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
378 "$@" -Wc,-MD
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp46 MemoryDependenceAnalysis *MD; member in struct:__anon9676::DSE
50 DSE() : FunctionPass(ID), AA(0), MD(0), DT(0) {
56 MD = &getAnalysis<MemoryDependenceAnalysis>();
66 AA = 0; MD = 0; DT = 0;
108 MemoryDependenceAnalysis &MD,
124 MD.removeInstruction(DeadInst);
467 MemDepResult InstDep = MD->getDependency(Inst);
487 DeleteDeadInstruction(SI, *MD, AA->getTargetLibraryInfo());
534 DeleteDeadInstruction(DepWrite, *MD, AA->getTargetLibraryInfo());
586 InstDep = MD
107 DeleteDeadInstruction(Instruction *I, MemoryDependenceAnalysis &MD, const TargetLibraryInfo *TLI, SmallSetVector<Value*, 16> *ValueSet = 0) argument
[all...]
H A DGVN.cpp106 MemoryDependenceAnalysis *MD; member in class:__anon9681::ValueTable
128 void setMemDep(MemoryDependenceAnalysis* M) { MD = M; }
289 if (!MD) {
295 MemDepResult local_dep = MD->getDependency(C);
326 MD->getNonLocalCallDependency(CallSite(C));
504 MemoryDependenceAnalysis *MD; member in class:__anon9682::GVN
525 : FunctionPass(ID), NoLoads(noloads), MD(0) {
541 MemoryDependenceAnalysis &getMemDep() const { return *MD; }
1337 MD->getNonLocalPointerDependency(Loc, true, LI->getParent(), Deps);
1502 MD
[all...]
H A DMemCpyOptimizer.cpp303 MemoryDependenceAnalysis *MD; member in class:__anon9709::MemCpyOpt
310 MD = 0;
471 MD->removeInstruction(*SI);
492 MemDepResult ldep = MD->getDependency(LI);
517 MD->removeInstruction(SI);
519 MD->removeInstruction(LI);
692 MD->removeInstruction(C);
695 MD->removeInstruction(cpy);
742 MD->getPointerDependencyFrom(AA.getLocationForSource(MDep),
772 MD
[all...]
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp183 if (MemoryDependenceAnalysis *MD =
185 MD->invalidateCachedPredecessors();
H A DSimplifyCFG.cpp846 MDNode* MD = PTI->getMetadata(LLVMContext::MD_prof); local
847 assert(MD);
848 for (unsigned i = 1, e = MD->getNumOperands(); i < e; ++i) {
849 ConstantInt* CI = dyn_cast<ConstantInt>(MD->getOperand(i));
H A DValueMapper.cpp53 if (const MDNode *MD = dyn_cast<MDNode>(V)) {
56 if (!MD->isFunctionLocal() && (Flags & RF_NoModuleLevelChanges))
64 for (unsigned i = 0, e = MD->getNumOperands(); i != e; ++i) {
65 Value *OP = MD->getOperand(i);
70 Elts.reserve(MD->getNumOperands());
72 Value *Op = MD->getOperand(i);
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp410 if (const MDNode *MD = dyn_cast<MDNode>(V)) {
411 if (!MD->isFunctionLocal())
412 return new SlotTracker(MD->getFunction());
1159 void printMDNodeBody(const MDNode *MD);
H A DCore.cpp452 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef MD) { argument
453 unwrap<Instruction>(Inst)->setMetadata(KindID, MD? unwrap<MDNode>(MD) : NULL);
492 if (MDNode *MD = dyn_cast<MDNode>(V))
493 return wrap(MD->getOperand(Index));
503 if (MDNode *MD = dyn_cast<MDNode>(V))
504 return MD->getNumOperands();
H A DInstructions.cpp2019 const MDNode *MD = local
2021 if (!MD)
2023 ConstantFP *Accuracy = cast<ConstantFP>(MD->getOperand(0));
H A DIntrinsicInst.cpp57 if (MDNode* MD = cast_or_null<MDNode>(getArgOperand(0)))
58 return MD->getOperand(0);
H A DMetadata.cpp157 if (MDNode *MD = dyn_cast<MDNode>(V))
158 return MD->getFunction();
170 if (MDNode *MD = dyn_cast<MDNode>(V))
171 NewF = assertLocalFunction(MD);

Completed in 2133 milliseconds

123456