Home
last modified time | relevance | path

Searched refs:n_groups (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/hana/
Dgroup.hpp82 static constexpr std::size_t n_groups = member
86 detail::array<std::size_t, n_groups> sizes{}, offsets{}; in compute_info()
87 for (std::size_t g = 0, i = 0, offset = 0; g < n_groups; ++g) { in compute_info()
128 std::make_index_sequence<info::n_groups>{} in group_helper()
/third_party/boost/libs/hana/include/boost/hana/
Dgroup.hpp82 static constexpr std::size_t n_groups = member
86 detail::array<std::size_t, n_groups> sizes{}, offsets{}; in compute_info()
87 for (std::size_t g = 0, i = 0, offset = 0; g < n_groups; ++g) { in compute_info()
128 std::make_index_sequence<info::n_groups>{} in group_helper()
/third_party/pulseaudio/src/modules/
Dstream-interaction.c47 uint32_t n_groups; member
87 for (j = 0; j < u->n_groups; j++) { in get_trigger_role()
275 for (j = 0; j < u->n_groups; j++) in process()
290 for (j = 0; j < u->n_groups; j++) { in process()
442 u->n_groups = 1; in pa_stream_interaction_init()
485 u->n_groups = group_count_tr; in pa_stream_interaction_init()
488 u->groups = pa_xnew0(struct group*, u->n_groups); in pa_stream_interaction_init()
489 for (i = 0; i < u->n_groups; i++) { in pa_stream_interaction_init()
640 for (j = 0; j < u->n_groups; j++) { in pa_stream_interaction_done()