Home
last modified time | relevance | path

Searched defs:L (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/external/flac/libFLAC/
Dwindow.c49 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
68 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett_hann()
77 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
87 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman_harris_4term_92db_sidelobe()
96 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
109 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
118 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) in FLAC__window_gauss()
130 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
139 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
148 void FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L) in FLAC__window_kaiser_bessel()
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dstring-weight.h159 explicit StringWeightIterator(const StringWeight<L, S>& w) in StringWeightIterator()
194 explicit StringWeightReverseIterator(const StringWeight<L, S>& w) in StringWeightReverseIterator()
362 Plus(const StringWeight<L, S> &w1, in Plus()
379 Plus(const StringWeight<L, STRING_LEFT> &w1, in Plus()
398 Plus(const StringWeight<L, STRING_RIGHT> &w1, in Plus()
416 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1, in Times()
432 Divide(const StringWeight<L, S> &w1, in Divide()
457 Divide(const StringWeight<L, STRING_RIGHT> &w1, in Divide()
482 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1, in Divide()
/external/openfst/src/include/fst/
Dstring-weight.h167 explicit StringWeightIterator(const StringWeight<L, S>& w) in StringWeightIterator()
202 explicit StringWeightReverseIterator(const StringWeight<L, S>& w) in StringWeightReverseIterator()
370 Plus(const StringWeight<L, S> &w1, in Plus()
393 Plus(const StringWeight<L, STRING_LEFT> &w1, in Plus()
414 Plus(const StringWeight<L, STRING_RIGHT> &w1, in Plus()
434 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1, in Times()
452 Divide(const StringWeight<L, S> &w1, in Divide()
482 Divide(const StringWeight<L, STRING_RIGHT> &w1, in Divide()
512 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1, in Divide()
/external/llvm/include/llvm/Support/
DPatternMatch.h294 LHS_t L; member
314 m_Add(const LHS &L, const RHS &R) { in m_Add()
320 m_FAdd(const LHS &L, const RHS &R) { in m_FAdd()
326 m_Sub(const LHS &L, const RHS &R) { in m_Sub()
332 m_FSub(const LHS &L, const RHS &R) { in m_FSub()
338 m_Mul(const LHS &L, const RHS &R) { in m_Mul()
344 m_FMul(const LHS &L, const RHS &R) { in m_FMul()
350 m_UDiv(const LHS &L, const RHS &R) { in m_UDiv()
356 m_SDiv(const LHS &L, const RHS &R) { in m_SDiv()
362 m_FDiv(const LHS &L, const RHS &R) { in m_FDiv()
[all …]
/external/clang/include/clang/Analysis/
DProgramPoint.h64 llvm::PointerIntPair<const LocationContext *, 2, unsigned> L; variable
162 : ProgramPoint(B, BlockEntranceKind, L, tag) { in ProgramPoint() argument
182 BlockExit(const CFGBlock *B, const LocationContext *L) in BlockExit()
200 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint()
220 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument
233 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() argument
238 : StmtPoint(S, NULL, k, L, tag) {} in StmtPoint() argument
242 : StmtPoint(S, NULL, PostStmtKind, L, tag) {} in StmtPoint() argument
255 : PostStmt(S, PostConditionKind, L, tag) {} in PostStmt() argument
264 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck()
[all …]
/external/llvm/lib/Analysis/
DLoopPass.cpp40 bool runOnLoop(Loop *L, LPPassManager &) { in runOnLoop()
69 void LPPassManager::deleteLoopFromQueue(Loop *L) { in deleteLoopFromQueue()
94 void LPPassManager::insertLoop(Loop *L, Loop *ParentLoop) { in insertLoop()
107 void LPPassManager::insertLoopIntoQueue(Loop *L) { in insertLoopIntoQueue()
131 void LPPassManager::redoLoop(Loop *L) { in redoLoop()
139 BasicBlock *To, Loop *L) { in cloneBasicBlockSimpleAnalysis()
147 void LPPassManager::deleteSimpleAnalysisValue(Value *V, Loop *L) { in deleteSimpleAnalysisValue()
163 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue()
196 Loop *L = *I; in runOnFunction() local
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp84 unsigned L = R - 1; in remove_min() local
158 bool tryUnify(BasicBlock *L, BasicBlock *R) { in tryUnify()
177 void unify(Instruction *L, Instruction *R) { in unify()
194 void diff(BasicBlock *L, BasicBlock *R) { in diff()
230 bool diffCallSites(CallSite L, CallSite R, bool Complain) { in diffCallSites()
250 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { in diff()
368 bool equivalentAsOperands(Constant *L, Constant *R) { in equivalentAsOperands()
400 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) { in equivalentAsOperands()
431 bool equivalentAsOperands(Value *L, Value *R) { in equivalentAsOperands()
463 void diff(Function *L, Function *R) { in diff()
[all …]
DDiffLog.cpp34 void DiffLogBuilder::addMatch(Instruction *L, Instruction *R) { in addMatch()
37 void DiffLogBuilder::addLeft(Instruction *L) { in addLeft()
DDiffConsumer.cpp104 Function *L = cast<Function>(I->L); in header() local
112 BasicBlock *L = cast<BasicBlock>(I->L); in header() local
144 void DiffConsumer::enterContext(Value *L, Value *R) { in enterContext()
/external/llvm/lib/Support/
DTimer.cpp209 sys::SmartScopedLock<true> L(*TimerLock); in get() local
229 sys::SmartScopedLock<true> L(*TimerLock); in getNamedRegionTimer() local
257 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup() local
272 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup() local
280 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer() local
304 sys::SmartScopedLock<true> L(*TimerLock); in addTimer() local
365 sys::SmartScopedLock<true> L(*TimerLock); in print() local
385 sys::SmartScopedLock<true> L(*TimerLock); in printAll() local
/external/clang/test/CodeGenCXX/
D2007-04-10-PackedUnion.cpp28 class L { class
30 L() {} in L() function in L
38 L::L(const L& other) in L() function in L
Dnested-base-member-access.cpp24 struct L : IQ { struct
25 L(int i) : IQ(i+100) { iL = i; } in L() function
26 int iL; argument
/external/clang/test/CodeGen/
D2002-07-14-MiscListTests.c10 struct list *PassThroughList(struct list *L) { in PassThroughList()
41 void InsertIntoListTail(list **L, int Data) { in InsertIntoListTail()
50 list *FindData(list *L, int Data) { in FindData()
Dprivate-extern-redef.c10 const int L = 10; variable
11 __private_extern__ const int L; variable
/external/llvm/include/llvm/ADT/
DImmutableList.h45 const ImmutableListImpl* L){ in Profile()
83 const ImmutableListImpl<T>* L; variable
119 bool isEqual(const ImmutableList& L) const { return X == L.X; } in isEqual()
174 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos); in concat() local
189 ImmutableList<T> add(const T& D, ImmutableList<T> L) { in add()
/external/llvm/include/llvm/Analysis/
DLoopPass.h43 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { in doInitialization()
78 virtual void cloneBasicBlockAnalysis(BasicBlock *F, BasicBlock *T, Loop *L) {} in cloneBasicBlockAnalysis()
81 virtual void deleteAnalysisValue(Value *V, Loop *L) {} in deleteAnalysisValue()
/external/stlport/src/
Dlocale.cpp123 locale::locale(const locale& L) _STLP_NOTHROW in locale()
189 static void _Stl_loc_combine_names_aux(_Locale_impl* L, in _Stl_loc_combine_names_aux()
208 static void _Stl_loc_combine_names(_Locale_impl* L, in _Stl_loc_combine_names()
220 static void _Stl_loc_combine_names(_Locale_impl* L, in _Stl_loc_combine_names()
246 locale::locale(const locale& L, const char* name, locale::category c) in locale()
368 const locale& locale::operator=(const locale& L) _STLP_NOTHROW { in operator =()
409 locale _STLP_CALL locale::global(const locale& L) {
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp183 void RemoveLoopFromWorklist(Loop *L) { in RemoveLoopFromWorklist()
224 bool LUAnalysisCache::countLoop(const Loop* L) { in countLoop()
269 void LUAnalysisCache::forgetLoop(const Loop* L) { in forgetLoop()
343 static Value *FindLIVLoopCondition(Value *Cond, Loop *L, bool &Changed) { in FindLIVLoopCondition()
376 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop()
506 static bool isTrivialLoopExitBlockHelper(Loop *L, BasicBlock *BB, in isTrivialLoopExitBlockHelper()
540 static BasicBlock *isTrivialLoopExitBlock(Loop *L, BasicBlock *BB) { in isTrivialLoopExitBlock()
660 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, in CloneLoop()
709 void LoopUnswitch::UnswitchTrivialCondition(Loop *L, Value *Cond, in UnswitchTrivialCondition()
752 void LoopUnswitch::SplitExitEdges(Loop *L, in SplitExitEdges()
[all …]
DIndVarSimplify.cpp241 void IndVarSimplify::HandleFloatingPointIV(Loop *L, PHINode *PN) { in HandleFloatingPointIV()
439 void IndVarSimplify::RewriteNonIntegerIVs(Loop *L) { in RewriteNonIntegerIVs()
477 void IndVarSimplify::RewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter) { in RewriteLoopExitValues()
668 Loop *L; member in __anon5f70900a0311::WidenIV
720 static bool isLoopInvariant(Value *V, const Loop *L, const DominatorTree *DT) { in isLoopInvariant()
733 for (const Loop *L = LI->getLoopFor(Use->getParent()); in getExtend() local
1051 void IndVarSimplify::SimplifyAndExtend(Loop *L, in SimplifyAndExtend()
1118 const SCEV *L = SE->getSCEV(OrigCond->getOperand(0)); in isHighCostExpansion() local
1160 static bool canExpandBackedgeTakenCount(Loop *L, ScalarEvolution *SE) { in canExpandBackedgeTakenCount()
1183 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter()
[all …]
/external/llvm/include/llvm/MC/
DMCWin64EH.h36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg) in MCWin64EHInstruction()
40 MCWin64EHInstruction(MCSymbol *L, unsigned Size) in MCWin64EHInstruction()
43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off) in MCWin64EHInstruction()
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code) in MCWin64EHInstruction()
/external/openssl/crypto/modes/
Dccm128.c64 unsigned int M,unsigned int L,void *key,block128_f block) in CRYPTO_ccm128_init()
79 unsigned int L = ctx->nonce.c[0]&7; /* the L parameter */ in CRYPTO_ccm128_setiv() local
175 unsigned int i,L; in CRYPTO_ccm128_encrypt() local
250 unsigned int i,L; in CRYPTO_ccm128_decrypt() local
329 unsigned int i,L; in CRYPTO_ccm128_encrypt_ccm64() local
386 unsigned int i,L; in CRYPTO_ccm128_decrypt_ccm64() local
/external/clang/test/SemaObjC/
Dno-protocol-option-tests.m31 @interface L : Root<P> @end interface
32 @implementation L @end // no warning with -Wno-protocol implementation
/external/llvm/test/MC/ELF/
Dx86_64-reloc-sizetest.s6 L: movq $(L + 2147483648),%rax label
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h59 bool Warning(SMLoc L, const Twine &Msg) { in Warning()
62 bool Error(SMLoc L, const Twine &Msg) { in Error()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp79 Loop *L; member
142 bool LoopSimplify::ProcessLoop(Loop *L, LPPassManager &LPM) { in ProcessLoop()
363 BasicBlock *LoopSimplify::InsertPreheaderForLoop(Loop *L) { in InsertPreheaderForLoop()
409 BasicBlock *LoopSimplify::RewriteLoopExitBlock(Loop *L, BasicBlock *Exit) { in RewriteLoopExitBlock()
461 static PHINode *FindPHIToPartitionLoops(Loop *L, DominatorTree *DT, in FindPHIToPartitionLoops()
489 Loop *L) { in PlaceSplitBlockCarefully()
539 Loop *LoopSimplify::SeparateNestedLoop(Loop *L, LPPassManager &LPM, in SeparateNestedLoop()
646 LoopSimplify::InsertUniqueBackedgeBlock(Loop *L, BasicBlock *Preheader) { in InsertUniqueBackedgeBlock()

12345678910>>...16