Home
last modified time | relevance | path

Searched refs:LM (Results 1 – 25 of 64) sorted by relevance

123

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp130 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef() local
131 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
132 LM->TemplateScope = getCurScope()->isTemplateParamScope(); in ParseCXXInlineMethodDef()
133 CachedTokens &Toks = LM->Toks; in ParseCXXInlineMethodDef()
295 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration() argument
297 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDeclaration()
299 if (LM.TemplateScope) { in ParseLexedMethodDeclaration()
300 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method); in ParseLexedMethodDeclaration()
304 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method); in ParseLexedMethodDeclaration()
310 for (unsigned I = 0, N = LM.DefaultArgs.size(); I != N; ++I) { in ParseLexedMethodDeclaration()
[all …]
DParseObjc.cpp2605 LexedMethod* LM = new LexedMethod(this, MDecl); in StashAwayMethodOrFunctionBodyTokens() local
2606 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()
2607 CachedTokens &Toks = LM->Toks; in StashAwayMethodOrFunctionBodyTokens()
3562 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument
3564 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs()
3574 assert(!LM.Toks.empty() && "ParseLexedObjCMethodDef - Empty body!"); in ParseLexedObjCMethodDefs()
3577 LM.Toks.push_back(Tok); in ParseLexedObjCMethodDefs()
3578 PP.EnterTokenStream(LM.Toks.data(), LM.Toks.size(), true, false); in ParseLexedObjCMethodDefs()
/external/libopus/celt/
Drate.h46 void compute_pulse_cache(CELTMode *m, int LM);
53 static OPUS_INLINE int bits2pulses(const CELTMode *m, int band, int LM, int bits) in bits2pulses() argument
59 LM++; in bits2pulses()
60 cache = m->cache.bits + m->cache.index[LM*m->nbEBands+band]; in bits2pulses()
80 static OPUS_INLINE int pulses2bits(const CELTMode *m, int band, int LM, int pulses) in pulses2bits() argument
84 LM++; in pulses2bits()
85 cache = m->cache.bits + m->cache.index[LM*m->nbEBands+band]; in pulses2bits()
99 …us_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int enc…
Dcelt_encoder.c420 celt_sig * OPUS_RESTRICT out, int C, int CC, int LM, int upsample) in compute_mdcts() argument
434 N = mode->shortMdctSize<<LM; in compute_mdcts()
435 shift = mode->maxLM-LM; in compute_mdcts()
535 static opus_val32 l1_metric(const celt_norm *tmp, int N, int LM, opus_val16 bias) in l1_metric() argument
543 L1 = MAC16_32_Q15(L1, LM*bias, L1); in l1_metric()
549 int *tf_res, int lambda, celt_norm *X, int N0, int LM, in tf_analysis() argument
570 ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis()
571 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis()
582 N = (m->eBands[i+1]-m->eBands[i])<<LM; in tf_analysis()
586 tmp[j] = X[tf_chan*N0 + j+(m->eBands[i]<<LM)]; in tf_analysis()
[all …]
Dcelt_decoder.c261 celt_sig * OPUS_RESTRICT out_mem[], int C, int LM) in compute_inv_mdcts() argument
276 N = mode->shortMdctSize<<LM; in compute_inv_mdcts()
277 shift = mode->maxLM-LM; in compute_inv_mdcts()
286 static void tf_decode(int start, int end, int isTransient, int *tf_res, int LM, ec_dec *dec) in tf_decode() argument
298 tf_select_rsv = LM>0 && tell+logp+1<=budget; in tf_decode()
314 tf_select_table[LM][4*isTransient+0+tf_changed] != in tf_decode()
315 tf_select_table[LM][4*isTransient+2+tf_changed]) in tf_decode()
321 tf_res[i] = tf_select_table[LM][4*isTransient+2*tf_select+tf_res[i]]; in tf_decode()
333 …oid celt_decode_lost(CELTDecoder * OPUS_RESTRICT st, opus_val16 * OPUS_RESTRICT pcm, int N, int LM) in celt_decode_lost() argument
412 boffs = N*c+(eBands[i]<<LM); in celt_decode_lost()
[all …]
Drate.c73 void compute_pulse_cache(CELTMode *m, int LM) in compute_pulse_cache() argument
87 cindex = (opus_int16 *)opus_alloc(sizeof(cache->index[0])*m->nbEBands*(LM+2)); in compute_pulse_cache()
91 for (i=0;i<=LM+1;i++) in compute_pulse_cache()
143 cache->caps = cap = (unsigned char *)opus_alloc(sizeof(cache->caps[0])*(LM+1)*2*m->nbEBands); in compute_pulse_cache()
144 for (i=0;i<=LM;i++) in compute_pulse_cache()
251 …int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwid… in interp_bits2pulses() argument
268 logM = LM<<BITRES; in interp_bits2pulses()
356 …if (codedBands<=start+2 || (band_bits > ((j<prev?7:9)*band_width<<LM<<BITRES)>>4 && j<=signalBandw… in interp_bits2pulses()
439 N=N0<<LM; in interp_bits2pulses()
527 …us_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int enc… in compute_allocation() argument
[all …]
Dbands.c258 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, … in anti_collapse() argument
275 depth = (1+pulses[i])/((m->eBands[i+1]-m->eBands[i])<<LM); in anti_collapse()
282 t = N0<<LM; in anti_collapse()
289 sqrt_1 = celt_rsqrt(N0<<LM); in anti_collapse()
318 if (LM==3) in anti_collapse()
326 if (LM==3) in anti_collapse()
331 X = X_+c*size+(m->eBands[i]<<LM); in anti_collapse()
332 for (k=0;k<1<<LM;k++) in anti_collapse()
341 X[(j<<LM)+k] = (seed&0x8000 ? r : -r); in anti_collapse()
348 renormalise_vector(X, N0<<LM, Q15ONE); in anti_collapse()
[all …]
Dquant_bands.c160 int C, int LM, int intra, opus_val16 max_decay, int lfe) in quant_coarse_energy_impl() argument
175 beta = beta_coef[LM]; in quant_coarse_energy_impl()
176 coef = pred_coef[LM]; in quant_coarse_energy_impl()
263 opus_val16 *error, ec_enc *enc, int C, int LM, int nbAvailableBytes, in quant_coarse_energy() argument
305 tell, e_prob_model[LM][1], error_intra, enc, C, LM, 1, max_decay, lfe); in quant_coarse_energy()
336 tell, e_prob_model[LM][intra], error, enc, C, LM, 0, max_decay, lfe); in quant_coarse_energy()
355 … *delayedIntra = ADD32(MULT16_32_Q15(MULT16_16_Q15(pred_coef[LM], pred_coef[LM]),*delayedIntra), in quant_coarse_energy()
427 …onst CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM) in unquant_coarse_energy() argument
429 const unsigned char *prob_model = e_prob_model[LM][intra]; in unquant_coarse_energy()
442 beta = beta_coef[LM]; in unquant_coarse_energy()
[all …]
Dmodes.c231 int LM; in opus_custom_mode_create() local
286 LM = 3; in opus_custom_mode_create()
289 LM = 2; in opus_custom_mode_create()
292 LM = 1; in opus_custom_mode_create()
295 LM = 0; in opus_custom_mode_create()
299 if ((opus_int32)(frame_size>>LM)*300 > Fs) in opus_custom_mode_create()
340 mode->maxLM = LM; in opus_custom_mode_create()
341 mode->nbShortMdcts = 1<<LM; in opus_custom_mode_create()
351 if ((mode->eBands[mode->nbEBands] - mode->eBands[mode->nbEBands-1])<<LM > in opus_custom_mode_create()
Dquant_bands.h52 opus_val16 *error, ec_enc *enc, int C, int LM,
60 …nst CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM);
Dcelt.c182 void init_caps(const CELTMode *m,int *cap,int LM,int C) in init_caps() argument
188 N=(m->eBands[i+1]-m->eBands[i])<<LM; in init_caps()
189 cap[i] = (m->cache.caps[m->nbEBands*(2*LM+C-1)+i]+64)*C*N>>2; in init_caps()
Dcelt.h205 void init_caps(const CELTMode *m,int *cap,int LM,int C);
211 celt_sig * OPUS_RESTRICT out_mem[], int C, int LM);
Dbands.h106 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, …
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_kfst_spho7.pkb13LMN>>OOOO����������������������@�����������������������������������C�����������������…
/external/clang/lib/Analysis/
DScanfFormatString.cpp232 switch (LM.getKind()) { in getArgType()
271 switch (LM.getKind()) { in getArgType()
312 switch (LM.getKind()) { in getArgType()
327 switch (LM.getKind()) { in getArgType()
345 switch (LM.getKind()) { in getArgType()
365 switch (LM.getKind()) { in getArgType()
427 LM.setKind(LengthModifier::AsWideChar); in fixType()
429 LM.setKind(LengthModifier::None); in fixType()
448 LM.setKind(LengthModifier::None); in fixType()
456 LM.setKind(LengthModifier::AsChar); in fixType()
[all …]
DPrintfFormatString.cpp393 switch (LM.getKind()) { in getArgType()
407 switch (LM.getKind()) { in getArgType()
441 switch (LM.getKind()) { in getArgType()
476 if (LM.getKind() == LengthModifier::AsLongDouble) in getArgType()
482 switch (LM.getKind()) { in getArgType()
514 if (LM.getKind() == LengthModifier::AsWideChar) { in getArgType()
520 if (LM.getKind() == LengthModifier::AsWide) in getArgType()
528 LM.getKind() == LengthModifier::AsShort) in getArgType()
535 LM.getKind() == LengthModifier::AsShort) in getArgType()
573 LM.setKind(LengthModifier::None); in fixType()
[all …]
DFormatString.cpp627 switch (LM.getKind()) { in hasValidLengthModifier()
779 switch (LM.getKind()) { in hasStandardLengthModifier()
846 if (LM.getKind() == LengthModifier::AsLongDouble) { in hasStandardLengthConversionCombination()
864 if (LM.getKind() == LengthModifier::AsLongDouble || in getCorrectedLengthModifier()
865 LM.getKind() == LengthModifier::AsQuad) { in getCorrectedLengthModifier()
866 LengthModifier FixedLM(LM); in getCorrectedLengthModifier()
876 LengthModifier &LM) { in namedTypeToLengthModifier() argument
883 LM.setKind(LengthModifier::AsSizeT); in namedTypeToLengthModifier()
887 LM.setKind(LengthModifier::AsSizeT); in namedTypeToLengthModifier()
890 LM.setKind(LengthModifier::AsIntMax); in namedTypeToLengthModifier()
[all …]
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp287 static bool matches(const ValueMapping &LM, const ValueMapping &RM) { in matches() argument
289 if (LM.Values.size() != RM.Values.size()) { in matches()
290 DEBUG(debugSizeMismatch(LM, RM)); in matches()
307 for (unsigned I = 0, E = LM.Values.size(); I != E; ++I) { in matches()
308 const Value *L = LM.Values[I]; in matches()
312 skipUnmappedUsers(LU, LE, LM); in matches()
317 DEBUG(debugUserMismatch(LM, RM, I)); in matches()
320 if (LM.lookup(LU->getUser()) != RM.lookup(RU->getUser())) { in matches()
321 DEBUG(debugUserMismatch(LM, RM, I)); in matches()
325 DEBUG(debugUserMismatch(LM, RM, I)); in matches()
[all …]
/external/llvm/include/llvm/ExecutionEngine/Orc/
DLogicalDylib.h54 for (auto &LM : LogicalModules) in ~LogicalDylib()
55 for (auto BLH : LM.BaseLayerHandles) in ~LogicalDylib()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h338 LengthModifier LM;
351 LM = lm; in setLengthModifier()
369 return LM; in getLengthModifier()
394 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
/external/libopus/src/
Dopus_multistream_encoder.c226 int LM; in surround_analysis() local
241 for (LM=0;LM<celt_mode->maxLM;LM++) in surround_analysis()
242 if (celt_mode->shortMdctSize<<LM==frame_size) in surround_analysis()
260 … clt_mdct_forward(&celt_mode->mdct, in, freq, celt_mode->window, overlap, celt_mode->maxLM-LM, 1); in surround_analysis()
270 compute_band_energies(celt_mode, freq, bandE, 21, 1, 1<<LM); in surround_analysis()
Dopus_encoder.c521 static float transient_boost(const float *E, const float *E_1, int LM, int maxM) in transient_boost() argument
528 M = IMIN(maxM, (1<<LM)+1); in transient_boost()
832 int LM = 3; in compute_frame_size() local
833 LM = optimize_framesize(analysis_pcm, frame_size, C, Fs, bitrate_bps, in compute_frame_size()
835 while ((Fs/400<<LM)>frame_size) in compute_frame_size()
836 LM--; in compute_frame_size()
837 frame_size = (Fs/400<<LM); in compute_frame_size()
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp779 LRSMapType LM; in findRecordInsertForms() local
805 LM[L].push_back(std::make_pair(*I, S)); in findRecordInsertForms()
807 LM[L].push_back(std::make_pair(*I, S)); in findRecordInsertForms()
818 LM[L].push_back(std::make_pair(*I, S)); in findRecordInsertForms()
827 for (LRSMapType::iterator I = LM.begin(), E = LM.end(); I != E; ++I) { in findRecordInsertForms()
859 LRSMapType::iterator F = LM.find(L); in findRecordInsertForms()
860 if (F == LM.end()) in findRecordInsertForms()
/external/icu/icu4c/source/data/translit/
DLatin_ConjoiningJamo.txt59 $LM = ᆱ;
191 $jamoMedial {lm} ↔ $LM;
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.microsoft13 ATTRIBUTE MS-CHAP-LM-Enc-PW 5 string Microsoft

123