/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_estimator_c.c | 24 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()
|
D | pitch_estimator_mips.c | 19 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/ |
D | test-diff2.cc | 40 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/ |
D | cryptocell_plat_helpers.c | 34 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()
|
D | cryptocell_crypto.c | 61 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/ |
D | stream.c | 90 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/ |
D | cryptocell_plat_helpers.c | 26 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()
|
D | cryptocell_crypto.c | 51 uint32_t lcs; in init() local 61 ret = CC_BsvGetAndInitLcs((uintptr_t)PLAT_CRYPTOCELL_BASE, &lcs); in init()
|
/external/libabigail/src/ |
D | abg-diff-utils.cc | 157 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/ |
D | rom_api.c | 17 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()
|
D | rom_api.h | 29 uint32_t rcar_rom_get_lcs(uint32_t *lcs);
|
/external/libabigail/include/ |
D | abg-diff-utils.h | 1488 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/ |
D | auth_mod.c | 143 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/ |
D | header.c | 166 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()
|
D | private-lib-roles-http.h | 253 struct lws_compression_support *lcs; member
|
/external/arm-trusted-firmware/plat/renesas/rcar/ |
D | bl2_plat_setup.c | 239 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/ |
D | exec.rs | 840 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/ |
D | Makefile | 101 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/ |
D | bl2_plat_setup.c | 589 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/ |
D | imp.rs | 19 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/ |
D | SkPathOpsDebug.cpp | 2183 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/ |
D | SkPathOpsDebug.cpp | 2206 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/ |
D | README.txt | 139 Kremenek, and J Zhang, http://lcs.ios.ac.cn/~xzx/memmodel.pdf
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 139 Kremenek, and J Zhang, http://lcs.ios.ac.cn/~xzx/memmodel.pdf
|
/external/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 776 if (wsi->http.lcs && (((*wp) & 0x1f) == LWS_WRITE_HTTP_FINAL || in rops_write_role_protocol_h1()
|