Home
last modified time | relevance | path

Searched refs:nc_ptr (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dutils.c845 register unsigned char *hc_ptr, *nc_ptr; in __boyer_moore() local
868 for (nc_ptr = (unsigned char *) needle; nc_ptr < ne_ptr; nc_ptr++) in __boyer_moore()
869 skiptable[bm_index (*nc_ptr, icase)] = (size_t) (ne_ptr - nc_ptr); in __boyer_moore()
874 nc_ptr = ne_ptr; /* set the needle compare pointer */ in __boyer_moore()
877 for (i = 0; nc_ptr > (unsigned char *) needle; nc_ptr--, hc_ptr--, i++) in __boyer_moore()
878 if (!bm_equal (*nc_ptr, *hc_ptr, icase)) in __boyer_moore()
881 if (!bm_equal (*nc_ptr, *hc_ptr, icase)) { in __boyer_moore()
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dnode_manager.cpp134 …auto nc_ptr = NodeCollectionPTR( new NodeCollectionPrimitive( min_node_id, max_node_id, model_id )… in add_node() local
138 add_neurons_( *model, min_node_id, max_node_id, nc_ptr ); in add_node()
142 add_devices_( *model, min_node_id, max_node_id, nc_ptr ); in add_node()
146 add_music_nodes_( *model, min_node_id, max_node_id, nc_ptr ); in add_node()
179 return nc_ptr; in add_node()
184 …nager::add_neurons_( Model& model, index min_node_id, index max_node_id, NodeCollectionPTR nc_ptr ) in add_neurons_() argument
212 node->set_nc_( nc_ptr ); in add_neurons_()
233 …nager::add_devices_( Model& model, index min_node_id, index max_node_id, NodeCollectionPTR nc_ptr ) in add_devices_() argument
251 node->set_nc_( nc_ptr ); in add_devices_()
272 …r::add_music_nodes_( Model& model, index min_node_id, index max_node_id, NodeCollectionPTR nc_ptr ) in add_music_nodes_() argument
[all …]
H A Dnode_manager.h268 void add_neurons_( Model& model, index min_node_id, index max_node_id, NodeCollectionPTR nc_ptr );
279 void add_devices_( Model& model, index min_node_id, index max_node_id, NodeCollectionPTR nc_ptr );
291 …d add_music_nodes_( Model& model, index min_node_id, index max_node_id, NodeCollectionPTR nc_ptr );
H A Dnode.h988 Node::set_nc_( NodeCollectionPTR nc_ptr ) in set_nc_() argument
990 nc_ptr_ = nc_ptr; in set_nc_()
/dports/devel/xparam/xparam-1.22/lib/xparam/
H A Dxp_hvl.h61 T* nc_ptr = const_cast<T*>(t_ptr); in append_ref() local
62 Handle<T> ref_handle(nc_ptr,false); // create handle which doesn't own the data in append_ref()