/external/chromium-libpac/test/ |
jstocstring.pl | 4 open(LS, "ls $ARGV[0]|"); 12 while (<LS>) {
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFCompileUnit.h | 21 StringRef SOS, StringRef AOS, StringRef LS, bool LE, 24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, UnitSection,
|
DWARFTypeUnit.h | 24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, 27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, UnitSection,
|
DWARFUnit.h | 49 StringRef SOS, StringRef AOS, StringRef LS, 87 StringRef SOS, StringRef AOS, StringRef LS, bool LE) override { 95 AOS, LS, LE, *this, 151 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
|
/toolchain/binutils/binutils-2.25/opcodes/ |
mcore-opc.h | 26 OMa, SI, I7, LS, BR, BL, LR, LJ, 164 { "ld", LS, 0, 0x8000 }, 165 { "ldw", LS, 0, 0x8000 }, 166 { "ld.w", LS, 0, 0x8000 }, 167 { "st", LS, 0, 0x9000 }, 168 { "stw", LS, 0, 0x9000 }, 169 { "st.w", LS, 0, 0x9000 }, 170 { "ldb", LS, 0, 0xA000 }, 171 { "ld.b", LS, 0, 0xA000 }, 172 { "stb", LS, 0, 0xB000 } [all...] |
/external/llvm/lib/Transforms/Scalar/ |
InductiveRangeCheckElimination.cpp | 547 // Rewrite the iteration space of the loop denoted by (LS, Preheader). The 570 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader, 574 // The loop denoted by `LS' has `OldPreheader' as its preheader. This 575 // function creates a new preheader for `LS' and returns it. 577 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader, 581 // `changeIterationSpaceEnd' and is the preheader to the loop denoted by `LS'. 582 // This function rewrites the PHI nodes in `LS.Header' to start with the 585 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader, 617 LoopConstrainer(Loop &L, LoopInfo &LI, const LoopStructure &LS, 622 MainLoopStructure(LS) {} [all...] |
/build/kati/ |
find.h | 32 LS,
|
/external/elfutils/src/ |
make-debug-archive.in | 19 LS=/bin/ls 129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
|
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/ |
tables.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/ |
tables.go | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfFile.h | 100 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
|
DwarfFile.cpp | 138 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { 139 SmallVectorImpl<DbgVariable *> &Vars = ScopeVariables[LS];
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 39 LS, // Unsigned lower or same Less than or equal 58 case HI: return LS; 59 case LS: return HI; 79 case ARMCC::LS: return "ls";
|
/external/llvm/lib/Analysis/ |
CostModel.cpp | 175 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(L); 176 if (!LS && Level) 183 if (!Level && !RS && !LS) 187 Value *NextLevelOpL = LS ? LS->getOperand(0) : nullptr; 223 if (matchPairwiseShuffleMask(LS, true, Level)) { 227 if (!matchPairwiseShuffleMask(LS, false, Level))
|
/external/llvm/lib/CodeGen/ |
StackSlotColoring.cpp | 49 LiveStacks* LS; 156 if (!LS->hasInterval(FI)) 158 LiveInterval &li = LS->getInterval(FI); 189 Intervals.reserve(LS->getNumIntervals()); 190 for (auto &I : *LS) 434 LS = &getAnalysis<LiveStacks>(); 439 unsigned NumSlots = LS->getNumIntervals();
|
LiveDebugVariables.cpp | 83 LexicalScopes &LS; 87 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {} 93 LS.getMachineBasicBlocks(DL, LBlocks); 94 return LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB); 283 LexicalScopes LS; 342 LS.reset(); 710 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS); 722 LS.initialize(mf); [all...] |
/external/aac/libAACenc/src/ |
metadata_compressor.cpp | 120 LS = 4, 176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */ 530 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0]; 538 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0]; 547 drcComp->channelIdx[LS] = channelMapping.elInfo[3].ChannelIndex[0]; /* ls */ 557 drcComp->channelIdx[LS] = channelMapping.elInfo[3].ChannelIndex[0]; /* lrear */ 559 drcComp->channelIdx[LS2] = channelMapping.elInfo[2].ChannelIndex[0]; /* ls */ [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
PthreadLockChecker.cpp | 221 LockSetTy LS = state->get<LockSet>(); 225 if (!LS.isEmpty()) { 226 const MemRegion *firstLockR = LS.getHead(); 241 state = state->set<LockSet>(LS.getTail());
|
/external/llvm/lib/Target/Mips/ |
Mips16ISelDAGToDAG.cpp | 229 const LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(Parent); 231 if (LS) { 232 if (LS->getMemoryVT() == MVT::f32 && Subtarget->hasMips4_32r2()) 234 if (LS->getMemoryVT() == MVT::f64 && Subtarget->hasMips4_32r2())
|
/external/llvm/lib/Target/NVPTX/ |
NVPTX.h | 150 LS,
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
spu-insns.h | 120 LS Load/Store pipeline 141 APUOP(M_LQA, RI16, 0x184, "lqa", _A2(A_T,A_S18), 00002, LS) /* LoadQAbs RT<-M[I16] */ 142 APUOP(M_LQR, RI16, 0x19C, "lqr", _A2(A_T,A_R18), 00002, LS) /* LoadQRel RT<-M[IP+I16] */ 152 APUOP(M_HBRA, LBT, 0x080, "hbra", _A2(A_S11,A_S18), 00000, LS) /* HBRA BTB[B9]<-M[I16] */ 153 APUOP(M_HBRR, LBT, 0x090, "hbrr", _A2(A_S11,A_R18), 00000, LS) /* HBRR BTB[B9]<-M[IP+I16] */ 158 APUOP(M_STQA, RI16, 0x104, "stqa", _A2(A_T,A_S18), 00001, LS) /* SToreQAbs M[I16]<-RT */ 159 APUOP(M_STQR, RI16, 0x11C, "stqr", _A2(A_T,A_R18), 00001, LS) /* SToreQRel M[IP+I16]<-RT */ 162 APUOP(M_LQD, RI10, 0x1a0, "lqd", _A4(A_T,A_S14,A_P,A_A), 00012, LS) /* LoadQDisp RT<-M[Ra+I10] */ 168 APUOP(M_HBR, LBTI, 0x1ac, "hbr", _A2(A_S11I,A_A), 00010, LS) /* HBR BTB[B9]<-M[Ra] */ 187 APUOP(M_STQD, RI10, 0x120, "stqd", _A4(A_T,A_S14,A_P,A_A), 00011, LS) /* SToreQDisp M[Ra+I10]<-RT * [all...] |
/external/llvm/unittests/ProfileData/ |
CoverageMappingTest.cpp | 105 void addCMR(Counter C, StringRef File, unsigned LS, unsigned CS, unsigned LE, 108 CounterMappingRegion::makeRegion(C, getFile(File), LS, CS, LE, CE)); 111 void addExpansionCMR(StringRef File, StringRef ExpandedFile, unsigned LS, 114 getFile(File), getFile(ExpandedFile), LS, CS, LE, CE));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-bcel.jar | |
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
arm64_assembler_test.cpp | 120 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, 128 "HI", "LS","GE","LT", "GT", "LE", "AL", "NV" 215 {0xA034,INSTR_CMP,AL,AL,1,0x00000,NA,0,0,0x10000,0,0,NA,0,0,1,LS}, 216 {0xA035,INSTR_CMP,AL,AL,1,0x10000,NA,0,0,0x10000,0,0,NA,0,0,1,LS}, 223 {0xA042,INSTR_CMP,AL,AL,1,0,NA,0,0,0x10000,SHIFT_LSR,31,NA,0,0,1,LS}, 224 {0xA043,INSTR_CMP,AL,AL,1,0x10000,NA,0,0,0x30000,SHIFT_LSR,1,NA,0,0,1,LS}, 231 {0xA050,INSTR_CMP,AL,AL,1,MAX_32BIT ,NA,0,0,MAX_32BIT ,SHIFT_ASR,31,NA,0,0,1,LS}, 232 {0xA051,INSTR_CMP,AL,AL,1,0,NA,0,0,0x10000,SHIFT_ASR,1,NA,0,0,1,LS}, 396 {0xB031,INSTR_STRH,HI,LS,1,4066,0xDEADBEEFDEADBEEF,4070,NO_OFFSET,NA,NA,0,0,0,0xABCDEF0123456789,0xABCDEF0123456789,4070,1,4066,8,0xDEADBEEFDEADBEEF}, 397 {0xB032,INSTR_STRH,LS,LS,1,4066,0xDEADBEEFDEADBEEF,4070,NO_OFFSET,NA,NA,0,0,0,0xABCDEF0123456789,0xABCDEF0123456789,4070 (…) [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_constants.py | 98 GV.LS = 'left_side' 102 GV.GESTURE_LOCATIONS = [GV.TL, GV.TR, GV.BL, GV.BR, GV.TS, GV.BS, GV.LS, GV.RS,
|