Searched refs:LSP (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp64 std::pair<SlotIndex, SlotIndex> &LSP = LastSplitPoint[Num]; local
69 if (!LSP.first.isValid()) {
72 LSP.first = MBBEnd;
74 LSP.first = LIS.getInstructionIndex(FirstTerm);
78 return LSP.first;
80 LSP.second = LSP.first;
85 LSP.second = LIS.getInstructionIndex(I);
93 if (!LPad || !LSP.second || !LIS.isLiveInToMBB(*CurLI, LPad))
94 return LSP
115 SlotIndex LSP = getLastSplitPoint(MBB->getNumber()); local
1235 SlotIndex LSP = SA.getLastSplitPoint(MBBNum); local
1307 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); local
1383 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); local
[all...]
/external/libpcap/
H A Dtokdefs.h101 LSP = 327, enumerator in enum:yytokentype
205 #define LSP 327 macro
H A Dgrammar.c136 LSP = 327, enumerator in enum:yytokentype
240 #define LSP 327 macro
790 "PPPOES", "ISO", "ESIS", "CLNP", "ISIS", "L1", "L2", "IIH", "LSP", "SNP",
H A Dgrammar.y184 %token ISO ESIS CLNP ISIS L1 L2 IIH LSP SNP CSNP PSNP
367 | LSP { $$ = Q_ISIS_LSP; }
H A Dscanner.l221 lsp return LSP;
H A Dscanner.c2923 return LSP;
/external/libvorbis/doc/
H A D06-floor0.tex8 Vorbis floor type zero uses Line Spectral Pair (LSP, also alternately
10 smooth spectral envelope curve as the frequency response of the LSP
13 coding; LSP representation may be converted to LPC representation and
21 VQ codebooks for use in coding/decoding the LSP filter coefficient
51 decoding the curve amplitude and \varname{[floor0_order]} LSP
53 curve, which is defined as the frequency response of the decoded LSP
145 The above is used to synthesize the LSP curve on a Bark-scale frequency
147 Similarly, the below calculation synthesizes the output LSP curve \varname{[output]} on a log
H A D01-introduction.tex208 A floor encoding may be of two types. Floor 0 uses a packed LSP

Completed in 141 milliseconds