Home
last modified time | relevance | path

Searched refs:subseq (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Tools/demo/
Dmarkov.py30 subseq = seq[max(0, len(seq)-n):]
31 options = trans[subseq]
/third_party/alsa-lib/src/topology/
Ddapm.c612 widget->subseq = ival; in tplg_parse_dapm_widget()
613 tplg_dbg("\t%s: %d", id, widget->subseq); in tplg_parse_dapm_widget()
703 if (err >= 0 && widget->subseq) in tplg_save_dapm_widget()
705 widget->subseq); in tplg_save_dapm_widget()
791 w->subseq = wt->subseq; in tplg_add_widget_object()
914 wt->subseq = w->subseq; in tplg_decode_dapm_widget()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java144 return this.storage.subseq(beg, len); in index()
156 return this.storage.subseq(beg, len); in index()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c529 h->subseq = 0; in secstream_h1()
857 if (!h->subseq) { in secstream_h1()
860 h->subseq = 1; in secstream_h1()
895 h->subseq = 0; in secstream_h1()
Dss-ws.c141 h->subseq = 1; in secstream_ws()
Dss-mqtt.c343 h->subseq = 1; in secstream_mqtt()
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dtlsauthentication.inc269 unsigned int subseq;
273 subseq = 0;
283 if (subseq == index)
285 subseq++;
/third_party/alsa-lib/include/
Dtopology.h960 int subseq; /*!< sort within widget type */ member
/third_party/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h182 uint8_t subseq; /**< emulate SOM tracking */ member
/third_party/alsa-lib/include/sound/uapi/
Dasoc.h492 __le32 subseq; /* sort within widget type */ member
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.info1643 unsigned int subseq;
1647 subseq = 0;
1657 if (subseq == index)
1659 subseq++;
/third_party/python/Misc/
DHISTORY26302 return [x for subseq in seq for x in subseq]
/third_party/chromium/patch/
D0001-cve.patch25311 @@ -111,7 +111,7 @@ to be as fast as possible. There's a few things that are done to speed up subseq