/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/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/boost/libs/variant/test/ |
D | const_ref_apply_visitor.cpp | 15 #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/ |
D | cc-internet.dot | 8 "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/ |
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/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/libwebsockets/lib/roles/http/ |
D | header.c | 195 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()
|
D | private-lib-roles-http.h | 258 struct lws_compression_support *lcs; member
|
/third_party/eudev/rule_generator/ |
D | 75-persistent-net-generator.rules | 21 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/ |
D | LICENSE | 7 Implementation advice by David Mazieres <dm@lcs.mit.edu>.
|
/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/flutter/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 2205 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/ |
D | ops-h1.c | 787 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 | 2905 && !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/ |
D | README.txt | 290 http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 11505 * 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/ |
D | ChangeLog-0.8 | 13676 * 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/ |
D | supplementalData.txt | 6049 "lcs",
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6049 "lcs",
|