Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/third_party/boost/boost/parameter/aux_/preprocessor/
Dfor_each_pred.hpp12 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_PRED_1(r, seq) \ argument
16 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_PRED_2(r, seq) \ argument
20 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_PRED_3(r, seq) \ argument
24 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_PRED_4(r, seq) \ argument
28 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_PRED_5(r, seq) \ argument
32 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_PRED_6(r, seq) \ argument
36 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_PRED_7(r, seq) \ argument
40 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_PRED_8(r, seq) \ argument
44 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_PRED_9(r, seq) \ argument
48 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_PRED_10(r, seq) \ argument
[all …]
Dbinary_seq_for_each_inc.hpp13 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_INC_1_N(r, seq) \ argument
24 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_INC_2_N(r, seq) \ argument
31 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_INC_3_N(r, seq) \ argument
38 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_INC_4_N(r, seq) \ argument
45 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_INC_5_N(r, seq) \ argument
52 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_INC_6_N(r, seq) \ argument
59 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_INC_7_N(r, seq) \ argument
66 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_INC_8_N(r, seq) \ argument
73 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_INC_9_N(r, seq) \ argument
80 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_INC_10_N(r, seq) \ argument
[all …]
Dinc_binary_seq.hpp12 #define BOOST_PARAMETER_AUX_PP_INC_BINARY_SEQ_0(seq, element) \ argument
19 #define BOOST_PARAMETER_AUX_PP_INC_BINARY_SEQ_1(seq, element) \ argument
36 #define BOOST_PARAMETER_AUX_PP_INC_BINARY_SEQ_IMPL_0(seq) seq argument
40 #define BOOST_PARAMETER_AUX_PP_INC_BINARY_SEQ_IMPL_1(seq) \ argument
67 #define BOOST_PARAMETER_AUX_PP_INC_BINARY_SEQ(seq) \ argument
/third_party/boost/libs/iostreams/test/
Dclose_test.cpp36 operation_sequence seq; in input_chain_test() local
60 operation_sequence seq; in input_chain_test() local
104 operation_sequence seq; in input_chain_test() local
128 operation_sequence seq; in input_chain_test() local
158 operation_sequence seq; in input_chain_test() local
182 operation_sequence seq; in input_chain_test() local
221 operation_sequence seq; in input_chain_test() local
248 operation_sequence seq; in output_chain_test() local
272 operation_sequence seq; in output_chain_test() local
316 operation_sequence seq; in output_chain_test() local
[all …]
Dcompose_test.cpp113 operation_sequence seq; in close_composite_device() local
127 operation_sequence seq; in close_composite_device() local
144 operation_sequence seq; in close_composite_device() local
158 operation_sequence seq; in close_composite_device() local
176 operation_sequence seq; in close_composite_device() local
190 operation_sequence seq; in close_composite_device() local
207 operation_sequence seq; in close_composite_device() local
221 operation_sequence seq; in close_composite_device() local
239 operation_sequence seq; in close_composite_device() local
259 operation_sequence seq; in close_composite_device() local
[all …]
Doperation_sequence_test.cpp34 operation_sequence seq; in operation_sequence_test() local
41 operation_sequence seq; in operation_sequence_test() local
48 operation_sequence seq; in operation_sequence_test() local
58 operation_sequence seq; in operation_sequence_test() local
70 operation_sequence seq; in operation_sequence_test() local
81 operation_sequence seq; in operation_sequence_test() local
95 operation_sequence seq; in operation_sequence_test() local
123 operation_sequence seq; in operation_sequence_test() local
151 operation_sequence seq; in operation_sequence_test() local
171 operation_sequence seq; in operation_sequence_test() local
[all …]
Dcombine_test.cpp34 operation_sequence seq; in combine_test() local
48 operation_sequence seq; in combine_test() local
68 operation_sequence seq; in combine_test() local
82 operation_sequence seq; in combine_test() local
102 operation_sequence seq; in combine_test() local
128 operation_sequence seq; in combine_test() local
148 operation_sequence seq; in combine_test() local
172 operation_sequence seq; in combine_test() local
196 operation_sequence seq; in combine_test() local
Dtee_test.cpp153 operation_sequence seq; in close_test() local
173 operation_sequence seq; in close_test() local
193 operation_sequence seq; in close_test() local
207 operation_sequence seq; in close_test() local
217 operation_sequence seq; in close_test() local
234 operation_sequence seq; in close_test() local
306 operation_sequence seq; in tee_composite_test() local
323 operation_sequence seq; in tee_composite_test() local
346 operation_sequence seq; in tee_composite_test() local
364 operation_sequence seq; in tee_composite_test() local
[all …]
/third_party/boost/boost/preprocessor/seq/
Dfor_each.hpp29 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, data,… argument
31 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) argument
32 # define BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, dat… argument
35 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK_EXEC(macro, data, seq) BOOST_PP_FOR((macro, data, se… argument
36 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK_EMPTY(macro, data, seq) argument
38 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, data, seq) \ argument
56 # define BOOST_PP_SEQ_FOR_EACH_O_I(macro, data, seq, sz) \ argument
59 # define BOOST_PP_SEQ_FOR_EACH_O_I_DEC(macro, data, seq, sz) \ argument
73 # define BOOST_PP_SEQ_FOR_EACH_O_I_TAIL(seq) BOOST_PP_SEQ_TAIL(seq) argument
74 # define BOOST_PP_SEQ_FOR_EACH_O_I_NIL(seq) BOOST_PP_NIL argument
[all …]
Dseq.hpp20 # define BOOST_PP_SEQ_HEAD(seq) BOOST_PP_SEQ_ELEM(0, seq) argument
25 # define BOOST_PP_SEQ_TAIL(seq) BOOST_PP_SEQ_TAIL_1((seq)) argument
27 # define BOOST_PP_SEQ_TAIL_2(seq) BOOST_PP_SEQ_TAIL_I ## seq argument
29 # define BOOST_PP_SEQ_TAIL(seq) BOOST_PP_SEQ_TAIL_ID(BOOST_PP_SEQ_TAIL_I seq) argument
32 # define BOOST_PP_SEQ_TAIL(seq) BOOST_PP_SEQ_TAIL_D(seq) argument
33 # define BOOST_PP_SEQ_TAIL_D(seq) BOOST_PP_SEQ_TAIL_I seq argument
35 # define BOOST_PP_SEQ_TAIL(seq) BOOST_PP_SEQ_TAIL_I seq argument
Dfor_each_i.hpp30 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro, d… argument
32 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) argument
33 # define BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro,… argument
36 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK_EXEC(macro, data, seq) BOOST_PP_FOR((macro, data, … argument
37 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK_EMPTY(macro, data, seq) argument
39 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro, data, seq) \ argument
57 # define BOOST_PP_SEQ_FOR_EACH_I_O_I(macro, data, seq, i, sz) \ argument
60 # define BOOST_PP_SEQ_FOR_EACH_I_O_I_DEC(macro, data, seq, i, sz) \ argument
75 # define BOOST_PP_SEQ_FOR_EACH_I_O_I_TAIL(seq) BOOST_PP_SEQ_TAIL(seq) argument
76 # define BOOST_PP_SEQ_FOR_EACH_I_O_I_NIL(seq) BOOST_PP_NIL argument
[all …]
Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
Dreplace.hpp27 # define BOOST_PP_SEQ_REPLACE(seq, i, elem) BOOST_PP_SEQ_FIRST_N(i, seq) (elem) BOOST_PP_SEQ_REP… argument
29 # define BOOST_PP_SEQ_REPLACE(seq, i, elem) BOOST_PP_SEQ_REPLACE_I(seq, i, elem) argument
30 # define BOOST_PP_SEQ_REPLACE_I(seq, i, elem) BOOST_PP_SEQ_FIRST_N(i, seq) (elem) BOOST_PP_SEQ_R… argument
33 # define BOOST_PP_SEQ_REPLACE_DETAIL_REST_EMPTY(seq, i) argument
34 # define BOOST_PP_SEQ_REPLACE_DETAIL_REST_VALID(seq, i) BOOST_PP_SEQ_REST_N(BOOST_PP_INC(i), seq) argument
35 # define BOOST_PP_SEQ_REPLACE_DETAIL_REST(seq, i) \ argument
Dcat.hpp25 # define BOOST_PP_SEQ_CAT(seq) \ argument
32 # define BOOST_PP_SEQ_CAT_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_CAT_O, BOOST_PP_SEQ_HEAD(seq),… argument
39 # define BOOST_PP_SEQ_CAT_S(s, seq) \ argument
46 # define BOOST_PP_SEQ_CAT_S_I_A(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_CAT_O, BOOST_PP_S… argument
47 # define BOOST_PP_SEQ_CAT_S_I_B(s, seq) BOOST_PP_SEQ_HEAD(seq) argument
Drest_n.hpp28 # define BOOST_PP_SEQ_REST_N(n, seq) BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETAIL… argument
30 # define BOOST_PP_SEQ_REST_N(n, seq) BOOST_PP_SEQ_REST_N_I(n, seq) argument
31 # define BOOST_PP_SEQ_REST_N_I(n, seq) BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETA… argument
34 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, size) \ argument
Dto_tuple.hpp21 # define BOOST_PP_SEQ_TO_TUPLE(seq) (BOOST_PP_SEQ_ENUM(seq)) argument
23 # define BOOST_PP_SEQ_TO_TUPLE(seq) BOOST_PP_SEQ_TO_TUPLE_I(seq) argument
24 # define BOOST_PP_SEQ_TO_TUPLE_I(seq) (BOOST_PP_SEQ_ENUM(seq)) argument
Dto_array.hpp22 # define BOOST_PP_SEQ_TO_ARRAY(seq) (BOOST_PP_SEQ_SIZE(seq), (BOOST_PP_SEQ_ENUM(seq))) argument
24 # define BOOST_PP_SEQ_TO_ARRAY(seq) BOOST_PP_SEQ_TO_ARRAY_I(seq) argument
25 # define BOOST_PP_SEQ_TO_ARRAY_I(seq) (BOOST_PP_SEQ_SIZE(seq), (BOOST_PP_SEQ_ENUM(seq))) argument
/third_party/uboot/u-boot-2020.01/drivers/ddr/altera/
Dsequencer.c57 static void set_failing_group_stage(struct socfpga_sdrseq *seq, in set_failing_group_stage()
92 static void phy_mgr_initialize(struct socfpga_sdrseq *seq) in phy_mgr_initialize()
134 static void set_rank_and_odt_mask(struct socfpga_sdrseq *seq, in set_rank_and_odt_mask()
292 static void scc_mgr_set_dqs_io_in_delay(struct socfpga_sdrseq *seq, in scc_mgr_set_dqs_io_in_delay()
299 static void scc_mgr_set_dm_in_delay(struct socfpga_sdrseq *seq, u32 dm, in scc_mgr_set_dm_in_delay()
312 static void scc_mgr_set_dqs_out1_delay(struct socfpga_sdrseq *seq, in scc_mgr_set_dqs_out1_delay()
319 static void scc_mgr_set_dm_out1_delay(struct socfpga_sdrseq *seq, u32 dm, in scc_mgr_set_dm_out1_delay()
361 static void scc_mgr_set_all_ranks(struct socfpga_sdrseq *seq, in scc_mgr_set_all_ranks()
378 static void scc_mgr_set_dqs_en_phase_all_ranks(struct socfpga_sdrseq *seq, in scc_mgr_set_dqs_en_phase_all_ranks()
393 static void scc_mgr_set_dqdqs_output_phase_all_ranks(struct socfpga_sdrseq *seq, in scc_mgr_set_dqdqs_output_phase_all_ranks()
[all …]
/third_party/boost/boost/vmd/seq/
Dto_list.hpp39 #define BOOST_VMD_SEQ_TO_LIST(seq) \ argument
48 #define BOOST_VMD_SEQ_TO_LIST_PE(seq) BOOST_PP_NIL argument
50 #define BOOST_VMD_SEQ_TO_LIST_NPE(seq) BOOST_PP_SEQ_TO_LIST(seq) argument
53 #define BOOST_VMD_SEQ_TO_LIST(seq) \ argument
/third_party/boost/boost/vmd/detail/
Dseq.hpp25 #define BOOST_VMD_DETAIL_SEQ_STATE_INIT(seq) \ argument
37 #define BOOST_VMD_DETAIL_SEQ_STATE_INIT_D(d,seq) \ argument
158 #define BOOST_VMD_DETAIL_SEQ_PROCESS(seq) \ argument
170 #define BOOST_VMD_DETAIL_SEQ_SPLIT(seq) \ argument
180 #define BOOST_VMD_DETAIL_SEQ_BEGIN(seq) \ argument
184 #define BOOST_VMD_DETAIL_SEQ_PROCESS_D(d,seq) \ argument
196 #define BOOST_VMD_DETAIL_SEQ_SPLIT_D(d,seq) \ argument
206 #define BOOST_VMD_DETAIL_SEQ_BEGIN_D(d,seq) \ argument
/third_party/boost/libs/fusion/test/sequence/
Dgithub-176.cpp21 Sequence seq; in test_at() local
38 boost::fusion::at_c<0>(seq)[1] = 42; in test_at() local
51 Sequence seq; in test_at_key() local
68 boost::fusion::at_key<int[3]>(seq)[1] = 42; in test_at_key() local
/third_party/boost/boost/mpl/aux_/preprocessor/
Dis_seq.hpp32 # define BOOST_MPL_PP_IS_SEQ(seq) BOOST_PP_DEC( BOOST_PP_SEQ_SIZE( BOOST_MPL_PP_IS_SEQ_(seq) ) ) argument
33 # define BOOST_MPL_PP_IS_SEQ_(seq) BOOST_MPL_PP_IS_SEQ_SEQ_( BOOST_MPL_PP_IS_SEQ_SPLIT_ seq ) argument
40 # define BOOST_MPL_PP_IS_SEQ(seq) BOOST_MPL_PP_IS_SEQ_MWCC_((seq)) argument
43 # define BOOST_MPL_PP_IS_SEQ(seq) BOOST_MPL_PP_IS_SEQ_(seq) argument
46 # define BOOST_MPL_PP_IS_SEQ_(seq) BOOST_PP_CAT(BOOST_MPL_PP_IS_SEQ_, BOOST_MPL_PP_IS_SEQ_0 seq B… argument
/third_party/glib/glib/
Dgsequence.c172 check_seq_access (GSequence *seq) in check_seq_access()
188 seq_is_end (GSequence *seq, in seq_is_end()
265 GSequence *seq = g_new (GSequence, 1); in g_sequence_new() local
288 g_sequence_free (GSequence *seq) in g_sequence_free()
318 GSequence *seq; in g_sequence_foreach_range() local
354 g_sequence_foreach (GSequence *seq, in g_sequence_foreach()
460 g_sequence_append (GSequence *seq, in g_sequence_append()
487 g_sequence_prepend (GSequence *seq, in g_sequence_prepend()
519 GSequence *seq; in g_sequence_insert_before() local
549 GSequence *seq; in g_sequence_remove() local
[all …]
/third_party/boost/boost/type_erasure/detail/
Dmacro.hpp28 #define BOOST_TYPE_ERASURE_OPEN_NAMEPACE_I(seq)\ argument
32 #define BOOST_TYPE_ERASURE_OPEN_NAMESPACE(seq)\ argument
36 #define BOOST_TYPE_ERASURE_CLOSE_NAMESPACE(seq) \ argument
44 #define BOOST_TYPE_ERASURE_QUALIFIED_NAME(seq) \ argument
/third_party/boost/boost/preprocessor/seq/detail/
Dbinary_transform.hpp24 # define BOOST_PP_SEQ_BINARY_TRANSFORM(seq) BOOST_PP_SEQ_BINARY_TRANSFORM_I(, seq) argument
25 # define BOOST_PP_SEQ_BINARY_TRANSFORM_I(p, seq) BOOST_PP_SEQ_BINARY_TRANSFORM_II(p ## seq) argument
26 # define BOOST_PP_SEQ_BINARY_TRANSFORM_II(seq) BOOST_PP_SEQ_BINARY_TRANSFORM_III(seq) argument
27 # define BOOST_PP_SEQ_BINARY_TRANSFORM_III(seq) BOOST_PP_CAT(BOOST_PP_SEQ_BINARY_TRANSFORM_A seq… argument
29 # define BOOST_PP_SEQ_BINARY_TRANSFORM(seq) BOOST_PP_CAT(BOOST_PP_SEQ_BINARY_TRANSFORM_A seq, 0) argument

12345678910>>...27