/external/valgrind/main/helgrind/ |
D | README_MSMProp2.txt | 90 States are New, Read(VTS,LS), Write(VTS,LS) 92 where LS is a lockset (as before) and VTS is a vector timestamp. 138 The effect of a state Read(VTS,LS) is to constrain all later-observed 140 in common with LS, or (2) those writes must happen-after VTS. If 145 The effect of a state Write(VTS,LS) is similar, but it applies to all 147 least one lock in common with LS, or (2) those accesses must 153 If we ignore the LS component of these states, the intuitive
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PthreadLockChecker.cpp | 158 LockSetTy LS = state->get<LockSet>(); in ReleaseLock() local 162 if (LS.isEmpty()) in ReleaseLock() 165 const MemRegion *firstLockR = LS.getHead(); in ReleaseLock() 183 state = state->set<LockSet>(LS.getTail()); in ReleaseLock()
|
/external/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 48 LiveStacks* LS; member in __anonad2fa4710111::StackSlotColoring 153 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs() 155 LiveInterval &li = LS->getInterval(FI); in ScanForSpillSlotRefs() 176 for (LiveStacks::iterator i = LS->begin(), e = LS->end(); i != e; ++i) { in InitializeSlots() 398 LS = &getAnalysis<LiveStacks>(); in runOnMachineFunction() 403 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction()
|
D | LiveDebugVariables.cpp | 79 LexicalScopes &LS; member in __anonadd3828c0111::UserValueScopes 83 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {} in UserValueScopes() 89 LS.getMachineBasicBlocks(DL, LBlocks); in dominates() 90 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB)) in dominates() 281 LexicalScopes LS; member in __anonadd3828c0311::LDVImpl 680 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS); in computeIntervals() 692 LS.initialize(mf); in runOnMachineFunction() 699 LS.releaseMemory(); in runOnMachineFunction()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMBaseInfo.h | 39 LS, // Unsigned lower or same Less than or equal enumerator 58 case HI: return LS; in getOppositeCondition() 59 case LS: return HI; in getOppositeCondition() 79 case ARMCC::LS: return "ls"; in ARMCondCodeToString()
|
/external/aac/libAACenc/src/ |
D | metadata_compressor.cpp | 120 LS = 4, enumerator 530 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0]; in FDK_DRC_Generator_Initialize() 538 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0]; in FDK_DRC_Generator_Initialize() 546 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0]; in FDK_DRC_Generator_Initialize() 882 …if (drcComp->channelIdx[LS] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcC… in FDK_DRC_Generator_Calc() 886 …if ((drcComp->channelIdx[LS] >= 0) && (drcComp->channelIdx[LS2] >= 0)) tmp = fMult(FL2FXCONST_DBL(… in FDK_DRC_Generator_Calc() 895 …if (drcComp->channelIdx[LS] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcC… in FDK_DRC_Generator_Calc() 911 …if (drcComp->channelIdx[LS] >= 0) tmp += fMultDiv2(slev, (FIXP_PCM)pSamples[drcComp->channelIdx[LS… in FDK_DRC_Generator_Calc() 913 …if ((drcComp->channelIdx[LS] >= 0) && (drcComp->channelIdx[LS2] >= 0)) tmp = fMult(FL2FXCONST_DBL(… in FDK_DRC_Generator_Calc() 937 …if (drcComp->channelIdx[LS] >= 0) tmp += fMultDiv2(slev, (FIXP_PCM)pSamples[drcComp->channelIdx[LS… in FDK_DRC_Generator_Calc() [all …]
|
/external/elfutils/src/ |
D | make-debug-archive.in | 19 LS=/bin/ls 129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
|
/external/tcpdump/tests/ |
D | ospf-gmpls.new | 1 … flags [none], proto: OSPF (89), length: 172) 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update, length: 152 25 … flags [none], proto: OSPF (89), length: 172) 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update, length: 152 49 … flags [none], proto: OSPF (89), length: 212) 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update, length: 192
|
D | ospf-gmpls.out | 1 … flags [none], proto: OSPF (89), length: 172) 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update, length: 152 25 … flags [none], proto: OSPF (89), length: 172) 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update, length: 152 49 … flags [none], proto: OSPF (89), length: 212) 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update, length: 192
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | MacroAssemblerSH4.cpp | 43 const Condition MacroAssemblerSH4::ULessThanOrEqual = SH4Assembler::LS; 50 const Condition MacroAssemblerSH4::BelowOrEqual = SH4Assembler::LS;
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 217 const LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(Parent); in selectAddr16() local 219 if (LS && in selectAddr16() 220 (LS->getMemoryVT() == MVT::f32 || LS->getMemoryVT() == MVT::f64) && in selectAddr16()
|
/external/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 61 bool isCurrentFunctionScope(const LexicalScope *LS) { in isCurrentFunctionScope() argument 62 return LS == CurrentFnLexicalScope; in isCurrentFunctionScope()
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 40 LS, // Unsigned lower or same Less than or equal enumerator 66 case A64CC::LS: return "ls"; in A64CondCodeToString() 90 .Case("ls", A64CC::LS) in A64StringToCondCode()
|
/external/icu4c/data/region/ |
D | fa_AF.txt | 62 LS{"لیسوتو"}
|
D | chr.txt | 144 LS{"ᎴᏐᏙ"}
|
D | shi.txt | 130 LS{"ⵍⵉⵚⵓⵟⵓ"}
|
D | vai.txt | 130 LS{"ꔷꖇꕿ"}
|
D | be.txt | 165 LS{"Лесота"}
|
D | th.txt | 182 LS{"เลโซโท"}
|
D | si.txt | 182 LS{"ලෙසතෝ"}
|
D | fa.txt | 182 LS{"لسوتو"}
|
D | ne.txt | 182 LS{"लेसोथो"}
|
D | te.txt | 182 LS{"లెసోతో"}
|
/external/icu4c/data/misc/ |
D | postalCodeData.txt | 57 "S|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG" 101 LS{"\d{3}"}
|
/external/chromium/chrome/browser/ |
D | shell_integration_mac.mm | 32 // We need to ensure we do the comparison case-insensitive as LS doesn't
|