Home
last modified time | relevance | path

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

12345678910>>...14

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp137 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef() local
138 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
139 LM->TemplateScope = getCurScope()->isTemplateParamScope(); in ParseCXXInlineMethodDef()
140 CachedTokens &Toks = LM->Toks; in ParseCXXInlineMethodDef()
302 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration() argument
304 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDeclaration()
306 if (LM.TemplateScope) { in ParseLexedMethodDeclaration()
307 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method); in ParseLexedMethodDeclaration()
311 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method); in ParseLexedMethodDeclaration()
317 for (unsigned I = 0, N = LM.DefaultArgs.size(); I != N; ++I) { in ParseLexedMethodDeclaration()
[all …]
/external/libopus/celt/
Dcelt_encoder.c445 celt_sig * OPUS_RESTRICT out, int C, int CC, int LM, int upsample, in compute_mdcts() argument
460 N = mode->shortMdctSize<<LM; in compute_mdcts()
461 shift = mode->maxLM-LM; in compute_mdcts()
565 static opus_val32 l1_metric(const celt_norm *tmp, int N, int LM, opus_val16 bias) in l1_metric() argument
573 L1 = MAC16_32_Q15(L1, LM*bias, L1); in l1_metric()
579 int *tf_res, int lambda, celt_norm *X, int N0, int LM, in tf_analysis() argument
600 ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis()
601 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis()
611 N = (m->eBands[i+1]-m->eBands[i])<<LM; in tf_analysis()
614 OPUS_COPY(tmp, &X[tf_chan*N0 + (m->eBands[i]<<LM)], N); in tf_analysis()
[all …]
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…
Dbands.c95 …_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, int LM, int arch) in compute_band_energies() argument
100 N = m->shortMdctSize<<LM; in compute_band_energies()
108 maxval = celt_maxabs32(&X[c*N+(eBands[i]<<LM)], (eBands[i+1]-eBands[i])<<LM); in compute_band_energies()
111 int shift = celt_ilog2(maxval) - 14 + (((m->logN[i]>>BITRES)+LM+1)>>1); in compute_band_energies()
112 j=eBands[i]<<LM; in compute_band_energies()
118 } while (++j<eBands[i+1]<<LM); in compute_band_energies()
123 } while (++j<eBands[i+1]<<LM); in compute_band_energies()
159 …_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, int LM, int arch) in compute_band_energies() argument
163 N = m->shortMdctSize<<LM; in compute_band_energies()
168 … = 1e-27f + celt_inner_prod(&X[c*N+(eBands[i]<<LM)], &X[c*N+(eBands[i]<<LM)], (eBands[i+1]-eBands[… in compute_band_energies()
[all …]
Dcelt_decoder.c325 int isTransient, int LM, int downsample, in celt_synthesis() argument
341 N = mode->shortMdctSize<<LM; in celt_synthesis()
343 M = 1<<LM; in celt_synthesis()
352 NB = mode->shortMdctSize<<LM; in celt_synthesis()
353 shift = mode->maxLM-LM; in celt_synthesis()
401 static void tf_decode(int start, int end, int isTransient, int *tf_res, int LM, ec_dec *dec) in tf_decode() argument
413 tf_select_rsv = LM>0 && tell+logp+1<=budget; in tf_decode()
429 tf_select_table[LM][4*isTransient+0+tf_changed] != in tf_decode()
430 tf_select_table[LM][4*isTransient+2+tf_changed]) in tf_decode()
436 tf_res[i] = tf_select_table[LM][4*isTransient+2*tf_select+tf_res[i]]; in tf_decode()
[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()
361 …if (codedBands<=start+2 || (band_bits > (depth_threshold*band_width<<LM<<BITRES)>>4 && j<=signalBa… in interp_bits2pulses()
444 N=N0<<LM; in interp_bits2pulses()
533 …us_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int enc… in compute_allocation() argument
[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()
428 …onst CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM) in unquant_coarse_energy() argument
430 const unsigned char *prob_model = e_prob_model[LM][intra]; in unquant_coarse_energy()
443 beta = beta_coef[LM]; in unquant_coarse_energy()
[all …]
Dmodes.c232 int LM; in opus_custom_mode_create() local
288 LM = 3; in opus_custom_mode_create()
291 LM = 2; in opus_custom_mode_create()
294 LM = 1; in opus_custom_mode_create()
297 LM = 0; in opus_custom_mode_create()
301 if ((opus_int32)(frame_size>>LM)*300 > Fs) in opus_custom_mode_create()
342 mode->maxLM = LM; in opus_custom_mode_create()
343 mode->nbShortMdcts = 1<<LM; in opus_custom_mode_create()
353 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);
Dbands.h47 …energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, int LM, int arch);
114 unsigned char *collapse_masks, int LM, int C, int size, int start,
Dcelt.c272 void init_caps(const CELTMode *m,int *cap,int LM,int C) in init_caps() argument
278 N=(m->eBands[i+1]-m->eBands[i])<<LM; in init_caps()
279 cap[i] = (m->cache.caps[m->nbEBands*(2*LM+C-1)+i]+64)*C*N>>2; in init_caps()
Dcelt.h229 void init_caps(const CELTMode *m,int *cap,int LM,int C);
235 int LM, int downsample, int silence);
/external/clang/lib/Analysis/
DPrintfFormatString.cpp398 switch (LM.getKind()) { in getArgType()
412 switch (LM.getKind()) { in getArgType()
446 switch (LM.getKind()) { in getArgType()
481 if (LM.getKind() == LengthModifier::AsLongDouble) in getArgType()
487 switch (LM.getKind()) { in getArgType()
519 if (LM.getKind() == LengthModifier::AsWideChar) { in getArgType()
525 if (LM.getKind() == LengthModifier::AsWide) in getArgType()
533 LM.getKind() == LengthModifier::AsShort) in getArgType()
540 LM.getKind() == LengthModifier::AsShort) in getArgType()
578 LM.setKind(LengthModifier::None); in fixType()
[all …]
DScanfFormatString.cpp237 switch (LM.getKind()) { in getArgType()
276 switch (LM.getKind()) { in getArgType()
317 switch (LM.getKind()) { in getArgType()
332 switch (LM.getKind()) { in getArgType()
350 switch (LM.getKind()) { in getArgType()
370 switch (LM.getKind()) { in getArgType()
432 LM.setKind(LengthModifier::AsWideChar); in fixType()
434 LM.setKind(LengthModifier::None); in fixType()
453 LM.setKind(LengthModifier::None); in fixType()
461 LM.setKind(LengthModifier::AsChar); in fixType()
[all …]
DFormatString.cpp658 switch (LM.getKind()) { in hasValidLengthModifier()
810 switch (LM.getKind()) { in hasStandardLengthModifier()
877 if (LM.getKind() == LengthModifier::AsLongDouble) { in hasStandardLengthConversionCombination()
895 if (LM.getKind() == LengthModifier::AsLongDouble || in getCorrectedLengthModifier()
896 LM.getKind() == LengthModifier::AsQuad) { in getCorrectedLengthModifier()
897 LengthModifier FixedLM(LM); in getCorrectedLengthModifier()
907 LengthModifier &LM) { in namedTypeToLengthModifier() argument
914 LM.setKind(LengthModifier::AsSizeT); in namedTypeToLengthModifier()
918 LM.setKind(LengthModifier::AsSizeT); in namedTypeToLengthModifier()
921 LM.setKind(LengthModifier::AsIntMax); in namedTypeToLengthModifier()
[all …]
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp291 static bool matches(const ValueMapping &LM, const ValueMapping &RM) { in matches() argument
293 if (LM.Values.size() != RM.Values.size()) { in matches()
294 DEBUG(debugSizeMismatch(LM, RM)); in matches()
311 for (unsigned I = 0, E = LM.Values.size(); I != E; ++I) { in matches()
312 const Value *L = LM.Values[I]; in matches()
316 skipUnmappedUsers(LU, LE, LM); in matches()
321 DEBUG(debugUserMismatch(LM, RM, I)); in matches()
324 if (LM.lookup(LU->getUser()) != RM.lookup(RU->getUser())) { in matches()
325 DEBUG(debugUserMismatch(LM, RM, I)); in matches()
329 DEBUG(debugUserMismatch(LM, RM, I)); in matches()
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D15efe09ec6cd9adf54c6f76e21570461.000005d2.honggfuzz.cov19LM��\��6��]ʱ �ȴYC=^��o�ݎQn��x���N�eI���_U��� �^Iӳ7AW9��·h#bщ"'q�c.�K��]� ��ঢ�ʍ R͵�m�vI�TI.…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D15efe09ec6cd9adf54c6f76e21570461.000005d2.honggfuzz.cov19LM��\��6��]ʱ �ȴYC=^��o�ݎQn��x���N�eI���_U��� �^Iӳ7AW9��·h#bщ"'q�c.�K��]� ��ঢ�ʍ R͵�m�vI�TI.…
/external/llvm/include/llvm/ExecutionEngine/Orc/
DLogicalDylib.h54 for (auto &LM : LogicalModules) in ~LogicalDylib()
55 for (auto BLH : LM.BaseLayerHandles) in ~LogicalDylib()
/external/perf_data_converter/src/quipper/testdata/
Dperf.data.piped.intel_pt-4.14.pr.out.pb_text5104LM\243\rd\271\376\006M\214\023\000\272V\000\000\000\000\000\000\002C\200\203\330?\000\000\000\000\…
6057LM\243\rd\271\376\006Ml\023\000\2724M\2516\341\271\376\376zM+\217\200\271\330\006\000Y\352\362.\00…
Dperf.data.intel_pt-4.14.serialized.out.pb_text552 …\2048Yo\376\310\310\316\332\266\276\000\000\000M\264)x\271\236\326\000-\230LM\243\rd\271\376\006M\…
1425LM\243\rd\271\376\006Ml\023\000\2724M\2516\341\271\376\376zM+\217\200\271\330\370nM\352\252a\271Y4…
Dperf.data.intel_pt-4.14.io.out.pb_text1888 …\2048Yo\376\310\310\316\332\266\276\000\000\000M\264)x\271\236\326\000-\230LM\243\rd\271\376\006M\…
2761LM\243\rd\271\376\006Ml\023\000\2724M\2516\341\271\376\376zM+\217\200\271\330\370nM\352\252a\271Y4…
Dperf.data.intel_pt-4.14.parse.out.pb_text1888 …\2048Yo\376\310\310\316\332\266\276\000\000\000M\264)x\271\236\326\000-\230LM\243\rd\271\376\006M\…
2761LM\243\rd\271\376\006Ml\023\000\2724M\2516\341\271\376\376zM+\217\200\271\330\370nM\352\252a\271Y4…
Dperf.data.intel_pt-4.14.parse.remap.out.pb_text1888 …\2048Yo\376\310\310\316\332\266\276\000\000\000M\264)x\271\236\326\000-\230LM\243\rd\271\376\006M\…
2761LM\243\rd\271\376\006Ml\023\000\2724M\2516\341\271\376\376zM+\217\200\271\330\370nM\352\252a\271Y4…
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h343 LengthModifier LM;
356 LM = lm; in setLengthModifier()
374 return LM; in getLengthModifier()
399 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);

12345678910>>...14