Home
last modified time | relevance | path

Searched refs:LS (Results 1 – 25 of 216) sorted by relevance

123456789

/external/valgrind/main/helgrind/
DREADME_MSMProp2.txt90 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/
DPthreadLockChecker.cpp158 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/
DStackSlotColoring.cpp48 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()
DLiveDebugVariables.cpp79 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/
DARMBaseInfo.h39 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/
Dmetadata_compressor.cpp120 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/
Dmake-debug-archive.in19 LS=/bin/ls
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
/external/tcpdump/tests/
Dospf-gmpls.new1 … 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
Dospf-gmpls.out1 … 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/
DMacroAssemblerSH4.cpp43 const Condition MacroAssemblerSH4::ULessThanOrEqual = SH4Assembler::LS;
50 const Condition MacroAssemblerSH4::BelowOrEqual = SH4Assembler::LS;
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp217 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/
DLexicalScopes.h61 bool isCurrentFunctionScope(const LexicalScope *LS) { in isCurrentFunctionScope() argument
62 return LS == CurrentFnLexicalScope; in isCurrentFunctionScope()
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h40 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/
Dfa_AF.txt62 LS{"لیسوتو"}
Dchr.txt144 LS{"ᎴᏐᏙ"}
Dshi.txt130 LS{"ⵍⵉⵚⵓⵟⵓ"}
Dvai.txt130 LS{"ꔷꖇꕿ"}
Dbe.txt165 LS{"Лесота"}
Dth.txt182 LS{"เลโซโท"}
Dsi.txt182 LS{"ලෙසතෝ"}
Dfa.txt182 LS{"لسوتو"}
Dne.txt182 LS{"लेसोथो"}
Dte.txt182 LS{"లెసోతో"}
/external/icu4c/data/misc/
DpostalCodeData.txt57 "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/
Dshell_integration_mac.mm32 // We need to ensure we do the comparison case-insensitive as LS doesn't

123456789