Home
last modified time | relevance | path

Searched refs:next_elem (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Draster3dplugin.cpp298 next_elem(n, maxelem, graphics); in read_rawgraphics()
307 next_elem(n, maxelem, graphics); in read_rawgraphics()
311 next_elem(n, maxelem, graphics); in read_rawgraphics()
314 next_elem(n, maxelem, graphics); in read_rawgraphics()
335 next_elem(n, maxelem, graphics); in read_rawgraphics()
379 next_elem(n, maxelem, graphics); in read_rawgraphics()
384 next_elem(n, maxelem, graphics); in read_rawgraphics()
408 next_elem(n, maxelem, graphics); in read_rawgraphics()
414 next_elem(n, maxelem, graphics); in read_rawgraphics()
422 next_elem(n, maxelem, graphics); in read_rawgraphics()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/apr-toolkit/src/
H A Dapt_obj_list.c108 apt_list_elem_t *next_elem = APR_RING_NEXT(elem,link); in apt_list_next_elem_get() local
109 if(next_elem == APR_RING_SENTINEL(&list->head,apt_list_elem_t,link)) { in apt_list_next_elem_get()
110 next_elem = NULL; in apt_list_next_elem_get()
112 return next_elem; in apt_list_next_elem_get()
134 apt_list_elem_t *next_elem = APR_RING_NEXT(elem,link); in apt_list_elem_remove() local
136 if(next_elem == APR_RING_SENTINEL(&list->head,apt_list_elem_t,link)) { in apt_list_elem_remove()
137 next_elem = NULL; in apt_list_elem_remove()
139 return next_elem; in apt_list_elem_remove()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/channel/
H A Dchannel_stack.cc225 grpc_call_element* next_elem = elem + 1; in grpc_call_next_op() local
226 GRPC_CALL_LOG_OP(GPR_INFO, next_elem, op); in grpc_call_next_op()
227 next_elem->filter->start_transport_stream_op_batch(next_elem, op); in grpc_call_next_op()
232 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_get_info() local
233 next_elem->filter->get_channel_info(next_elem, channel_info); in grpc_channel_next_get_info()
237 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_op() local
238 next_elem->filter->start_transport_op(next_elem, op); in grpc_channel_next_op()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/channel/
H A Dchannel_stack.cc225 grpc_call_element* next_elem = elem + 1; in grpc_call_next_op() local
226 GRPC_CALL_LOG_OP(GPR_INFO, next_elem, op); in grpc_call_next_op()
227 next_elem->filter->start_transport_stream_op_batch(next_elem, op); in grpc_call_next_op()
232 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_get_info() local
233 next_elem->filter->get_channel_info(next_elem, channel_info); in grpc_channel_next_get_info()
237 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_op() local
238 next_elem->filter->start_transport_op(next_elem, op); in grpc_channel_next_op()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/channel/
H A Dchannel_stack.cc225 grpc_call_element* next_elem = elem + 1; in grpc_call_next_op() local
226 GRPC_CALL_LOG_OP(GPR_INFO, next_elem, op); in grpc_call_next_op()
227 next_elem->filter->start_transport_stream_op_batch(next_elem, op); in grpc_call_next_op()
232 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_get_info() local
233 next_elem->filter->get_channel_info(next_elem, channel_info); in grpc_channel_next_get_info()
237 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_op() local
238 next_elem->filter->start_transport_op(next_elem, op); in grpc_channel_next_op()
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/Policy/ValuesAndExpressions/
H A DProhibitMismatchedOperators.pm61 my $next_elem = $elem->snext_sibling() or return;
63 if ( $next_elem->isa('PPI::Token::Operator') ) {
64 $elem_text .= $next_elem->content();
65 $next_elem = $next_elem->snext_sibling();
73 my $next_compatibility = $self->_get_token_compatibility($next_elem);
/dports/devel/grpc/grpc-1.42.0/src/core/lib/channel/
H A Dchannel_stack.cc240 grpc_call_element* next_elem = elem + 1; in grpc_call_next_op() local
241 GRPC_CALL_LOG_OP(GPR_INFO, next_elem, op); in grpc_call_next_op()
242 next_elem->filter->start_transport_stream_op_batch(next_elem, op); in grpc_call_next_op()
247 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_get_info() local
248 next_elem->filter->get_channel_info(next_elem, channel_info); in grpc_channel_next_get_info()
252 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_op() local
253 next_elem->filter->start_transport_op(next_elem, op); in grpc_channel_next_op()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/channel/
H A Dchannel_stack.cc240 grpc_call_element* next_elem = elem + 1;
241 GRPC_CALL_LOG_OP(GPR_INFO, next_elem, op);
242 next_elem->filter->start_transport_stream_op_batch(next_elem, op);
247 grpc_channel_element* next_elem = elem + 1;
248 next_elem->filter->get_channel_info(next_elem, channel_info);
252 grpc_channel_element* next_elem = elem + 1;
253 next_elem->filter->start_transport_op(next_elem, op);
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/channel/
H A Dchannel_stack.cc240 grpc_call_element* next_elem = elem + 1; in grpc_call_next_op() local
241 GRPC_CALL_LOG_OP(GPR_INFO, next_elem, op); in grpc_call_next_op()
242 next_elem->filter->start_transport_stream_op_batch(next_elem, op); in grpc_call_next_op()
247 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_get_info() local
248 next_elem->filter->get_channel_info(next_elem, channel_info); in grpc_channel_next_get_info()
252 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_op() local
253 next_elem->filter->start_transport_op(next_elem, op); in grpc_channel_next_op()
/dports/net/openmpi/openmpi-4.1.1/oshmem/mca/sshmem/ucx/
H A Dsshmem_ucx_shadow.c96 sshmem_ucx_shadow_alloc_elem_t *next_elem; in sshmem_ucx_shadow_merge_blocks() local
98 while ( (next_elem = (elem + elem->block_size)) < end) { in sshmem_ucx_shadow_merge_blocks()
99 if (sshmem_ucx_shadow_is_free(elem) && sshmem_ucx_shadow_is_free(next_elem)) { in sshmem_ucx_shadow_merge_blocks()
101 elem->block_size += next_elem->block_size; in sshmem_ucx_shadow_merge_blocks()
103 sshmem_ucx_shadow_set_elem(next_elem, 0, 0); in sshmem_ucx_shadow_merge_blocks()
105 elem = next_elem; in sshmem_ucx_shadow_merge_blocks()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/strategies/utils_st/
H A Dtab_fm.cpp157 static void next_elem(FILE * file, int *current_char) in next_elem() function
187 next_elem(file, current_char); in sub_routine_fm_fscanf()
189 next_elem(file, current_char); in sub_routine_fm_fscanf()
195 next_elem(file, current_char); in sub_routine_fm_fscanf()
200 next_elem(file, current_char); in sub_routine_fm_fscanf()
202 next_elem(file, current_char); in sub_routine_fm_fscanf()
210 next_elem(file, current_char); in sub_routine_fm_fscanf()
212 next_elem(file, current_char); in sub_routine_fm_fscanf()
/dports/lang/seed7/seed7/src/
H A Dtypeutl.c120 typeListType next_elem; in free_type() local
129 next_elem = typelist_elem->next; in free_type()
131 typelist_elem = next_elem; in free_type()
143 listType next_elem; in close_type() local
149 next_elem = type_elem->next; in close_type()
151 type_elem = next_elem; in close_type()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dlist.c106 CVListElem *elem=NULL, *next_elem=NULL; in ListUnlinkAll() local
108 for (elem=ListFirst(list); elem != NULL; elem=next_elem) { in ListUnlinkAll()
109 next_elem = ListNext(list, elem); in ListUnlinkAll()
198 CVListElem *elem=NULL, *next_elem=NULL; in CVListCleanUp() local
200 for (elem=ListFirst(list); elem != NULL; elem=next_elem) { in CVListCleanUp()
201 next_elem = ListNext(list, elem); in CVListCleanUp()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dhash.c45 HashElem *next_elem = elem->next; in sqlite3HashClear() local
47 elem = next_elem; in sqlite3HashClear()
108 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
134 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in rehash()
136 next_elem = elem->next; in rehash()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dhash.c45 HashElem *next_elem = elem->next; in sqlite3HashClear() local
47 elem = next_elem; in sqlite3HashClear()
108 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
134 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in rehash()
136 next_elem = elem->next; in rehash()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dhash.c45 HashElem *next_elem = elem->next; in sqlite3HashClear() local
47 elem = next_elem; in sqlite3HashClear()
108 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
134 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in rehash()
136 next_elem = elem->next; in rehash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dhash.c45 HashElem *next_elem = elem->next; in sqlite3HashClear() local
47 elem = next_elem; in sqlite3HashClear()
108 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
134 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in rehash()
136 next_elem = elem->next; in rehash()
/dports/science/py-mdp/MDP-3.5/bimdp/inspection/
H A Dutils.py80 next_elem = next(self)
82 self.cache = [next_elem] + self.cache
83 return next_elem
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dhash.c45 HashElem *next_elem = elem->next; in sqlite3HashClear() local
47 elem = next_elem; in sqlite3HashClear()
105 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
127 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in rehash()
129 next_elem = elem->next; in rehash()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_hash.c84 Fts3HashElem *next_elem = elem->next; in sqlite3Fts3HashClear() local
89 elem = next_elem; in sqlite3Fts3HashClear()
198 Fts3HashElem *elem, *next_elem; /* For looping over existing elements */ in fts3Rehash() local
208 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in fts3Rehash()
210 next_elem = elem->next; in fts3Rehash()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts2/
H A Dfts2_hash.c86 fts2HashElem *next_elem = elem->next; in sqlite3Fts2HashClear() local
91 elem = next_elem; in sqlite3Fts2HashClear()
198 fts2HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
208 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in rehash()
210 next_elem = elem->next; in rehash()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_hash.c84 Fts3HashElem *next_elem = elem->next; in sqlite3Fts3HashClear() local
89 elem = next_elem; in sqlite3Fts3HashClear()
198 Fts3HashElem *elem, *next_elem; /* For looping over existing elements */ in fts3Rehash() local
208 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in fts3Rehash()
210 next_elem = elem->next; in fts3Rehash()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts2/
H A Dfts2_hash.c86 fts2HashElem *next_elem = elem->next; in sqlite3Fts2HashClear() local
91 elem = next_elem; in sqlite3Fts2HashClear()
198 fts2HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
208 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in rehash()
210 next_elem = elem->next; in rehash()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_hash.c84 Fts3HashElem *next_elem = elem->next; in sqlite3Fts3HashClear() local
89 elem = next_elem; in sqlite3Fts3HashClear()
198 Fts3HashElem *elem, *next_elem; /* For looping over existing elements */ in fts3Rehash() local
208 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in fts3Rehash()
210 next_elem = elem->next; in fts3Rehash()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts2/
H A Dfts2_hash.c86 fts2HashElem *next_elem = elem->next; in sqlite3Fts2HashClear() local
91 elem = next_elem; in sqlite3Fts2HashClear()
198 fts2HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
208 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in rehash()
210 next_elem = elem->next; in rehash()

12345678910>>...21