Home
last modified time | relevance | path

Searched refs:next_group (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcolony.h162 next_group( nullptr ),
899 const group_pointer_type next_group = begin_iterator.group_pointer->next_group;
909 … begin_iterator.element_pointer = next_group->elements + *( next_group->skipfield );
910 … begin_iterator.skipfield_pointer = next_group->skipfield + *( next_group->skipfield );
915 const group_pointer_type next_group = begin_iterator.group_pointer->next_group;
980 group &next_group = *( end_iterator.group_pointer->next_group );
1016 … return iterator( end_iterator.group_pointer, next_group.elements, next_group.skipfield );
1136 group &next_group = *( end_iterator.group_pointer->next_group );
1286 group &next_group = *( end_iterator.group_pointer->next_group );
1404 … const group_pointer_type next_group = end_iterator.group_pointer->next_group = COLONY_ALLOCATE(
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcolony.h162 next_group( nullptr ),
899 const group_pointer_type next_group = begin_iterator.group_pointer->next_group;
909 … begin_iterator.element_pointer = next_group->elements + *( next_group->skipfield );
910 … begin_iterator.skipfield_pointer = next_group->skipfield + *( next_group->skipfield );
915 const group_pointer_type next_group = begin_iterator.group_pointer->next_group;
980 group &next_group = *( end_iterator.group_pointer->next_group );
1016 … return iterator( end_iterator.group_pointer, next_group.elements, next_group.skipfield );
1136 group &next_group = *( end_iterator.group_pointer->next_group );
1286 group &next_group = *( end_iterator.group_pointer->next_group );
1404 … const group_pointer_type next_group = end_iterator.group_pointer->next_group = COLONY_ALLOCATE(
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/unordered/detail/
H A Dnode.hpp32 ungrouped_node_base<A>::next_group(node_ptr ptr) in next_group() function in boost::unordered_detail::ungrouped_node_base
86 grouped_node_base<A>::next_group(node_ptr ptr) in next_group() function in boost::unordered_detail::grouped_node_base
95 while(next_group(ptr) == ptr) in first_in_group()
123 n->next_ = next_group(pos); in add_after_node()
125 next_group(pos) = n; in add_after_node()
150 node_ptr* pos = &next_group(n); in unlink_node()
157 while(*pos != n) pos = &next_group(*pos); in unlink_node()
190 node_ptr* pos = &next_group(begin); in unlink_nodes()
197 while(*pos != begin) pos = &next_group(*pos); in unlink_nodes()
H A Dtable.hpp43 it = node::next_group(it); in find_iterator()
59 it = node::next_group(it); in find_iterator()
84 it = &node::next_group(*it); in find_for_erase()
498 node_ptr& next_group = node::next_group(group); in rehash_impl() local
499 bucket->next_ = next_group; in rehash_impl()
500 next_group = dst_bucket->next_; in rehash_impl()
542 node_ptr group_end = node::next_group(it); in copy_buckets_to()
638 second.increment_bucket(node::next_group(second.node_)); in equal_range()
668 node_ptr end = node::next_group(pos); in erase_group()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/databases/state/
H A Dbg_updates.py69 next_group: Optional[int] = state_group
72 while next_group:
73 next_group = self.db_pool.simple_select_one_onecol_txn(
76 keyvalues={"state_group": next_group},
80 if next_group:
147 next_group: Optional[int] = group
149 while next_group:
155 args = [next_group]
181 next_group = self.db_pool.simple_select_one_onecol_txn(
184 keyvalues={"state_group": next_group},
/dports/science/minc2/minc-release-2.2.00/conversion/Acr_nema/
H A Dgroup.c1000 Acr_Group cur_group, next_group; in acr_input_group_list() local
1010 *group_list = cur_group = next_group; in acr_input_group_list()
1027 cur_group = next_group; in acr_input_group_list()
1303 Acr_Group group, next_group, prev_group; in acr_insert_element_into_group_list() local
1311 next_group = *group_list; in acr_insert_element_into_group_list()
1312 while ((next_group != NULL) && in acr_insert_element_into_group_list()
1314 prev_group = next_group; in acr_insert_element_into_group_list()
1315 next_group = acr_get_group_next(next_group); in acr_insert_element_into_group_list()
1319 if ((next_group != NULL) && in acr_insert_element_into_group_list()
1321 group = next_group; in acr_insert_element_into_group_list()
[all …]
/dports/net/samba412/samba-4.12.15/source3/winbindd/
H A Dwb_next_grent.c41 if (state->gstate->next_group >= state->gstate->num_groups) {
61 &state->gstate->groups[state->gstate->next_group].sid,
114 state->gstate->next_group = 0;
133 state->gstate->next_group += 1;
148 state->gstate->next_group += 1;
H A Dwb_group_members.c131 int next_group;
157 state->next_group = 0;
179 if (state->next_group >= state->num_groups) {
184 g = &state->groups[state->next_group];
185 state->next_group += 1;
/dports/net/kamailio/kamailio-5.4.5/src/modules/jsonrpcc/
H A Djsonrpc_io.c58 struct jsonrpc_server_group *next_group; member
183 for (g = server_group; g != NULL; g = g->next_group) in cmd_pipe_cb()
373 for (selected_group=group; selected_group != NULL; selected_group=selected_group->next_group) in parse_servers()
397 group->next_group = NULL; in parse_servers()
399 for (x = group; x != NULL; x = x->next_group) in parse_servers()
407 pg->next_group = selected_group; in parse_servers()
409 selected_group->next_group = x; in parse_servers()
411 } else if (x->next_group == NULL) { in parse_servers()
412 x->next_group = selected_group; in parse_servers()
479 for (;group != NULL; group = group->next_group) in connect_servers()
/dports/x11-wm/qtile/qtile-0.18.1/test/backend/x11/
H A Dtest_xcore.py44 xmanager.c.screen.next_group()
47 xmanager.c.screen.next_group()
51 xmanager.c.screen.next_group()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/vte_generate_state_changes-0.1.1/src/
H A Dlib.rs39 let mut states_stream = next_group(iter).into_iter().peekable(); in states_stream()
59 let mut changes_stream = next_group(iter).into_iter().peekable(); in state_entry_stream()
93 let mut target_change_stream = next_group(iter).into_iter().peekable(); in change_stream()
169 fn next_group(iter: &mut impl Iterator<Item = TokenTree>) -> TokenStream { in next_group() function
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/vte_generate_state_changes-0.1.1/src/
H A Dlib.rs39 let mut states_stream = next_group(iter).into_iter().peekable(); in states_stream()
59 let mut changes_stream = next_group(iter).into_iter().peekable(); in state_entry_stream()
93 let mut target_change_stream = next_group(iter).into_iter().peekable(); in change_stream()
169 fn next_group(iter: &mut impl Iterator<Item = TokenTree>) -> TokenStream { in next_group() function
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/vte_generate_state_changes-0.1.1/src/
H A Dlib.rs39 let mut states_stream = next_group(iter).into_iter().peekable(); in states_stream()
59 let mut changes_stream = next_group(iter).into_iter().peekable(); in state_entry_stream()
93 let mut target_change_stream = next_group(iter).into_iter().peekable(); in change_stream()
169 fn next_group(iter: &mut impl Iterator<Item = TokenTree>) -> TokenStream { in next_group() function
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/vte_generate_state_changes-0.1.1/src/
H A Dlib.rs39 let mut states_stream = next_group(iter).into_iter().peekable(); in states_stream()
59 let mut changes_stream = next_group(iter).into_iter().peekable(); in state_entry_stream()
93 let mut target_change_stream = next_group(iter).into_iter().peekable(); in change_stream()
169 fn next_group(iter: &mut impl Iterator<Item = TokenTree>) -> TokenStream { in next_group() function
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/xkb/
H A Dxkb.c348 int next_group = xkb->current_group_xkb_no + increment; in xkb_change_group() local
349 if (next_group < 0) next_group = xkb->group_count - 1; in xkb_change_group()
350 if (next_group >= xkb->group_count) next_group = 0; in xkb_change_group()
353 XkbLockGroup(GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), XkbUseCoreKbd, next_group); in xkb_change_group()
/dports/multimedia/py-guessit/guessit-3.3.1/guessit/rules/properties/
H A Dother.py207 next_group = matches.markers.next(to_check, lambda marker: marker.name == 'group', 0)
208 if next_group and (not next_match or next_group.start < next_match.start):
209 next_match = next_group
227 next_group = matches.markers.next(to_check, lambda marker: marker.name == 'group', 0)
228 if next_group and (not next_match or next_group.start < next_match.start):
229 next_match = next_group
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/guessit/rules/properties/
H A Dother.py207 next_group = matches.markers.next(to_check, lambda marker: marker.name == 'group', 0)
208 if next_group and (not next_match or next_group.start < next_match.start):
209 next_match = next_group
227 next_group = matches.markers.next(to_check, lambda marker: marker.name == 'group', 0)
228 if next_group and (not next_match or next_group.start < next_match.start):
229 next_match = next_group
/dports/news/nn/nn-6.7.3/
H A Dgroup.c72 static group_number next_group, n1, n2; in group_completion() local
84 n2 = next_group = 0; in group_completion()
101 n1 = next_group, p1 = prev_group, l1 = prev_lgt; in group_completion()
102 next_group = n2, prev_group = p2, prev_lgt = l2; in group_completion()
108 gh = sorted_groups[next_group++]; in group_completion()
141 n2 = next_group, p2 = prev_group, l2 = prev_lgt; in group_completion()
147 next_group = 0; in group_completion()
535 gh = gh->next_group; in goto_group()
571 gh = gh->next_group; in goto_group()
594 while (gh->next_group) { in goto_group()
[all …]
H A Dsequence.c127 gh->next_group = group_sequence; in enter_sequence()
134 tail_sequence->next_group = gh; in enter_sequence()
141 gh->next_group = final_sequence; in enter_sequence()
174 tail_sequence->next_group = NULL; in end_sequence()
188 for (gh = group_sequence; gh; gh = gh->next_group) in end_sequence()
223 mail_group.next_group = group_sequence; in mail_check()
564 tail_sequence->next_group = final_sequence; in normal_group_sequence()
/dports/devel/emscripten/emscripten-2.0.3/tests/core/
H A Dtest_typeid.cpp18 int next_group = 1; in main() local
32 groups[i] = group = next_group++; \ in main()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/unordered/detail/
H A Dequivalent.hpp197 static inline node_pointer next_group(node_pointer n) { in next_group() function
228 n = next_group(n); in find_node_impl()
251 return std::make_pair(iterator(n), iterator(n ? next_group(n) : n)); in equal_range()
264 node_pointer end1 = next_group(n1); in equals()
265 node_pointer end2 = next_group(n2); in equals()
603 link_pointer group_end = next_group(next_node(prev)); in erase_nodes()
645 node_pointer group_end(next_group(n)); in copy_buckets()
663 node_pointer group_end(next_group(n)); in move_buckets()
680 node_pointer group_end(next_group(n)); in assign_buckets()
693 node_pointer group_end(next_group(n)); in move_assign_buckets()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/ndbapi/
H A Dndb_cluster_connection_impl.hpp60 next_group(0), in Node()
64 Uint32 next_group; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c177 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init()
182 mcode->group = cpt->next_group; in do_cpt_init()
194 cpt->next_group++; in do_cpt_init()
206 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init()
211 mcode->group = cpt->next_group; in do_cpt_init()
223 cpt->next_group++; in do_cpt_init()
457 cpt->next_group = 0; in cpt_device_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c177 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init()
182 mcode->group = cpt->next_group; in do_cpt_init()
194 cpt->next_group++; in do_cpt_init()
206 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init()
211 mcode->group = cpt->next_group; in do_cpt_init()
223 cpt->next_group++; in do_cpt_init()
457 cpt->next_group = 0; in cpt_device_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c177 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init()
182 mcode->group = cpt->next_group; in do_cpt_init()
194 cpt->next_group++; in do_cpt_init()
206 if (cpt->next_group >= CPT_MAX_CORE_GROUPS) { in do_cpt_init()
211 mcode->group = cpt->next_group; in do_cpt_init()
223 cpt->next_group++; in do_cpt_init()
457 cpt->next_group = 0; in cpt_device_init()

1234567891011