Home
last modified time | relevance | path

Searched refs:seqs (Results 1 – 25 of 26) sorted by relevance

12

/third_party/libwebsockets/lib/drivers/led/
Dled-seq.c87 if (chs->seqs[LLSI_CURR].seq) in lws_seq_sample()
88 chs->seqs[LLSI_CURR].last = chs->seqs[LLSI_CURR].seq-> in lws_seq_sample()
89 func(chs->seqs[LLSI_CURR].ph); in lws_seq_sample()
91 if (chs->seqs[LLSI_TRANS].seq) { in lws_seq_sample()
97 chs->seqs[LLSI_TRANS].last = chs->seqs[LLSI_TRANS].seq-> in lws_seq_sample()
98 func(chs->seqs[LLSI_TRANS].ph); in lws_seq_sample()
100 if (chs->seqs[LLSI_NEXT].seq) in lws_seq_sample()
101 chs->seqs[LLSI_NEXT].last = chs->seqs[LLSI_NEXT].seq-> in lws_seq_sample()
102 func(chs->seqs[LLSI_NEXT].ph); in lws_seq_sample()
105 (unsigned int)chs->seqs[LLSI_CURR].last * in lws_seq_sample()
[all …]
/third_party/boost/boost/fusion/algorithm/transformation/detail/preprocessed/
Dzip10.hpp35 fusion::vector<const T0& , const T1&> seqs( in zip() local
38 seqs); in zip()
57 fusion::vector<const T0& , const T1& , const T2&> seqs( in zip() local
60 seqs); in zip()
79 fusion::vector<const T0& , const T1& , const T2& , const T3&> seqs( in zip() local
82 seqs); in zip()
101 fusion::vector<const T0& , const T1& , const T2& , const T3& , const T4&> seqs( in zip() local
104 seqs); in zip()
123 fusion::vector<const T0& , const T1& , const T2& , const T3& , const T4& , const T5&> seqs( in zip() local
126 seqs); in zip()
[all …]
Dzip20.hpp35 fusion::vector<const T0& , const T1&> seqs( in zip() local
38 seqs); in zip()
57 fusion::vector<const T0& , const T1& , const T2&> seqs( in zip() local
60 seqs); in zip()
79 fusion::vector<const T0& , const T1& , const T2& , const T3&> seqs( in zip() local
82 seqs); in zip()
101 fusion::vector<const T0& , const T1& , const T2& , const T3& , const T4&> seqs( in zip() local
104 seqs); in zip()
123 fusion::vector<const T0& , const T1& , const T2& , const T3& , const T4& , const T5&> seqs( in zip() local
126 seqs); in zip()
[all …]
Dzip30.hpp35 fusion::vector<const T0& , const T1&> seqs( in zip() local
38 seqs); in zip()
57 fusion::vector<const T0& , const T1& , const T2&> seqs( in zip() local
60 seqs); in zip()
79 fusion::vector<const T0& , const T1& , const T2& , const T3&> seqs( in zip() local
82 seqs); in zip()
101 fusion::vector<const T0& , const T1& , const T2& , const T3& , const T4&> seqs( in zip() local
104 seqs); in zip()
123 fusion::vector<const T0& , const T1& , const T2& , const T3& , const T4& , const T5&> seqs( in zip() local
126 seqs); in zip()
[all …]
Dzip40.hpp35 fusion::vector<const T0& , const T1&> seqs( in zip() local
38 seqs); in zip()
57 fusion::vector<const T0& , const T1& , const T2&> seqs( in zip() local
60 seqs); in zip()
79 fusion::vector<const T0& , const T1& , const T2& , const T3&> seqs( in zip() local
82 seqs); in zip()
101 fusion::vector<const T0& , const T1& , const T2& , const T3& , const T4&> seqs( in zip() local
104 seqs); in zip()
123 fusion::vector<const T0& , const T1& , const T2& , const T3& , const T4& , const T5&> seqs( in zip() local
126 seqs); in zip()
[all …]
Dzip50.hpp35 fusion::vector<const T0& , const T1&> seqs( in zip() local
38 seqs); in zip()
57 fusion::vector<const T0& , const T1& , const T2&> seqs( in zip() local
60 seqs); in zip()
79 fusion::vector<const T0& , const T1& , const T2& , const T3&> seqs( in zip() local
82 seqs); in zip()
101 fusion::vector<const T0& , const T1& , const T2& , const T3& , const T4&> seqs( in zip() local
104 seqs); in zip()
123 fusion::vector<const T0& , const T1& , const T2& , const T3& , const T4& , const T5&> seqs( in zip() local
126 seqs); in zip()
[all …]
/third_party/boost/libs/fusion/test/sequence/
Dzip_view.cpp46 seqs_type seqs(iv, cv); in main() local
47 view v(seqs); in main()
73 seqs_type seqs(v1,v2); in main() local
74 view v(seqs); in main()
Dzip_view2.cpp49 seqs_type seqs(iv, cv, cl); in main() local
50 view v(seqs); in main()
/third_party/boost/boost/fusion/algorithm/transformation/
Dzip.hpp109 fusion::vector<BOOST_PP_ENUM(ZIP_ITERATION, FUSION_REF_PARAM, _)> seqs( in zip() local
112 seqs); in zip()
/third_party/boost/boost/fusion/view/zip_view/
Dzip_view.hpp127 const Sequences& seqs) in zip_view()
128 : sequences_(seqs) in zip_view()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/
Dlws-minimal-esp32.c107 static const lws_led_sequence_def_t *seqs[] = { variable
121 lws_led_transition(lls, "alert", seqs[flip & 3], in smd_cb()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
Dlws-minimal-esp32.c104 static const lws_led_sequence_def_t *seqs[] = { variable
118 lws_led_transition(lls, "alert", seqs[flip & 3], in smd_cb()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
Dlws-minimal-esp32.c137 static const lws_led_sequence_def_t *seqs[] = { variable
151 lws_led_transition(lls, "blue", seqs[flip & 3], in smd_cb()
/third_party/boost/libs/vmd/doc/
Dvmd_empty_ppdata.qbk8 [section:vmd_empty_ppdata Functionality for "empty" seqs and tuples]
10 Boost PP arrays and lists can be empty but seqs and tuples cannot.
28 respectively, thus allowing seqs and tuples to be empty, just as arrays and
44 In order to use seqs and tuples which can be empty VMD defines a number
58 The particular macros which VMD supplies, supporting VMD seqs and VMD tuples,
302 The set of macros for seq and tuple functionality which work with VMD seqs and
313 convert between arrays, lists, seqs, or tuples which could start out or end up
315 programmers the ability to work with empty seqs and tuples while still using other
316 Boost PP seq and tuple functuionality to work with non-empty seqs and tuples. The
320 can never work with empty seqs or empty tuples.
Dvmd_useful.qbk20 # Expanded seq and tuple functionality for "empty" seqs and tuples
Dvmd_introduction.qbk20 Boost PP seqs, and Boost PP tuples.
114 …, Boost PP numbers, VMD types, Boost PP tuples, Boost PP arrays, Boost PP lists, and Boost PP seqs.
115 …, Boost PP numbers, VMD types, Boost PP tuples, Boost PP arrays, Boost PP lists, and Boost PP seqs.
Dvmd_sequence.qbk208 [heading Distinguishing consecutive seqs and tuples in a sequence]
212 has seqs and tuples in them might be a problem as far
214 sequence if the data consists of a mixture of seqs
Dvmd_history.qbk11 * Added support for "empty" seqs and tuples
Dvmd_data_types.qbk53 lists, seqs, and tuples. When using variadic macros arrays are really
Dvmd_equality.qbk12 types, arrays, lists, seqs, tuples, and multi-element sequences.
/third_party/libwebsockets/include/libwebsockets/
Dlws-led.h75 lws_led_state_ch_t seqs[3]; member
/third_party/python/Lib/test/
Dtest_heapq.py190 seqs = []
192 seqs.append(sorted(seq, key=key, reverse=reverse))
194 list(self.module.merge(*seqs, key=key, reverse=reverse)))
Dtest_random.py83 seqs = [list(range(n)) for n in range(10)]
87 for (seq, shuffled_seq) in zip(seqs, shuffled_seqs):
/third_party/python/Parser/
Dpegen.c1538 _get_flattened_seq_size(asdl_seq *seqs) in _get_flattened_seq_size() argument
1541 for (Py_ssize_t i = 0, l = asdl_seq_LEN(seqs); i < l; i++) { in _get_flattened_seq_size()
1542 asdl_seq *inner_seq = asdl_seq_GET_UNTYPED(seqs, i); in _get_flattened_seq_size()
1550 _PyPegen_seq_flatten(Parser *p, asdl_seq *seqs) in _PyPegen_seq_flatten() argument
1552 Py_ssize_t flattened_seq_size = _get_flattened_seq_size(seqs); in _PyPegen_seq_flatten()
1561 for (Py_ssize_t i = 0, l = asdl_seq_LEN(seqs); i < l; i++) { in _PyPegen_seq_flatten()
1562 asdl_seq *inner_seq = asdl_seq_GET_UNTYPED(seqs, i); in _PyPegen_seq_flatten()
/third_party/boost/boost/graph/
Dtwo_graphs_common_spanning_trees.hpp565 tree_collector(Coll& seqs) : mSeqs(seqs) {} in tree_collector()

12