/third_party/libwebsockets/lib/drivers/led/ |
D | led-seq.c | 57 lws_seq_advance(lws_led_state_t *lcs, lws_led_state_ch_t *ch) in lws_seq_advance() argument 68 if (!(--lcs->timer_refcount)) { in lws_seq_advance() 70 LWS_PLAT_TIMER_STOP(lcs->timer); in lws_seq_advance() 117 lws_seq_timer_handle(lws_led_state_t *lcs) in lws_seq_timer_handle() argument 119 lws_led_gpio_controller_t *lgc = lcs->controller; in lws_seq_timer_handle() 120 lws_led_state_chs_t *chs = (lws_led_state_chs_t *)&lcs[1]; in lws_seq_timer_handle() 129 lws_seq_advance(lcs, &chs->seqs[LLSI_CURR]); in lws_seq_timer_handle() 132 lws_seq_advance(lcs, &chs->seqs[LLSI_NEXT]); in lws_seq_timer_handle() 133 lws_seq_advance(lcs, &chs->seqs[LLSI_TRANS]); in lws_seq_timer_handle() 153 lws_led_set_chs_seq(struct lws_led_state *lcs, lws_led_state_ch_t *dest, in lws_led_set_chs_seq() argument [all …]
|
D | led-gpio.c | 30 lws_led_state_t *lcs = LWS_PLAT_TIMER_CB_GET_OPAQUE(th); in LWS_PLAT_TIMER_CB() local 32 lws_seq_timer_handle(lcs); in LWS_PLAT_TIMER_CB() 46 lws_led_state_t *lcs = lws_zalloc(sizeof(lws_led_state_t) + in lws_led_gpio_create() local 51 if (!lcs) in lws_led_gpio_create() 54 lcs->controller = lgc; in lws_led_gpio_create() 57 lcs->timer = LWS_PLAT_TIMER_CREATE("leds", in lws_led_gpio_create() 58 LWS_LED_SEQUENCER_UPDATE_INTERVAL_MS, 1, lcs, in lws_led_gpio_create() 60 if (!lcs->timer) in lws_led_gpio_create() 77 return lcs; in lws_led_gpio_create() 81 lws_led_gpio_destroy(struct lws_led_state *lcs) in lws_led_gpio_destroy() argument [all …]
|
D | private-lib-drivers-led.h | 36 lws_seq_timer_handle(lws_led_state_t *lcs);
|
D | README.md | 133 lws_led_transition(struct lws_led_state *lcs, const char *name,
|
/third_party/spirv-tools/test/diff/ |
D | lcs_test.cpp | 32 LCS lcs(src, dst); in VerifyMatch() local 34 lcs.Get<int>([](int s, int d) { return s == d; }, &src_match, &dst_match); in VerifyMatch() 67 LCS lcs(src, dst); in TEST() local 69 lcs.Get<int>([](int s, int d) { return s == d; }, &src_match, &dst_match); in TEST() 81 LCS lcs(src, dst); in TEST() local 83 lcs.Get<int>([](int s, int d) { return s == d; }, &src_match, &dst_match); in TEST() 95 LCS lcs(src, dst); in TEST() local 97 lcs.Get<int>([](int s, int d) { return s == d; }, &src_match, &dst_match); in TEST() 109 LCS lcs(src, dst); in TEST() local 111 lcs.Get<int>([](int s, int d) { return s == d; }, &src_match, &dst_match); in TEST() [all …]
|
D | CMakeLists.txt | 17 add_spvtools_unittest(TARGET lcs
|
/third_party/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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/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 …]
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-led.h | 117 lws_led_gpio_destroy(struct lws_led_state *lcs); 135 lws_led_transition(struct lws_led_state *lcs, const char *name,
|
/third_party/rust/crates/regex/src/literal/ |
D | imp.rs | 16 lcs: Memmem, field 62 lcs: Memmem::new(lits.longest_common_suffix()), in new() 137 pub fn lcs(&self) -> &Memmem { in lcs() method 138 &self.lcs in lcs()
|
/third_party/lwip/src/netif/ppp/ |
D | vj.c | 236 struct cstate *lcs; in vj_compress_tcp() local 240 lcs = cs; cs = cs->cs_next; in vj_compress_tcp() 258 comp->last_cs = lcs; in vj_compress_tcp() 266 comp->last_cs = lcs; in vj_compress_tcp() 268 lcs->cs_next = cs->cs_next; in vj_compress_tcp()
|
/third_party/rust/crates/regex/src/ |
D | exec.rs | 837 let lcs = self.ro.suffixes.lcs(); in exec_dfa_reverse_suffix() localVariable 838 debug_assert!(lcs.len() >= 1); in exec_dfa_reverse_suffix() 843 last_literal += match lcs.find(&text[last_literal..]) { in exec_dfa_reverse_suffix() 847 end = last_literal + lcs.len(); in exec_dfa_reverse_suffix() 1238 let lcs = ro.suffixes.lcs(); in is_anchor_end_match() localVariable 1239 if lcs.len() >= 1 && !lcs.is_suffix(text) { in is_anchor_end_match() 1449 let lcs_len = self.suffixes.lcs().char_len(); in should_suffix_scan()
|
/third_party/libwebsockets/lib/roles/http/ |
D | header.c | 200 if (!wsi->http.lcs && content_type && in lws_add_http_common_headers() 213 !wsi->http.lcs && in lws_add_http_common_headers() 223 if (!wsi->mux_substream && wsi->http.lcs) { in lws_add_http_common_headers() 240 if (wsi->http.lcs && in lws_add_http_common_headers()
|
D | private-lib-roles-http.h | 258 struct lws_compression_support *lcs; member
|
/third_party/spirv-tools/source/diff/ |
D | CMakeLists.txt | 16 lcs.h
|
D | diff.cpp | 1628 LongestCommonSubsequence<std::vector<const opt::Instruction*>> lcs(src_body, in MatchFunctionBodies() local 1631 uint32_t best_match_length = lcs.Get<const opt::Instruction*>( in MatchFunctionBodies()
|
/third_party/popt/po/ |
D | hu.po | 38 msgstr "kölcsönösen kizáró logikai műveleteket kért"
|
/third_party/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()
|
/third_party/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 789 if (wsi->http.lcs && (((*wp) & 0x1f) == LWS_WRITE_HTTP_FINAL || in rops_write_role_protocol_h1()
|
/third_party/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 443 if (wsi->http.lcs) { in rops_write_role_protocol_h2()
|
/third_party/python/Modules/_ctypes/libffi_osx/ |
D | README | 381 <http://larch-www.lcs.mit.edu:8001/larch/lclint/index.html>.
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 2916 && !wsi->http.lcs in lws_serve_http_file() 2929 if (wsi->http.lcs) { in lws_serve_http_file()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README.txt | 290 http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf
|