Home
last modified time | relevance | path

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

12

/third_party/libwebsockets/lib/drivers/led/
Dled-seq.c57 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 …]
Dled-gpio.c30 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 …]
Dprivate-lib-drivers-led.h36 lws_seq_timer_handle(lws_led_state_t *lcs);
DREADME.md133 lws_led_transition(struct lws_led_state *lcs, const char *name,
/third_party/spirv-tools/test/diff/
Dlcs_test.cpp32 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 …]
DCMakeLists.txt17 add_spvtools_unittest(TARGET lcs
/third_party/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()
/third_party/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()
/third_party/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()
/third_party/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 …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-led.h117 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/
Dimp.rs16 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/
Dvj.c236 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/
Dexec.rs837 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/
Dheader.c200 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()
Dprivate-lib-roles-http.h258 struct lws_compression_support *lcs; member
/third_party/spirv-tools/source/diff/
DCMakeLists.txt16 lcs.h
Ddiff.cpp1628 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/
Dhu.po38 msgstr "kölcsönösen kizáró logikai műveleteket kért"
/third_party/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()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c789 if (wsi->http.lcs && (((*wp) & 0x1f) == LWS_WRITE_HTTP_FINAL || in rops_write_role_protocol_h1()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c443 if (wsi->http.lcs) { in rops_write_role_protocol_h2()
/third_party/python/Modules/_ctypes/libffi_osx/
DREADME381 <http://larch-www.lcs.mit.edu:8001/larch/lclint/index.html>.
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2916 && !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/
DREADME.txt290 http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf

12