Home
last modified time | relevance | path

Searched refs:lcs (Results 1 – 25 of 31) 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/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/boost/libs/variant/test/
Dconst_ref_apply_visitor.cpp15 #define lcs(val) boost::lexical_cast<std::string>(val) macro
56 return lcs(val); in operator ()()
62 return lcs(val) + '+' + lcs(val2); in operator ()()
68 return lcs(val) + '+' + lcs(val2) + '+' + lcs(val3) + '+' + lcs(val4); in operator ()()
156 const auto expected_val = lcs(test_var); in test_rvalue_parameter()
/third_party/boost/libs/graph/example/figs/
Dcc-internet.dot8 "radole.lcs.mit.edu"
51 "cambridge1-nbr2.bbnplanet.net" -- "radole.lcs.mit.edu"
52 "ihtfp.mit.edu" -- "radole.lcs.mit.edu"
/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/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/libwebsockets/lib/roles/http/
Dheader.c195 if (!wsi->http.lcs && content_type && in lws_add_http_common_headers()
208 !wsi->http.lcs && in lws_add_http_common_headers()
218 if (!wsi->mux_substream && wsi->http.lcs) { in lws_add_http_common_headers()
235 if (wsi->http.lcs && in lws_add_http_common_headers()
Dprivate-lib-roles-http.h258 struct lws_compression_support *lcs; member
/third_party/eudev/rule_generator/
D75-persistent-net-generator.rules21 KERNEL!="eth*|ath*|wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", GOTO="persistent_net_generator_end"
/third_party/node/deps/npm/node_modules/bcrypt-pbkdf/
DLICENSE7 Implementation advice by David Mazieres <dm@lcs.mit.edu>.
/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/flutter/skia/src/pathops/
DSkPathOpsDebug.cpp2205 double lcs, lce, los, loe; in DebugCheckOverlap() local
2210 lcs = list->coinPtTStart()->fT; in DebugCheckOverlap()
2222 lcs = list->oppPtTStart()->fT; in DebugCheckOverlap()
2224 if (lcs > lce) { in DebugCheckOverlap()
2226 swap(lcs, lce); in DebugCheckOverlap()
2233 SkASSERT(tce < lcs || lce < tcs); in DebugCheckOverlap()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c787 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.c2905 && !wsi->http.lcs in lws_serve_http_file()
2918 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
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.811505 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
12542 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
12549 shows off bugs in lcs.
13020 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
13930 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.813676 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
14713 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
14720 shows off bugs in lcs.
15191 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
16101 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt6049 "lcs",
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt6049 "lcs",

12