Home
last modified time | relevance | path

Searched refs:lcs (Results 1 – 25 of 45) sorted by relevance

12

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator_c.c24 int32_t csum32, lys, lcs; in WebRtcIsacfix_PCorr2Q32() local
44 lcs = WebRtcIsacfix_Log2Q8((uint32_t)csum32); // 2log(csum) in Q8 in WebRtcIsacfix_PCorr2Q32()
45 if (lcs > (lys + oneQ8)) { // csum/sqrt(ysum) > 2 in Q8 in WebRtcIsacfix_PCorr2Q32()
46 *logcorQ8 = lcs - lys; // log2(csum/sqrt(ysum)) in WebRtcIsacfix_PCorr2Q32()
104 lcs = WebRtcIsacfix_Log2Q8((uint32_t)csum32); // 2log(csum) in Q8 in WebRtcIsacfix_PCorr2Q32()
105 if (lcs > (lys + oneQ8)) { // csum/sqrt(ysum) > 2 in WebRtcIsacfix_PCorr2Q32()
106 *logcorQ8 = lcs - lys; // log2(csum/sqrt(ysum)) in WebRtcIsacfix_PCorr2Q32()
Dpitch_estimator_mips.c19 int32_t ysum32,csum32, lys, lcs; in WebRtcIsacfix_PCorr2Q32() local
90 lcs = WebRtcIsacfix_Log2Q8((uint32_t)csum32); // 2log(csum) in Q8 in WebRtcIsacfix_PCorr2Q32()
91 if (lcs > (lys + oneQ8)) { // csum/sqrt(ysum) > 2 in Q8 in WebRtcIsacfix_PCorr2Q32()
92 *logcorQ8 = lcs - lys; // log2(csum/sqrt(ysum)) in WebRtcIsacfix_PCorr2Q32()
183 lcs = WebRtcIsacfix_Log2Q8((uint32_t)csum32); // 2log(csum) in Q8 in WebRtcIsacfix_PCorr2Q32()
184 if (lcs > (lys + oneQ8)) { // csum/sqrt(ysum) > 2 in WebRtcIsacfix_PCorr2Q32()
185 *logcorQ8 = lcs - lys; // log2(csum/sqrt(ysum)) in WebRtcIsacfix_PCorr2Q32()
/external/libabigail/tests/
Dtest-diff2.cc40 bool lcs; member
50 lcs(false), in options()
99 opts.lcs = true; in parse_command_line()
139 if (opts.lcs) in main()
141 string lcs; in main() local
143 compute_lcs(opts.str1, opts.str2, ses_len, lcs); in main()
144 cout << "lcs: " << lcs << "\n" in main()
/external/arm-trusted-firmware/drivers/auth/cryptocell/712/
Dcryptocell_plat_helpers.c34 uint32_t lcs; in cc_get_rotpk_hash() local
40 error = NVM_GetLCS(PLAT_CRYPTOCELL_BASE, &lcs); in cc_get_rotpk_hash()
45 if (lcs == CC_BSV_SECURITY_DISABLED_LCS) in cc_get_rotpk_hash()
52 if ((lcs == CC_BSV_CHIP_MANUFACTURE_LCS) || in cc_get_rotpk_hash()
53 (lcs == CC_BSV_DEVICE_MANUFACTURE_LCS)) { in cc_get_rotpk_hash()
Dcryptocell_crypto.c61 uint32_t lcs; in init() local
71 ret = CC_BsvLcsGetAndInit((uintptr_t)PLAT_CRYPTOCELL_BASE, &lcs); in init()
78 if (lcs == CC_BSV_SECURITY_DISABLED_LCS) { in init()
/external/libwebsockets/lib/roles/http/compression/
Dstream.c90 wsi->http.lcs = lcs_available[n]; in lws_http_compression_apply()
110 if (!wsi->http.lcs || !wsi->http.comp_ctx.u.generic_ctx_ptr) in lws_http_compression_destroy()
113 wsi->http.lcs->destroy(&wsi->http.comp_ctx); in lws_http_compression_destroy()
115 wsi->http.lcs = NULL; in lws_http_compression_destroy()
135 if (!wsi->http.lcs || in lws_http_compression_transform()
184 n = wsi->http.lcs->process(ctx, buf, &ilen_iused, *outbuf, olen_oused); in lws_http_compression_transform()
/external/arm-trusted-firmware/drivers/auth/cryptocell/713/
Dcryptocell_plat_helpers.c26 uint32_t lcs; in cc_get_rotpk_hash() local
34 error = CC_BsvLcsGet(PLAT_CRYPTOCELL_BASE, &lcs); in cc_get_rotpk_hash()
38 if ((lcs == CC_BSV_CHIP_MANUFACTURE_LCS) || (lcs == CC_BSV_RMA_LCS)) { in cc_get_rotpk_hash()
Dcryptocell_crypto.c51 uint32_t lcs; in init() local
61 ret = CC_BsvGetAndInitLcs((uintptr_t)PLAT_CRYPTOCELL_BASE, &lcs); in init()
/external/libabigail/src/
Dabg-diff-utils.cc157 compute_lcs(const char* str1, const char* str2, int &ses_len, string& lcs) in compute_lcs() argument
172 lcs.push_back(str1[x]); in compute_lcs()
189 vector<point> lcs; in compute_ses() local
192 lcs, ses); in compute_ses()
/external/arm-trusted-firmware/drivers/renesas/common/rom/
Drom_api.c17 typedef uint32_t(*rom_get_lcs_api_f) (uint32_t *lcs);
90 uint32_t rcar_rom_get_lcs(uint32_t *lcs) in rcar_rom_get_lcs() argument
105 return get_lcs(lcs); in rcar_rom_get_lcs()
Drom_api.h29 uint32_t rcar_rom_get_lcs(uint32_t *lcs);
/external/libabigail/include/
Dabg-diff-utils.h1488 vector<point>& lcs, in compute_diff() argument
1581 lcs, tmp_ses0, tmp_ses_len0); in compute_diff()
1583 lcs.insert(lcs.end(), trace.begin(), trace.end()); in compute_diff()
1590 lcs, tmp_ses1, tmp_ses_len1); in compute_diff()
1635 lcs.insert(lcs.end(), trace.begin(), trace.end()); in compute_diff()
1690 vector<point>& lcs, in compute_diff() argument
1697 lcs, ses, ses_len); in compute_diff()
1757 vector<point>& lcs, in compute_diff() argument
1765 lcs, ses, ses_len); in compute_diff()
1810 vector<point>& lcs, in compute_diff() argument
[all …]
/external/arm-trusted-firmware/drivers/renesas/common/auth/
Dauth_mod.c143 uint32_t lcs, ret; in auth_mod_init() local
147 ret = rcar_rom_get_lcs(&lcs); in auth_mod_init()
153 switch (lcs) { in auth_mod_init()
/external/libwebsockets/lib/roles/http/
Dheader.c166 if (!wsi->http.lcs && in lws_add_http_common_headers()
179 !wsi->http.lcs && in lws_add_http_common_headers()
189 if (!wsi->mux_substream && wsi->http.lcs) { in lws_add_http_common_headers()
206 if (wsi->http.lcs && in lws_add_http_common_headers()
Dprivate-lib-roles-http.h253 struct lws_compression_support *lcs; member
/external/arm-trusted-firmware/plat/renesas/rcar/
Dbl2_plat_setup.c239 uint32_t lcs, reg, val; in bl2_plat_flush_bl31_params() local
309 val = rcar_rom_get_lcs(&lcs); in bl2_plat_flush_bl31_params()
315 if (lcs == LCS_SE) in bl2_plat_flush_bl31_params()
685 uint32_t reg, midr, lcs, boot_dev, boot_cpu, sscg, type, rev; in bl2_el3_early_platform_setup() local
882 reg = rcar_rom_get_lcs(&lcs); in bl2_el3_early_platform_setup()
888 switch (lcs) { in bl2_el3_early_platform_setup()
/external/rust/crates/regex/src/
Dexec.rs840 let lcs = self.ro.suffixes.lcs(); in exec_dfa_reverse_suffix() localVariable
841 debug_assert!(lcs.len() >= 1); in exec_dfa_reverse_suffix()
846 last_literal += match lcs.find(&text[last_literal..]) { in exec_dfa_reverse_suffix()
850 end = last_literal + lcs.len(); in exec_dfa_reverse_suffix()
1241 let lcs = ro.suffixes.lcs(); in is_anchor_end_match() localVariable
1242 if lcs.len() >= 1 && !lcs.is_suffix(text) { in is_anchor_end_match()
1452 let lcs_len = self.suffixes.lcs().char_len(); in should_suffix_scan()
/external/libutf/
DMakefile101 scp *.rpm rsc@amsterdam.lcs.mit.edu:public_html/software
117 scp *.tgz rsc@amsterdam.lcs.mit.edu:public_html/software
/external/arm-trusted-firmware/plat/renesas/rzg/
Dbl2_plat_setup.c589 uint32_t lcs; in bl2_el3_early_platform_setup() local
726 reg = rcar_rom_get_lcs(&lcs); in bl2_el3_early_platform_setup()
732 switch (lcs) { in bl2_el3_early_platform_setup()
/external/rust/crates/regex/src/literal/
Dimp.rs19 lcs: FreqyPacked, field
67 lcs: FreqyPacked::new(lits.longest_common_suffix().to_vec()), in new()
144 pub fn lcs(&self) -> &FreqyPacked { in lcs() method
145 &self.lcs in lcs()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp2183 double lcs, lce, los, loe; in DebugCheckOverlap() local
2188 lcs = list->coinPtTStart()->fT; in DebugCheckOverlap()
2200 lcs = list->oppPtTStart()->fT; in DebugCheckOverlap()
2202 if (lcs > lce) { in DebugCheckOverlap()
2204 swap(lcs, lce); in DebugCheckOverlap()
2211 SkASSERT(tce < lcs || lce < tcs); in DebugCheckOverlap()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp2206 double lcs, lce, los, loe; in DebugCheckOverlap() local
2211 lcs = list->coinPtTStart()->fT; in DebugCheckOverlap()
2223 lcs = list->oppPtTStart()->fT; in DebugCheckOverlap()
2225 if (lcs > lce) { in DebugCheckOverlap()
2227 swap(lcs, lce); in DebugCheckOverlap()
2234 SkASSERT(tce < lcs || lce < tcs); in DebugCheckOverlap()
/external/llvm-project/clang/lib/StaticAnalyzer/
DREADME.txt139 Kremenek, and J Zhang, http://lcs.ios.ac.cn/~xzx/memmodel.pdf
/external/clang/lib/StaticAnalyzer/
DREADME.txt139 Kremenek, and J Zhang, http://lcs.ios.ac.cn/~xzx/memmodel.pdf
/external/libwebsockets/lib/roles/h1/
Dops-h1.c776 if (wsi->http.lcs && (((*wp) & 0x1f) == LWS_WRITE_HTTP_FINAL || in rops_write_role_protocol_h1()

12